Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Jun 2005
    Location
    USA
    Posts
    2,047
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Randomer View Post
    Here got it:

    Code:
    <style type="text/css"> 
    a { 
    font-size: 10px; 
    color: #000000; 
    } 
    a:link { 
    text-decoration: none; 
    color: #000000; 
    } 
    a:visited { 
    text-decoration: none; 
    color: #000000; 
    } 
    a:hover { 
    text-decoration: underline; 
    background-color: #FF5050; } 
    } 
    a:active { 
    text-decoration: none; 
    color: #000000; 
    } 
    </style>
    Thank you + rep

    But is there anyway for it to go right across to the other side of the navigation box?
    *Image Removed*

    Thank you Brad for the sig


    Signature edited by Nick- (Forum Super Moderator): Please do not have images that exceed the limit for non VIPs (700 x 150) in your signature.

  2. #12
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    put the nav in a table each link in a different table

    Then make the table a link.

    I think that will work
    Looking for a good desiner to design a social networking template.

    PM me.

  3. #13
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Code:
    li a {
      display: block;
      width: 100&#37;;
    }
    li a:hover {
      background-color: red;
    }
    HTML Code:
    <li><a href="about: blank">Foo</a></li>
    <li><a href="about: blank">Foo</a></li>
    <li><a href="about: blank">Foo</a></li>
    kinda quit.

Page 2 of 2 FirstFirst 12

Posting Permissions

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