Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 09-27-2006, 05:46 AM Change link colours
Junior Talker

Posts: 1
Name: Gemma
Trades: 0
Hi everyone,

So here is my problem.

I am trying to change the link colours on my page and i managed to do this with the following code:

<style type="text/css">
<!--
a:link {color: #990000; text-decoration: underline; }
a:active {color: #666666; text-decoration: underline; }
a:visited {color: #666666; text-decoration: underline; }
a:hover {color: #666666; text-decoration: none; }
-->
</style>

However as soon as i enter this code it aslo effects my drop down menus and changes the colour of them as well.

Does anybody have any suggestions as to how to change one without changing the other?

Although i'm totally re-designing the website, the original one with the drop-down
menus is still up, you can find it at:

www.timeact.co.uk

My drop down menus use a css style sheet.

I'm quite new to dreamweaver so am sorry if i have missed any vital information out.

Thank you for your help.

Last edited by clueless; 09-27-2006 at 05:48 AM..
clueless is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-27-2006, 08:19 AM Re: Change link colours
Kirtan's Avatar
Who Am I?

Posts: 376
Name: Venkat Raj
Location: Salem, South India
Trades: 3
#mylinks a:link {
color: #990000; text-decoration: underline;
}
#mylinks a:active, #mylinks a:visited {
color: #666666; text-decoration: underline;
}
#mylinks a:hover {
color: #666666; text-decoration: none;
}
use <div id="mylinks"> to your content
Or alternatively you can use this custom link color to your dropdown links only.
__________________
All the Buddhas of all the ages have been telling you a very simple fact: Be -- don't try to become.
Kirtan is offline
Reply With Quote
View Public Profile Visit Kirtan's homepage!
 
Reply     « Reply to Change link colours
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11921 seconds with 12 queries