To make a horizontal menu, I have been floating 4-5 divs.
I was wondering if this method works well in older browser versions.
Also, is there a free way to view your page in a number of different browsers? (older ones)
2by4
6:50 pm on Jun 12, 2005 (gmt 0)
Advanced CSS and older browsers don't usually work very well, best thing to do is deliver straight css to the older browser, by using the @import url(... method to bring in the stylesheet.