View Single Post
Old 08-02-2006, 22:22   #7 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,337
Quote:
Originally Posted by smallbeer
it could be the box model. try adding a proper doctype.

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

and btw, all your colour values in your css are missing a #
There's that. Yeah, if you're not in standards mode (if you're in quirks mode) then you could get box model problems.
  Reply With Quote