|
|
#1 |
|
Member
Join Date: Dec 2006
Posts: 96
Rep Power: 12 ![]() |
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 |
|
|
|
|
|
#2 |
|
Coder
Join Date: Mar 2006
Posts: 4,420
Rep Power: 108 ![]() ![]() |
|
|
|
|
|
|
#3 |
|
Member
Join Date: Dec 2006
Posts: 96
Rep Power: 12 ![]() |
Hi Larry
Thank's for both your answers! Cheers Oyvind
__________________
objelland V3.1.5b Developer |
|
|
|
|
|
#4 |
|
Member
Join Date: Dec 2006
Posts: 96
Rep Power: 12 ![]() |
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 |
|
|
|
|
|
#5 |
|
68 Evangelist & Developer
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,542
Rep Power: 44 ![]() ![]() |
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 |
|
|
|
|
|
#6 |
|
Member
Join Date: Dec 2006
Posts: 96
Rep Power: 12 ![]() |
Thank you, that did the trick!!
Appreciate it! Oyvind
__________________
objelland V3.1.5b Developer |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
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 |