-
<style>
<!--
.iewrap1{
position:relative;
height:30px;
}
.iewrap2{
position:absolute;
}
#dropmenu0{
visibility:hide;
z-index:100;
}
-->
</style>
------------------------------
http://64.176.203.16/
i have been told to use this code for the script that makes the drop down menu when you click releases. but it seems to squash it all up. why ? how do i fix this ?
-
Looks good here. What browser are you using?
-
IE 5.5
you see the links image. its squashed into the releases images. Whereas on a page such as http://64.176.203.16/releases.html
it isn't squased up, cos im not using the code in it
ta
-
Try setting the correct height in your CSS code:
Code:
<style>
<!--
.iewrap1{
position:relative;
height:35px;
}
.iewrap2{
position:absolute;
}
#dropmenu0{
visibility:hide;
z-index:100;
}
-->
</style>