|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello guys/gals
I am trying to create a roll over effect for a basic menu list but when I set the font in CSS to percentage units, it works on Opera and IE6 but not on Mozilla or Konqeror. and when I change it to pixel units, the value has little effect in Konqeror. Is there a unit I can use to set the fonts that will work on these browsers?. here is a link to the menu page and the CSS. The Webpage in question The CSS file try looking at the menu in different browsers, you will see my problem. thanks |
|
#2
|
||||
|
||||
|
Since you set a percentage font-size in body, why not use ems for the rest?
The only difference I noticed between Moz and IE was the lack of borders in Moz. This CSS may explain that; Code:
Border-top : 1px solid #00;
Border-right : 1px solid #00;
Border : 1px solid #00;
Border-left : 1px solid #00;
Border-bottom : 1px solid #00;
}
eg. Code:
border: 1px solid #000; cheers, gary
__________________
There are those who manage to build a web site without knowing what they're doing; thereby proving to themselves they do, indeed, know what they're doing. My html and css workshop, demos and tutorials. Ask a better question, get a better answer. |
|
#3
|
|||
|
|||
|
if you try going to my page URL in either mozilla or Konqueror, the menu to the right hand side is no longer within the borders. Also my form is smaller in IE6.0 than in all other browers. anyone know how I can fix these problems.
thanks |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > Which unit works on all browsers |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|