Hello everyone,
I am having a problem with some code. The problem is it looks fine
for me on FF and IE7 but my customer is seeing the right-hand div wrap
under the left div.
Can someone help me figure out why this is wrapping and fix it?
Thanks in advance! -Marty
The code is like this--
<div id="page" >
<div id="content" >
</div>
<div id="sidebar">
</div>
< /div>
The sidebar is wrapping under the content div.
The CSS is--
#page {
width: 770px;
margin: 0 auto;
text-align: left;
background: url(images/tile.gif) repeat-y;
}
#content {
float: left;
text-align: left;
width: 393px;
margin: 20px 0 0 52px;
padding: 0;
line-height: 1.5em;
}
#sidebar {
margin: 0 30px 0 481px;
padding: 23px 0 0 0;
font-size: 85%;
line-height: 1.4em;
color: #999;
background: url(images/sidebar_bg.gif) no-repeat 0 0;
}
______________________________________________________________________
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/