Support Forums

Old 01-24-2008, 06:57 AM   #1
Member
 
Join Date: Dec 2006
Posts: 96
Rep Power: 12
objelland is on a distinguished road
Default Remove underline - class navlist

Hi

I am using the "navlist" class, and I would like to remove the line underneath the links. I have tried to do this in the CSS, but with no luck. There is something going on that I can't figure out......

Thanks

Oyvind
__________________
objelland
V3.1.5b Developer
objelland is offline   Reply With Quote
Old 01-24-2008, 09:24 AM   #2
Coder
 
Join Date: Mar 2006
Posts: 4,420
Rep Power: 108
Lhotch is just really niceLhotch is just really nice
Default

text-decoration: none;

http://www.w3schools.com/css/pr_text...decoration.asp
__________________
Larry.
Lhotch is offline   Reply With Quote
Old 01-24-2008, 09:50 AM   #3
Member
 
Join Date: Dec 2006
Posts: 96
Rep Power: 12
objelland is on a distinguished road
Default

Hi Larry

Thank's for both your answers!

Cheers

Oyvind
__________________
objelland
V3.1.5b Developer
objelland is offline   Reply With Quote
Old 01-24-2008, 10:14 AM   #4
Member
 
Join Date: Dec 2006
Posts: 96
Rep Power: 12
objelland is on a distinguished road
Default

Hi

I have tried to do this, but it doesn't seem to work. Here is the code:

a.navlist:link { color: #ffffff; text-decoration: none; }
a.navlist:visited{ color: #667; text-decoration: none ;}
a.navlist:hover { color: #5487BF; font-weight: bold; background-color: #FFFFFF; }

The links are still underlined. Is the somewhere else than in the css this can come from?

Oyvind
__________________
objelland
V3.1.5b Developer
objelland is offline   Reply With Quote
Old 01-24-2008, 11:10 AM   #5
68 Evangelist & Developer
 
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,542
Rep Power: 44
Mike-N-Tosh is just really niceMike-N-Tosh is just really nice
Default

add a style simply for an anchor in your css sheet as below:
a
{
text-decoration: none;
}

I believe that should do it, because then all other anchor declarations should inherit that property.
__________________
Mike-N-Tosh
IndianaPC.org - A community website (v3.1.10 Developer - heavily modified)
Sandbox (v3.1.10, v4.0.9, 4.1.3)
Visit My blog for tips, tricks, tutorials, reviews for 68 Classifieds as well as my store with Templates, Mods & Docs
Web Hosting | Web Design & Development | 68 Classifieds Customizations
I am not a 68C employee, just a user and try to help out
Mike-N-Tosh is offline   Reply With Quote
Old 01-24-2008, 11:51 AM   #6
Member
 
Join Date: Dec 2006
Posts: 96
Rep Power: 12
objelland is on a distinguished road
Default

Thank you, that did the trick!!
Appreciate it!

Oyvind
__________________
objelland
V3.1.5b Developer
objelland is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you remove the Browse Categories Box? goose HTML, CSS, and Design Help 4 09-06-2007 05:58 PM


All times are GMT -4. The time now is 11:52 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0