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.