You shouldn't be designing a page to look exactly the same in every browser as from what I understand its a practical impossability.
If you dont want to use conditional statements for the float margin bug then set your page layout so it will support the double margin in IE6 - that wll fix the IE double float margin (i.e. if your left float has a left margin of 2px, set your layout so it has space for a 4px float) then in IE 6 the float will be bigger but it wont fall over. It may look slightly different in IE6 but nothing is ever going to be perfect.
@ Darren
I only learnt CSS a couple of months ago (I had never even heard of it before and always used to use tales - my current site has tons of them, until I upload the new site I am working on) and whilst I am still learning and have not yet 'mastered' CSS I have found it easier to use in the main and much more versatile than tables and well worth the effort. 
__________________
Lifes as good as you make it...
Last edited by bakerc : 05-14-2008 at 03:32 AM.
|