Daniel Klug wrote:
> OMG! Thank you for responding! This actually helped! This fixed the
> problem in IE for the image. I can even float it!
>
> Thank you again! Now everything in the anchor is clickable and active.
>
> And now for the anal, nit-picky:
> Although the text is active, if you roll th
Add this declaration to your style sheet.
span {
cursor:pointer;
}
-JC
Daniel Klug wrote:
> OMG! Thank you for responding! This actually helped! This fixed the
> problem in IE for the image. I can even float it!
>
> Thank you again! Now everything in the anchor is clickable and active.
>
> And
OMG! Thank you for responding! This actually helped! This fixed the
problem in IE for the image. I can even float it!
Thank you again! Now everything in the anchor is clickable and active.
And now for the anal, nit-picky:
Although the text is active, if you roll the mouse over it, the cursor
do
Isn't the problem that the img tag is inside a span tag? If you remove the
span tags surrounding short.gif and lst_hotline_120.jpg and put a class
attribute on those img tags (e.g. class="tag" for short.gif, class="thumb"
for lst_hotline_120.jpg), does that solve the problem for IE ?
On 9/14/06, D
Daniel Klug wrote:
> Hey all,
> I'm trying to make an entire 'block' of elements into a link (like a
> table, but using spans and divs).
...
> Other browsers behave, but not IE. The text in the link is hovering
> with the 'text' cursor, but I can still click the link, but the IMG wont
>
Hey all,
I'm trying to make an entire 'block' of elements into a link (like a
table, but using spans and divs).
I laid out the Pics, spans, text,
etc.. then positioned the elements accordingly.
I have everything working perfectly in Firefox, but only
'sort-of' in IE.
In IE, It