From: Juliano Dasilva <[EMAIL PROTECTED]>
> http://www.julianomoreira.com/new/index2.html
Try the following instead of what you have -
#content {
width: 743px; /* <<< new value <<< */
height: auto;
margin: 0;
float: left;
background: url(images/wrap_bg.gif) repeat-y top center;
}
#sidebar {
/*position: absolute;
top: 217px;
right: 30px;*/ /* <<< get rid of these three <<< */
width: 219px;
margin: 0;
padding: 0px 10px;
height: auto;
background: url(images/sidebar-bg.gif) center repeat-y;
float: right; /* <<< add these three <<< */
margin-top: -67px;
position: relative;
}
#musicPlayer {
margin: 0;
padding: 0;
/*width: 100%;*/ /* <<< get rid of this <<< */
height: 53px;
background: url(images/musicPlayer-bg.gif) top no-repeat;
}
I think that's all I did...
~holly
______________________________________________________________________
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/