vadimo
03-27-2007, 04:17 PM
hey guys, i have a struggle centring 3 layers vertically so that they are aligned on the same level in IE and FF. They are displayed perfect in FF but not in IE, as i start to adjust for IE it displays incorrectly in FF.
code:
<style type="text/css">
#holder {
width:700px;
margin-top:10px;
margin-bottom:auto;
margin-left:auto;
margin-right:auto;
}
#left_menu {
width:250px;
margin-top:50px;
}
#middle_menu {
width:200px;
margin-top:-480px;
margin-left:250px;
}
#right_menu {
width:200px;
margin-top:-360px;
margin-left:510px;
}
</style>
is there a better technique to lay out them, so that IE and FF could view them the same.
??
thanks
code:
<style type="text/css">
#holder {
width:700px;
margin-top:10px;
margin-bottom:auto;
margin-left:auto;
margin-right:auto;
}
#left_menu {
width:250px;
margin-top:50px;
}
#middle_menu {
width:200px;
margin-top:-480px;
margin-left:250px;
}
#right_menu {
width:200px;
margin-top:-360px;
margin-left:510px;
}
</style>
is there a better technique to lay out them, so that IE and FF could view them the same.
??
thanks