Hello, I don't know why the following doesn't work in Mozilla. The code is intact and no errors show up. The links work fine in IE but in Mozilla they don't work - I can't even highlight them.
<html><head><title>My site</title>
<link rel="stylesheet" type="text/css" href="/boards/templates/style/style.css" />
<link rel="stylesheet" type="text/css" href="visibility-HorizontalMenus.css" />
<script type="text/javascript" src="visibility-HorizontalMenuBuilder.js"></script>
</head>
<body>
<div><a href="/index.htm">Home</a> | <a href="/boards/">Message Boards</a></div><br /><br />
<script type="text/javascript" src="visibility-HorizontalMenuWriter.js"></script>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="center">
<table width="100%">
<tr height="25">
<td align="center" class="row2" width="20%" nowrap="nowrap" style="border-left : 2px solid Black; border-top : 2px solid Black; border-right : 2px solid Black; border-bottom : 2px solid Black; " ><a href="adr_town-u-.html" class="gensmall"><b>Town Square</b></a></td>
<td align="center" class="row1" width="20%" nowrap="nowrap" style="border-left : 1px solid Black; border-top : 1px solid Black; border-right : 1px solid Black; border-bottom : 1px solid Black; " ><a href="adr_temple-u-.html" class="gensmall">Hospital</a></td>
<td align="center" class="row1" width="20%" nowrap="nowrap" style="border-left : 1px solid Black; border-top : 1px solid Black; border-right : 1px solid Black; border-bottom : 1px solid Black; " ><a href="adr_forge-u-.html" class="gensmall">Forge</a></td>
<td align="center" class="row1" width="20%" nowrap="nowrap" style="border-left : 1px solid Black; border-top : 1px solid Black; border-right : 1px solid Black; border-bottom : 1px solid Black; " ><a href="adr_vault-u-.html" class="gensmall">Bank and Stock Exchange</a></td>
<td align="center" class="row1" width="20%" nowrap="nowrap" style="border-left : 1px solid Black; border-top : 1px solid Black; border-right : 1px solid Black; border-bottom : 1px solid Black; " ><a href="adr_courthouse-u-.html" class="gensmall">Courthouse and Prison</a></td>
</tr></table></td></tr></table>
<form method="post" action="adr_town.html">
<table cellspacing="2" cellpadding="2" border="1" align="center" class="forumline" width="50%" >
<tr>
<td align="center" class="row1" onMouseOver="this.style.backgroundColor=''; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="" onClick="window.location.href='adr_town.php?mode=training';"><span class="gen">Training Grounds</span></td>
</tr>
</table>
<br clear="all" />
</form>
<table width="100%">
<tr>
<td align="center"><span class="gen"><a href="adr_copyright.html">Credits</a></span></td>
</tr>
</table>
<br clear="all" />
<div align="center"><span class="copyright"><br /><a href="admin/index-sid-b1ecf5ddf5d358fb9e97f861c7fdbdd2.html">Go to Administration Panel</a><br /><br /><br />
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright"><br />phpBB</a> 2.0.6 © 2001, 2002 phpBB Group <a href="" class="copyright"></a></span></div>
</td></tr></table>
</body></html>All the links in the tables do not work.
Offline
Okay I figured out what the problem is. visibility-HorizontalMenuBuilder.js and visibility-HorizontalMenuWriter.js are parts of a drop menu script. The links in the table are located under the drop menu if it opens which is why it doesn't work. It's all about the layers. Now I just need a way to make this work in Mozilla, I've tried z-index but that doesn't work. Anyone know a way around this?
Offline
I experienced in the Wysiwyg posting editor that JavaScript snippet that inserts the link is not working in Firefox 1.0.2.
Also inserting emoticons don't work.
The script also hangs often in FF.
Could you do something with it?
Offline