Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Cross-Browser Positioning Problem Re: Cross-Browser Positioning Problem

#66403
Brido
Member

If you are going to do it the way you are right now. I believe a simple bit of css should fix it.

Code:
#navigation a { display:block; float:left; }