More Questions Than Answers

Dan Atrill's blog site

Sorting out box model troubles in css

This site was made partly possible with a little help received with regard the outside border. In Netscape / Mozilla there was a problem with the contents overlapping the border because elements are set to float. To clear the problem, use clear:both to be compliant, as opposed to <br clear=”all”> I found the details at: [...]

more... »

Fri, May 21 2004 » Web developing » No Comments