Hello,

I've attached a screen shot of what happens to the Primary link menus in FF3 (and I'm told IE8 but I haven't seen it with my own eyes). I've also included a screen shot of how it should look too. I've fixed this issue on my site by adding a display:inline-block; to '#menu ul'. Just thought I should point this out. Great theme by the way. Lovin' the work.

#menu ul {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
display:inline-block;
}

Comments

Cory Goodwin’s picture

StatusFileSize
new54.7 KB
new57.02 KB

Can you provide more information regarding your setup. I tested the FF 3.5.3 and IE 8.0.6001.

Here is a link to the demo server. The primary links are rendering in the correct places. http://demo.goodwinsolutions.com/?theme=shallowgrunge

Cory Goodwin’s picture

Status: Active » Postponed (maintainer needs more info)
Cory Goodwin’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)