How do you layout HTML without tables and without floats?
Feb.03, 2008 in
Other
D DD asked:
I’ve heard not to use tables to layout HTML unless displaying tabular data that lends itself to tables. I’ve spent a day working through float tutorials and learning about floats only to learn that just about everything I do with a float looks different in IE and FF2.
So, my question is, how do you layout HTML without using tables and without using floats?
Custom Search
February 6th, 2008 at 12:50 am
you can use layer
something like this
LAYER 1 ON TOP:
LAYER 1
LAYER 2
LAYER 2 ON TOP:
LAYER 1
LAYER 2
February 6th, 2008 at 11:15 pm
Well, you’ll have that.
Do they display different in a not so bad way? Live with it.
Otherwise, at the risk of condemnation by the web gods, use tables.
February 7th, 2008 at 7:01 am
you could use frames
cod is
you can have multiple frames in a frameset nd multiple framesets on a page framesets also cannot be used i u have body tags
i frames are also useful
February 8th, 2008 at 5:24 pm
you could also write two different versions of your site, one for each browser, and use a script to pick which one to use (use javascript, short and simple code for this)