Hello
I've set up a div in my website to be a grey
horizontal bar of 10px in height. It's quite a nice
thinish line in Safari and Firefox but in IE it's this
big hulking line - probably twice the height. 

Here's the css:
#horizontalbar {
position:absolute;
width:100%;
height:10px;
background-color:#666666;
top: 50px;
z-index:1;
}

and some of the code:

<div id="sidebar"><img
src="/Images/side_bar_invite.gif"
alt="Invitiation"></div>
        <div id="horizontalbar"></div>
        <div id="image"><img src="/Images/photo.gif"
alt="Tandi and Nicole dancing"></div>
        
The url is www.aebi-moyo.com

I've tried to find an answer but to no avail. Any
thoughts?

Thanks
Nicole

Send instant messages to your online friends http://uk.messenger.yahoo.com 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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