Jump to content
  • 0

изменение картинки рядом с линком


basta
 Share

Question

9 answers to this question

Recommended Posts

  • 0
<h2>Example Menu twelve</h2>

<div id="menu">
<a href="#nogo"><span>Item one</span></a>
<a href="#nogo"><span>Item two</span></a>
<a href="#nogo"><span>Item three</span></a>
<a href="#nogo"><span>Item four</span></a>
<a href="#nogo"><span>Item five</span></a>
</div>

CSS:

#menu {width:120px; margin:40px 15px;}
#menu a, #menu a:visited {display:block; width:100%; height:20px; line-height:20px; text-decoration:none; color:#000; background:url(off.gif); background-repeat:no-repeat;}
#menu a span {padding-left:25px;}
#menu a:hover {display:block; width:100%; height:20px; cursor:pointer; text-decoration:none; color:#c00; background:url(on.gif); background-repeat:no-repeat;}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy