codemonkey
12-14-2005, 12:30 AM
Hi, firstly, thank you for any assistance you can lend.
I'm trying to position a navigation menu using css absolute positioning and the menu shows up in the correct location in firefox, but shows up about 25px lower in IE! This is driving me crazy! Any help would be GREATLY Appreciated and repaid with very good thoughts about my savior and positive karma.
I am a css newbie, and I'm sure there are many other great ways to layout this page, but i'm working on a deadline and don't have time to rework everything, so a solution that fixes just the positioning of this menu would be wonderful.
--------------------------
table.ddm1 {position: absolute;
top: 60px;
left: 0px;
height: 15px;
width: 700px;
font-size: 10px;
background-color: transparent;
z-index: 3;
font-family: verdana, arial, helvetica;
border:0px; margin:0px; padding:0px;
}
--
Solution provided by jscheuer1. Thanks jscheuer1!
table.ddm1 {position: absolute;
top: 60px!important; ((What Firefox reads))
top: 42px; ((What IE reads))
left: 0px;
height: 15px;
width: 700px;
font-size: 10px;
background-color: transparent;
z-index: 3;
font-family: verdana, arial, helvetica;
border:0px; margin:0px; padding:0px;
}
I'm trying to position a navigation menu using css absolute positioning and the menu shows up in the correct location in firefox, but shows up about 25px lower in IE! This is driving me crazy! Any help would be GREATLY Appreciated and repaid with very good thoughts about my savior and positive karma.
I am a css newbie, and I'm sure there are many other great ways to layout this page, but i'm working on a deadline and don't have time to rework everything, so a solution that fixes just the positioning of this menu would be wonderful.
--------------------------
table.ddm1 {position: absolute;
top: 60px;
left: 0px;
height: 15px;
width: 700px;
font-size: 10px;
background-color: transparent;
z-index: 3;
font-family: verdana, arial, helvetica;
border:0px; margin:0px; padding:0px;
}
--
Solution provided by jscheuer1. Thanks jscheuer1!
table.ddm1 {position: absolute;
top: 60px!important; ((What Firefox reads))
top: 42px; ((What IE reads))
left: 0px;
height: 15px;
width: 700px;
font-size: 10px;
background-color: transparent;
z-index: 3;
font-family: verdana, arial, helvetica;
border:0px; margin:0px; padding:0px;
}