Hi again,
Erroto: add float:left as well as margin-left:1px; to your all id [
#red-block, #green-block, #chorcoal-block ].
So now your css will like ...
#red-block { float:left; background-color:#C00; width:229px; height:60px;
padding-top:40px; }
#green-block { float:left; margin-left:1px; background-color:#879E53;
width:230px; height:60px; padding-top:40px; }
#charcoal-block { float:left; margin-left:1px; background-color:#42424A;
width:229px; height:60px; padding-top:40px; }
I hope this will be helpful.
Bye
-----Original Message-----
From: S.F. Alim [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 16, 2005 5:54 PM
To: '[email protected]'
Subject: FW: [css-d] IE spacing problem
I aint expert but I change your style lil bit and it worked on my IE6/Win
#red-block {
float:left;
background-color:#c00;
width:229px;
height:60px;
padding:40px 0 0 0;
}
#green-block {
/* position:relative;
clear:left;
top:-100px;
left:230px;
*left:0;*/
float:left;
background-color:#879e53;
width:230px;
height:60px;
padding:40px 0 0 0;
}
#charcoal-block {
/* position:relative;
top:-200px;
left:461px;
*left:231px;*/
float:left;
background-color:#42424a;
width:229px;
height:60px;
padding:40px 0 0 0;
}
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Karen Dec
Sent: Saturday, July 16, 2005 5:27 PM
To: [email protected]
Subject: Re: [css-d] IE spacing problem
In IE 5.2.3 Mac (OS X), there is not only the white space you
mentioned, but also the Publishing box is sitting higher up than the
other 2 boxes (covering part of the picture above).
I wish I knew how to fix it, but I'm a newbie so I'll have to let the
experts respond!
Karen
On Jul 16, 2005, at 9:31 AM, Schalk Neethling wrote:
> Greetings All!
>
> Please have a look at the following page:
> http://www.volume4.com/caradvisory/
>
> In Firefox, Opera and Netscape all is well but as usual IE does not
> want to play along. As you will see in IE between the top three
> 'boxes' and the start of content there is a huge white space. Any
> ideas why this is happening? Thank you in advance.
>
> --
> Kind Regards
> Schalk Neethling
> Web Developer.Designer.Programmer.President
> Volume4.Business.Solution.Developers
> emotionalize.conceptualize.visualize.realize
> Landlines
> Tel: +27125468436
> Fax: +27125468436
> Web
> email:[EMAIL PROTECTED]
> Global: www.volume4.com
> Messenger
> Yahoo!: v_olume4
> AOL: v0lume4
> MSN: [EMAIL PROTECTED]
>
> We support OpenSource
> Get Firefox!- The browser reloaded -
> http://www.mozilla.org/products/firefox/
> This message contains information that is considered to be sensitive
> or confidential and may not be forwarded or disclosed to any other
> party without the permission of the sender. If you received this
> message in error, please notify me immediately so that I can correct
> and delete the original email. Thank you.
>
>
> ______________________________________________________________________
> 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/
______________________________________________________________________
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/
______________________________________________________________________
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/