Forum Moderators: phranque

Message Too Old, No Replies

Floating Divs Compatibility Issues?

         

emodo

6:20 pm on Jun 12, 2005 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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.

You can get older browsers at evolt.org

emodo

7:54 pm on Jun 12, 2005 (gmt 0)

10+ Year Member



Perfect! thanks!