hello
could someone help me with div position
This is code:
<th width="200" scope="col" bgcolor="#666666"">
<div class="css" id="myOtherElement">
<span><strong>Menu</strong></span>
<div>
<a href="#">Menuelement 1</a>
<a href="#">Menuelement 2</a>
<a href="#">Menuelement 3</a>
</div>
</div>
</th>
css code:
.css{
position:absolute;
left:0px;
top:0px;
z-index:-1
}
the problem is when i set its position, the javascript(mootools) doesn't work.
i want to find another way of changing the position