Virginia Murdoch wrote:
> Hi all, 
> http://www.aao.com.au/new/people/current_musicians/james_greening/ 
> the background image and colour from the mailing list signup form is 
> bleeding into the main content area. As far as I know, this is only 
> happening in IE on Windows - I can't for the life of me work out how 
> to stop it from happening. Anybody got any tips?

Get rid of the margin in #sub...

#sub {
width: 128px;
color: #18431B;
/*margin-right: 10px; <-- this one */
float: left;
font-size: 70%;
}

...as it serves no purpose - and make IE/win loose track of the fact
that this is a simple float.

I have no idea which bug-number this is in IE/win's enormous arsenal,
but 'positive backside margins' on floats are known to cause problems in
certain layouts in that browser.
We can even make that bugger freeze by a combination of 'positive
backside margin' and 'negative bottom margin' on floats - so watch out.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to