I wanted to add. Picture a table that is 100% width and in the far right TD is these div tags. You may not see the issue unless you setup a similar situation.
so for example..
<table width="100%"> <tr> <td></td> <td></td> <td style="width:100px;"><div class="FRRatewrapper"><div class="FRRatePOPUPon">asdf..</div></div></td> </tr> </table>
My css..
.FRRatewrapper
{
z-index:1;
position:absolute;
}
.FRRatePOPUPon
{
position:relative;
z-index:2;
margin-top:1px;
width:300px;
height:170px;
right:229px;
background-color:yellow;
border:1px solid #FFF;
color:#222;
font-size:10px;
text-align:center;
font-weight:bold;
padding:4px;
background-image:url('../../../layout_images/rate_me_bg.png');
background-repeat:repeat-x;
}
This post has been edited by websitepro: 24 January 2012 - 10:38 AM

New Topic/Question
Reply



MultiQuote



|