e_curls
04-20-2004, 04:23 AM
hi....i'm having a lot of trouble figuring out how to fix the positioning of my layers on my site.....
this is the stylesheet code for the specific section that is div'd:
.lreview {
margin-left:0px;
top:0px;
margin-top:50px;
padding-left:5px;
padding-right:5px;
background-color:#fff;
width:250px; /* ie5win fudge begins */
width: 270px;
border:1px #f6a180 solid;
}
.rreview {
margin-left:275px;
top:0px;
margin-top:0px;
padding-left:5px;
padding-right:5px;
background-color:#fff;
width:245px; /* ie5win fudge begins */
width: 265px;
border:1px #f6a180 solid;
}
but when i fit it into everything properly on my site...it shows up like this....
jadingheart (http://www.jadingheart.com/reviews/music/music2.html)
please help me out....
thanks...
em
this is the stylesheet code for the specific section that is div'd:
.lreview {
margin-left:0px;
top:0px;
margin-top:50px;
padding-left:5px;
padding-right:5px;
background-color:#fff;
width:250px; /* ie5win fudge begins */
width: 270px;
border:1px #f6a180 solid;
}
.rreview {
margin-left:275px;
top:0px;
margin-top:0px;
padding-left:5px;
padding-right:5px;
background-color:#fff;
width:245px; /* ie5win fudge begins */
width: 265px;
border:1px #f6a180 solid;
}
but when i fit it into everything properly on my site...it shows up like this....
jadingheart (http://www.jadingheart.com/reviews/music/music2.html)
please help me out....
thanks...
em