|
I have a menu placed inside a Div align. In ff the align works fine, but in IE it doesnt work.
Here's what I have so far.
| CODE | /*Left Side*/ div#leftBoxTop { background-image:url(../Images/leftBoxTop.jpg); background-repeat:no-repeat; position:absolute; top:30px; left:0px; width:200px; height:45px; margin:20px; } div#leftBoxMiddle { background-image:url(../Images/leftBoxMiddle.jpg); background-repeat:repeat-y; position:absolute; background-attachment: scroll; top:75px; left:0px; width:200px; height:610px; margin:20px; } div#leftBoxBottom { background-image:url(../Images/leftBoxBottom.jpg); background-repeat:no-repeat; position:absolute; width:200px; height:50; left:0px; top:686px; margin:20px; } /*Righ Hand Navigation*/ #css_vertical_menu { width:168px; list-style:none; padding:1px; position:absolute; left:15px; top:-5px; } #css_vertical_menu a { display:block; height:10px; margin-bottom:8px; padding-bottom:2px; padding-left:15px; font-family:arial; font-size:10px; text-align: left; vertical-align:middle; text-decoration:none; color:#FFFFFF; border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:#a89f9d; } #css_vertical_menu a:hover { color:#cc6600; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#cc6600; } #css_vertical_menu .first { padding-top:3px; padding-bottom:3px; background-color:#4a4547; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#000000; border-top-style:solid; border-top-width:1px; border-top-color:#000000; margin-bottom:8px; font-family:arial; font-size:12px; text-align: center; vertical-align:middle; } |
I need the section of code that will change the align positions depending on if its in ie or ff.
--------------------
Kudo's to Sanara for his first sig EVER. Looking for an evil alliance.
|