ddanielrijs (AT) hotmail (DOT) com wrote:
Quote:
Link: http://www.ltvborgharen.nl
I've found in Mozilla and Opera that the thin black line surrounding
the site doesn't show (in IE it does).
Fix the HTML validation error.
|
The a:hover color has very poor contrast. Dark rather than light gray
would be better. And the hover completely disappears when images are disabled.
Since you have a mouseover for body links, why not use that also for the
navigation links? Oh, I see why: a <map>.
The bullet image for the News list would look better if its background
were transparent.
The thin black border is not exactly missing: the bottom portion is
under the top image.
You float #middleblock which contains everything else. And leaves no
normal flow content. So the #MainContent div wraps what is normal which is
only the header. Remove float:left from #middleblock and the div extends
to include it as well giving you the black border as you expect it.
IE incorrectly wraps the floated block.
See <http://www.positioniseverything.net/easyclearing.html> and
<http://css.maxdesign.com.au/> for more info on floating.
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)