javascript
Brief description  about Online courses   join in Online courses
View papaiah  ikkurthi 's Profile

Image hover

Dear sir,
can you please send code for image hover i.e i have given some small images in html page just i want that images big when we click on it(mouse click).....please help me...
Asked by papaiah ikkurthi | Mar 29, 2011 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
I write code which will check it.
a {display: block}
a:link, a:visited {text-decoration: none; color: blue}
a:hover {text-decoration: underline; color: red; background: yellow}

<h1><a name="target">You are learning php from siliconindia.</a></h1>
Apr 12, 2011