I want my simple drop down menu appears centered at the top the page. Is it possible?
Return to Recent Questions
Q:
Things are mostly working great. I want my menu to appear centered at
the top the page. Here's the code:
<table style="text-align: left; width: 100%;" border="0" cellpadding="2"
cellspacing="2">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><script
type="text/javascript" src="navbar.js"></script>
</td>
</tr>
</tbody>
</table>
The table appears at the far left edge of the window. I tried with both
absolute (x=20, y=10) and relative (both x and y unset) coordinates. Help!
A:
If you want to center the menu paste it
within the <div > or <table> with a static position and specify a center alignment for it, for example:
<DIV align=center>
<SCRIPT src="data/data.js" type=text/javascript>
</SCRIPT>
</DIV>
<table width=800>
<tr>
<td align=center width=600>
|