Posted by CyberDog on 10/19/05 11:00
Hello,
Firefox sometimes renders links as links and sometimes it does not (a
few refreshs of the page helps)
the code I'm using for menu links is this:
-- snip --
<a href="#" onclick="location='index.php?a=msg&del=all&valid=5225';">
<table width="110" height="20" border="0" cellpadding="0"
cellspacing="0" class="meni_d">
<tr>
<td><div align="center">Delete</div></td>
</tr>
</table>
</a>
-- /snip --
The java "location" instead of "href=" is used because IE does not see
tables in a link as links :(
I know the same effect could be reached only with css, please don't ask
why I need to pull it off this way :)
So, if I have let's say 20 of these on the site, firefox will not render
one of them as a link untill I refresh the page a few times and so on
and so on...
What am I doing wrong?
Thank you,
[Back to original message]
|