This is a discussion on "How to set up a separate CSS for IE" within the Starting Out section. This forum, and the thread "How to set up a separate CSS for IE are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
How to set up a separate CSS for IE
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
How to set up a separate CSS for IE
I have 3 words which should display in a line and are positioned absolutely at the bottom left of my navigation bar. In Firefox and Opera they look as desired. IE decides to to display them over 2 lines. How do I just alter the font size in IE, as I really don't want to reduce the size any further for the other pages (as it is already small enough).
Also is IE known for having its own version of font size? It doesn't look very much different, but I'm guessing to cause the above prob it does. My relavant coding is:
Ruby |
|
|
|
#2
|
|||
|
|||
|
Re: How to set up a separate CSS for IE
In your HTML add the following code to you <head> section:
|
|
#3
|
|||
|
|||
|
Re: How to set up a separate CSS for IE
Excellent - thank you very much.
Ruby |
|
#4
|
|||
|
|||
|
Re: How to set up a separate CSS for IE
It also may be that IE is still adding addition padding.
Try adding this to your css * { margin: 0; padding: 0; } |
|
#5
|
|||
|
|||
|
Re: How to set up a separate CSS for IE
You can also refer to an external stylesheet instead:
|
![]() |
| Tags |
| css ie |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| When to separate content among pages | Aso | Search Engine Optimization (SEO) | 2 | Jul 7th, 2008 09:10 |
| Library of symbols for a map in a separate file? | AlexDi | Flash & Multimedia Forum | 1 | Nov 8th, 2007 15:44 |
| Hi Guys! I've created a separate stylesheet and want to know where to insert it. | algoodbody | Web Page Design | 4 | Jul 27th, 2007 20:02 |