|
Posted by David Smithz on 12/10/06 13:23
"David Smithz" <dave1900@blueyonder.co.uk> wrote in message news:1ESeh.14308
> Hi Andy,
> I tried this with excitiement but unfortunetly it did not work for me
> making no difference. Is there perhaps something else I have to set?
>
> I event tried setting the height as a style instead of an attribute
> (style=" height:100%") but with no luck.
>
> In fact embedding the div like you said actually changes the behaviour of
> the mouse cursor when moving over the text. Rather then displaying the
> pointing finger for a URL (desirable) it instead shows a text editing
> cursor (not desirable).
>
> Thanks for any more input.
Further to my previous post I have found that things work better. If I move
the anchor to the outer div like so:
<a href="./index.htm">
<!-- Note anchor has been moved outside the div-->
<div id="ExBox1" class="ExBox">
<table style="width:100%; height:100%; border:0px; padding:0px;">
<tr>
<td style="text-align:right; vertical-align:bottom; height:100%;
">URL TO FOLLOW. I WANT TO BE ABLE TO CLICK ANYWHERE
IN TABLE CELL,, NOT JUST THE ACTUAL TEXT </td>
</tr>
</table>
</div>
</a>
It works perfectly on Firefox. However, in IE the link does not work (one
clicks but it does not go through). I can fix this in IE if I remove the
style information from the table.
Therefore If I change:
<table style="width:100%; height:100%; border:0px; padding:0px;">
to :
<table>
it follows the link, but then I loose the ability to position the text in
the cell at the bottom right hand corner.
In fact as soon as I add :
<table height="100%">
(the height info as a attribute or as part of the style, IE stops the link
from working).
So is this a bug or something? Any ideas on what is going on here is really
appreciated.
Navigation:
[Reply to this message]
|