Re: [css-d] CSS Block Element Links

2006-09-15 Thread ~davidLaakso
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

Re: [css-d] CSS Block Element Links

2006-09-15 Thread HighPowered
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

Re: [css-d] CSS Block Element Links

2006-09-15 Thread Daniel Klug
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

Re: [css-d] CSS Block Element Links

2006-09-15 Thread Bradley Rench
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

Re: [css-d] CSS Block Element Links

2006-09-14 Thread Daniel Klug
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 >

[css-d] CSS Block Element Links

2006-09-13 Thread Daniel Klug
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