On Apr 6, 2012, at 11:59 AM, Stuart King wrote: > Hi CSSer's: > > When I open the website it looks just like it should. When I click on a > menu item the menu partially disappears, a grey box with a green border > appears, that covers about 90% of the page width and only a few menu items > appear. > > I am sober and straight. I made an html page with two screenshots to > illustrate this: > > EXAMPLE URL: > http://pinanapavalley.com/screenshots.html > > WEBSITE URL: > http://pinanapavalley.com > > I have tried everything I could think of - nothing seems to work,
I can reproduce you issue with Camino 2.1 (Gecko 1.9.2) and Opera 11.62. Your main styles for that nav are specified around line 157+ (#nav ul li a:visited), however you also specify styles for that nav around line 509 (#nav a:visited) where you (amongst other things) set those links to 'display: block;'. Safari 5.15+, Firefox 4+ ignore that one, because they limit the number of style changes that can apply to a:visited (e.g. display block when a:link is set to inline). Clean up your stylesheet - as there are more contradictory things in it. Philippe -- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/