|
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: 
|
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 |
|
 |
smacker
Member
  
Posts: 234
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 0
Country: 
|
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 |
|
 |
Dhanraj
Member
  
Posts: 50
Group: Registered
Joined: Nov 2007
Status:
Offline
Reputation: 0
Country: 
|
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 |
|
 |