MasterKaos
Programmer
I really tried getting my divs and CSS right the first time, but i can't :-( I even valdiated the HTML and CSS but no errors.
Looks right in IE6 and Opera, but Firefox and other gecko based browsers go all funny and don't display the outer border correctly. I noticed that removing the float:right on the content div makes the container border appear, but of course then the content is in the wrong place.
What am i doing wrong?
What's the best approach to get the layout i am trying to achieve?
Any good tutorials on the box model and how to code for all browsers with compliant CSS you could recommend?
Thanks!!!
----------------------------------------------------------------------------
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.
Looks right in IE6 and Opera, but Firefox and other gecko based browsers go all funny and don't display the outer border correctly. I noticed that removing the float:right on the content div makes the container border appear, but of course then the content is in the wrong place.
What am i doing wrong?
What's the best approach to get the layout i am trying to achieve?
Any good tutorials on the box model and how to code for all browsers with compliant CSS you could recommend?
Thanks!!!
----------------------------------------------------------------------------
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.