Users Viewing This Thread
 1 Guest(s)
amatorbalikci.net

Post Reply  Post Thread 
Help! Navigation Links - I don't want it underlined!
Author Message
colin
Senior Member
****


Posts: 251
Group: Registered
Joined: Aug 2007
Status: Offline
Reputation: 0

Country:
Post: #1
Help! Navigation Links - I don't want it underlined!

Please tell me how to add my mavigation links without them being underlined or in blue - I can only seem to turn off the underline & blue if I apply it to the entire page. I only want the navigation links to be without the blue or underlined.

Many Thanks!

09-15-2007 08:16 AM
Find all posts by this user Quote this message in a reply
smacker
Member
***


Posts: 234
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 0

Country:
Post: #2
RE: Help! Navigation Links - I don't want it underlined!

If you give the navigation link container a unique ID,

Code:


you can make the code you're using that applies to the whole page only apply to that container, with a minor change.

Code:

ul#navigation a {

text-decoration: none;

color: #654321;

}

09-15-2007 11:57 AM
Find all posts by this user Quote this message in a reply
Dhanraj
Member
***


Posts: 50
Group: Registered
Joined: Nov 2007
Status: Offline
Reputation: 0

Country:
Post: #3
RE: Help! Navigation Links - I don't want it underlined!

There is a java script to do that.it is simple

11-17-2007 07:11 PM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: