2.0.0.6 for Windows,Mac,Linux
Question:Hi
I have a CSS menu it works fine with Internet Explorer
but with Firefox the border of the menu didn't show up.
see it here:
http://www.n8n8.com/test.php
see it with Firefox and IE , And you will understant what iam talking about.
thanks in Advance
Answers:
Just change the css code parts from original to the following
#dropmenudiv{
position:absolute;
border:1px solid #FFA70E;
border-bottom-width: 1;
border-top-width: 2;
font:12px Tahoma;
line-height:16px;
z-index:30;
}
#dropmenudiv a{
width: 98%;
background-color: FFFFFF;
display: block;
text-indent: 3px;
border-bottom: 1px solid #E87400;
padding: 0px 1;
text-decoration: none;
color:000000;
font-weight: bold;
}
I understand there is still a bit difference between the show on IE and mozilla, I'd leave it to you to fine tune it or make different set of style for different browser.
Hope this would help.
trial and error. unfortunate, i know
Always write your code for Firefox or another CSS compliant browser –first –and then fix to work with IE. Not the other way around.
Server error - no file found.
Generally, that means you have coding some where that needs to be fixed :)
More FireFox Questions & Answers...