i have a named www.htmlturk.com . it appears incorrect on netscape browser. What i should to correct it?it appears correct on other browsers(opera,ie,firefox).
Describe how it is incorrect on Netscape; be specific. Which version of Netscape? Better question, why Netscape? Support ended March 1, 2008. That's the surest sign an application is not only dead, but buried. cheers, gary
Netscape 8.1 uses the Gecko 1.7 rendering engine. That's two major revisions out of date, and roughly equivalent to Firefox 1.5. Firefox 2 uses the 1.8 engine, and Firefox 3 uses the 1.9 engine. Don't even bother with Netscape any more. cheers, gary
Hi If this XHTML CSS appears incorrect in Netscape is because is an old browser, don't bother so much
#ustmenu ul li a { word-spacing:3px; height:30px; padding :3px; background-image : url('menufonyesil.jpg');background-repeat:no-repeat; color :#000052; font-weight:500; text-decoration : none; float : left; border-right : 2px dotted #000066; padding-left : 10px; padding-right : 10px; } it appear correct on netscape when i put height:20px instead of height:30px. ustmenu in turkish= topmenu in english
Probably an issue with the padding and borders being discarded when the height is calculated; to be honest, I really wouldn't bother trying to code anything for Netscape unless they're part of your key demographic (e.g., a Netscape-users' club or something) However, if you really want to, you can wrap your menu in a container and apply the padding and border to that rather than then menu or use some other hack.