Hi,
I have the following as part of my CSS file on my main website:
But when the page (http://www.tlcook.com) is rendered in Firefox or Opera, the links do not have a fixed width. They only have the padding, which makes each one a different width. In IE, they have the fixed width! For the first time, my site actually looks better in IE!Code:.navigation a { font-family:Verdana, Arial, sans-serif; font-size:0.8em; color:#fff; background-color:#f88; height:auto; padding-right:10px; padding-left:10px; padding-top:5px; padding-bottom:5px; text-decoration:none; width:120px; }
Is there a particular value or unit I have to use to get Firefox's and Opera's attention?
Any help would be greatly appreciated![]()