cg9com
03-15-2003, 07:10 AM
im assuming not only the CSS is relavent, but also the order in which the html is placed in the document.
IE6 renders this how i want it, my Opera and Moz. render different.
heres the relavent CSS:
#navigation {
float:left;
width:140px;
padding:5px;
}
#content {
float:right;
padding-left:10px;
width:auto;
}
#header {
clear:both;
}
#footer {
clear:both;
}
now here is the HTML, in this order.
<div id="header">
</div>
<div id="navigation">
</div>
<div id="content">
</div>
<div id="footer">
</div>
my problem is that the footer keeps going above the content and navigation, in op. & moz.
what i want is for the boxes to stay in the order i place them in, with navigation and content beside eachother.
if you need me to prepare a working demo then say the word.
but i dont have time to make it @ the moment.
any ideas CF'ers?
IE6 renders this how i want it, my Opera and Moz. render different.
heres the relavent CSS:
#navigation {
float:left;
width:140px;
padding:5px;
}
#content {
float:right;
padding-left:10px;
width:auto;
}
#header {
clear:both;
}
#footer {
clear:both;
}
now here is the HTML, in this order.
<div id="header">
</div>
<div id="navigation">
</div>
<div id="content">
</div>
<div id="footer">
</div>
my problem is that the footer keeps going above the content and navigation, in op. & moz.
what i want is for the boxes to stay in the order i place them in, with navigation and content beside eachother.
if you need me to prepare a working demo then say the word.
but i dont have time to make it @ the moment.
any ideas CF'ers?