Hi,
It seems that opera doesn't like the float in the li but mozilla needs it.
heres a hack that I don't like using because you don't nkow how long it will be around so if you can't find another way around then you can use this.
Code:
@media all and (min-width: 0px){
div#main_navigation ul li{
float:none;
}
}
That stops Opera getting the float and it lines the tabs up correctly on top. The problem is that floats without widths often cause problems.
Even though the above code lines the tabs up there is a gap that appears in Opera that you will need to address. I'm sorry I didn't have time to look further but I'm a bit behind today.
Paul
Bookmarks