View Single Post
  #1 (permalink)  
Old Oct 19th, 2007, 09:03
lostyboy lostyboy is offline
Junior Member
Join Date: Oct 2007
Location: england
Age: 23
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Talking How to assign more than one image to dif links

please can sum one tell me sum code to asign a differnt image to each link

Code: Select all
#nav a {
    width: 109px;
    height: 27px;
    background-image: url(images/aboutus.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0px;
    color:#032478;
    font-size:1px;
    text-decoration:none;
    float: left;
Code: Select all
<div id ="nav">
        <a href="/" title="aboutus">About us</a>
        <a href="/" title="comparison">Comparison</a>
        <a href="/" title="faq">FAQ's</a>
        <a href="/" title="shop">Shop</a>
           <a href
Reply With Quote