Yes, I am a CSS positioning convert.
The only allowances I make for older browsers is that I order my containers on my doc so that read without css that the information isnt jumbled up with images in between. I try & leave any containers with images at the end of the doc. Another way is to try & keep your images in your css too.
However, in some designs this isnt possible, so then I jsut ignore the older browsers.
|