• Article Written 
  • on 13.02.2010
  •  at 06:49 AM
  •  by admin

How To Create Simple Css Image Rollover Effect

A few days ago I was implementing Image Rollover Effect in a website I’m working on. Most of the portfolio websites are using image rollover effect. In this tutorial i will learn you how to create simple Css image rollover effect . I am using only one simple graphic. The rest is basic CSS styling, with simple HTML code.



image-rollover-heading

This Rounded border property is not supported by IE. View Demo

let us know your thoughts? If you found any other tutorials that you want to share with us,feel free to let us know by dropping in a comment.

Example:

image-rollover

Step #1 Css Structure

first we create a Simple Css code

*{ padding:0; margin:0;} body{ font:100% normal Arial, Helvetica, sans-serif;}
.rollover_img { width: 280px; height: 150px; background-image: url(land.jpg); background-position: top; -moz-border-radius:10px; -webkit-border-radius:10px; border:10px solid #ccc; font:13px normal Arial, Helvetica, sans-serif; line-height:18px; float:left; margin:0 10px 10px 0; }
.rollover_img a { color: #fff; width: 280px; height: 150px; display: block; text-decoration: none; }
.rollover_img a:hover { background:#000; opacity:.60; filter:alpha(opacity=60); }
.rollover_img a span { display: none; width: 280px; padding:5px; }
.rollover_img a:hover span { display: block; }

Step #2 Html Structure

now we create a Simple Html code

<div class="rollover_img"><a title="Ace Infoway India" href="http://blog.aceinfowayindia.com"> <span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed condimentum. In volutpat. Vestibulum elit. Aenean eget enim vitae tellus bibendum pellentesque. Sed at est. Example Text, Lorem ipsum dolor sit amet, consectetur adipiscing elit. </span> </a></div>

View Demo

Follow us on Twitter, or subscribe to the Developers Paradise+ RSS Feed for the best web development tutorials on the web.

Promote Us

  • Add to Mixx!
Ace Hosting India

Tags: ,

Untitled Document

6 Comments

  1. Really nice effect! Good tutorial!
    Codesquid´s last blog ..Flags of the world using only XHTML and CSS My ComLuv Profile

  2. This article has been shared on favSHARE.net. Go and vote it!
    favSHARE´s last blog ..5 iPhone Apps Every Web Designer Should Have My ComLuv Profile

  3. [...] How To Create Simple Css Image Rollover Effect [...]

  4. How To Create Simple Css Image Rollover Effect…

    A few days ago I was implementing Image Rollover Effect in a website Im working on. Most of the portfolio websites are using image rollover effect. In this tutorial i will learn you how to create simple Css image rollover effect . I am using only on…

  5. [...] How to create a simple CSS image rollover effect (aceinfowayindia​.com) [...]

  6. cool man ,was thinking to add this,. am gonna add this now. thanks for the share :p
    ashwin´s last blog ..How to Download Facebook Videos? 3 ways My ComLuv Profile

Submit a Comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>


CommentLuv Enabled