Hello All! you guys are probably getting tired of me by now. I'm trying to remove the title from just the thumbnails of this site (huf2much.com) when they are rolled over. I still need the title itself for when the thumbnail is selected it thitle is below the image. Any way to do this without deleting the titles entirely? You can see what I mean under the Art section on the first thumbnail. thanks again, you guys are great!
First of all, we're not getting tired of you, and you're always welcome here! Secondly, You might try something like this: http://css-tricks.com/bubble-point-tooltips-with-css3-jquery/ Personally, I'd skip the title attrib completely and use another element after it. Then I'd hide/show that with css sibling selectors. Such as:
you guys are probably getting tired of me by now.
I'm trying to remove the title from just the thumbnails of this site (huf2much.com) when they are rolled over.
I still need the title itself for when the thumbnail is selected it thitle is below the image.
Any way to do this without deleting the titles entirely?
You can see what I mean under the Art section on the first thumbnail.
thanks again,
you guys are great!
I added, basically what you said, even though I had No f'n idea what the hell that was since I have no idea what im doing. I placed the after alt title and it worked.
You the man!
title="{display:block;}"shouldn't work. What you want is something like this:And then in you css file you'll want something like this:
Does that make sense?