|
|
FAQ
Return to FAQ
Q: I want to center my menu but it moves to the right in Mozilla/Firefox/Netscape. How can I settle it?
A: To center a menu place the following html code inside the object that has a center alignment, e.g., <DIV> or <TD>.
Like here:
<td width=400 align=center>
<script type="text/javascript" language="JavaScript1.2" src="data.js"></script>
</td>
It's also necessary to set the exact width-attribute both for <DIV> or <TD> and menu, to view the latter right without moving, e.g.:
var menuWidth = "400";
Return to FAQ
|