kenshn111
05-15-2011, 09:48 AM
http://i.imgur.com/iJoft.png
First: Chrome;
Second: IE 8.0.7600.16385 64-bit Edition;
Third: Firefox 4.
They are images btw. :)
Here's my CSS
#test1 {
padding-left:12px;
margin-right:20px;
position:relative;
float:left;
z-index:50;
width:auto;
height:100%;
}
#test3 {
padding-left:12px;
margin-right:20px;
position:relative;
float:left;
z-index:50;
width:auto;
height:auto;
}
Here's my code:
<div id="wushu">
<div id="test1">
asldka
</div>
<div id="test3" style="display:none;">
<img src="./style/select1.png" alt="" style="">
<div class="show">aslsssssssdk</div>
</div>
</div>
Can somebody help me with this?
First: Chrome;
Second: IE 8.0.7600.16385 64-bit Edition;
Third: Firefox 4.
They are images btw. :)
Here's my CSS
#test1 {
padding-left:12px;
margin-right:20px;
position:relative;
float:left;
z-index:50;
width:auto;
height:100%;
}
#test3 {
padding-left:12px;
margin-right:20px;
position:relative;
float:left;
z-index:50;
width:auto;
height:auto;
}
Here's my code:
<div id="wushu">
<div id="test1">
asldka
</div>
<div id="test3" style="display:none;">
<img src="./style/select1.png" alt="" style="">
<div class="show">aslsssssssdk</div>
</div>
</div>
Can somebody help me with this?