I am using a table for some part of my layout because I need to use 'rounded corner' boxes of equal height and width for various parts of the page. Each of these cells contains a number of <DIV>s giving background, borders etc... for the box layout, with one <DIV> actually containing the text content.
Because each of these boxes needs to link to a further page I have included an <a> tag inside the <td> tag pair and this sems to work just fine in Firefox, Opera and Safari with the cursor dutifully turning into a pointing finger when in any part of the box and, when clicked, passing me to the target page. In IE6 & 7 though, the hyperlink element works just fine but the cursor does not change to hand until I click.
Any clues? This page, which is under development, is at
Because each of these boxes needs to link to a further page I have included an <a> tag inside the <td> tag pair and this sems to work just fine in Firefox, Opera and Safari with the cursor dutifully turning into a pointing finger when in any part of the box and, when clicked, passing me to the target page. In IE6 & 7 though, the hyperlink element works just fine but the cursor does not change to hand until I click.
Any clues? This page, which is under development, is at