Hi,
In ie when you set the anchor (<a href='...'>summat</a>) style width to 90% you can hover over that area and it works as though you are clicking on the link.
In Firefox, it doesn't seems to be working...
Any ideas? Is it a bug with ie that it works?
CSS:
Code:/* subsections */
table.subs {
width: 100px;
}
table.subs tr {
vertical-align: middle;
}
table.subs td {
font-size: 75%;
text-align: center;
}
table.subs td a { width: 90%; }
Vince
