Divs and CSS VS Tables
Posted by: kamaji
Posted on: 2006-02-01 14:56:00
I've been trying my hand at some web development recently, and I decided to use divs (and CSS) for the main layout of my page. It's been very frustrating, there seem to be a plethora of compatability issues with all IE browsers. my page renders as it should in firefox and Opera, but internet explorer seems to break it a lot.
it _seems_ to be padding issues, but i'm using float properties, and it might solve the problem by using relative positioning instead.
any thoughts? is IE just bad at rendering? should I change to tables?
my page is www.zerov3n.com for anyone who wants to take a closer look; the CSS is www.zerov3n.com/css/istyle.css
Thanks for suggestions :)
(bear in mind it's nowhere near finished)