Hi,I've made a sidebar table containing somelinks.The css of the div of the table is below:
div#sidecolumn
{
position: absolute;
left: 0px;
top: 240px;
}
The table:
<div id=sidecolumn>
<table width="100" height=80% border="1">
<tr><th>test</th></tr>
<tr><td><a href="/test.php">test</a></td></tr>
</table>
The table is in a template file and my problem is that when the table is in that distance from the top (240px) the link doesn't work,when the top value is at(for example) 350px the link works fine.BUT the link only works when there is no other text next to it(It works in a page where it only says "OK").In an other page where the text is a lot longer the link doesn't work.
If you want I can explain furthermore,post more code or link you to my website.
Thanks in advance,
Constantine