BJ wrote:

> <http://kickasswebdesign.com/wordpress/>
>
<http://kickasswebdesign.com/wordpress/wp-content/themes/kickass-spookyblue/
style.css>
>
>The very kind Sophie notified me:
>"In Mac IE5, all is not well. Scrolling displays only the page
>background, and hovering above links ‘erases’ them to reveal a rectangle
>of the page background. Bad browser."

This problem is still there. It seems caused by a sort of anomaly in your
layout, not technically an error, but probably an unintended thing:  Your
headerwrapper div is actually wrapping all your page (its closing tag is the
last but one </div>) and it has height:240px.  So most of your content is
'overflowing' this div. This fact seems to cause the rendering problem in
IE5/Mac.
You can choose either to close headerwrapper after your header section, or
to remove its fixed 240px height.  In the header section you also have a
<br> which seems to cause some extra space in IE5/Mac, do you really need
it?

I haven't looked at the Safari problem.
After you modify the headerwrapper, ask for a further necessary check, since
the IE5/Mac behaviour was really strange.

Bruno

PS: I really hope Boo comes soon home!

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to