Results 1 to 2 of 2

Thread: CSS for "hover" plain link (no image) -->thumbnail

  1. #1
    Join Date
    Feb 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS for "hover" plain link (no image) -->thumbnail


    Hello,

    Everywhere you find css and java for images changing into other images when hover..(onMouseOver and so) and other sparkling stuff.

    Can someone help me to change a plain link (word) that is no image to a thumbnail (image) when hover ?
    Example on Wordpress (snapshot)

    It's for my tag cloud here http://jaspert.free.fr

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    You can use any CSS technique that you've previously seen. The only difference would be that you don't supply a background for the active state and for the hover state, apply a text indent.

    You would need an overflow:hidden property on the anchor as well.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •