G
Guest
I have a little one cell table that acts like a "Go to Top" button in my
Frequently Asked Questions page.
<table border="2" width="70" bgcolor="#B7A5C1" id="mytop"
style="border-color: #000000">
<tr>
<td>
<a href="#begin" style="text-decoration: none">
<font color="#000000" size="1">Go to Top</a></td>
</tr>
</table>
I want to have the user click anywhere in the cell (not just on the words
"Go to Top", so I put this style in:
<style type="text/css">
#mytop td a{
position:relative;
display:block;
}
</style>
Can I give all these mini-tables the ID "mytop" or does every table need a
unique ID?
Frequently Asked Questions page.
<table border="2" width="70" bgcolor="#B7A5C1" id="mytop"
style="border-color: #000000">
<tr>
<td>
<a href="#begin" style="text-decoration: none">
<font color="#000000" size="1">Go to Top</a></td>
</tr>
</table>
I want to have the user click anywhere in the cell (not just on the words
"Go to Top", so I put this style in:
<style type="text/css">
#mytop td a{
position:relative;
display:block;
}
</style>
Can I give all these mini-tables the ID "mytop" or does every table need a
unique ID?