Webmaster Forum

Go Back   Webmaster Forum > Web Development > Web Design Lobby

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.


Reply
 
LinkBack Thread Tools Display Modes
Old 08-30-2007, 01:18 AM   #1 (permalink)
Banned
 
Join Date: 08-30-07
Posts: 88
iTrader: 0 / 0%
Latest Blog:
None

livecoder is liked by many
CSS styles

I want to have an alternative Link colour - once set in the page properties bit in dreamweaver I can't get it to do another option.how do I get it to create a second option?? Thanks
livecoder is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-30-2007, 10:21 AM   #2 (permalink)
Meeow!
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 3,235
iTrader: 0 / 0%
Latest Blog:
None

Costin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest order
All you have to do is to define a different class for each link you want to look and act different.

Take a look at this thread.
There are a few examples of what you need.
__________________
...to be continued
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-25-2007, 05:03 PM   #3 (permalink)
Member
 
Join Date: 02-22-07
Posts: 43
iTrader: 0 / 0%
Latest Blog:
None

jesse1 is liked by many
CSS would be the way to go for this. You can determine regular, onhover, and onvisited states
jesse1 is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-28-2007, 03:15 AM   #4 (permalink)
Senior Member
 
Join Date: 04-13-07
Location: US
Posts: 284
iTrader: 0 / 0%
Latest Blog:
None

scottdizzle is on the right pathscottdizzle is on the right pathscottdizzle is on the right path
Send a message via AIM to scottdizzle Send a message via Yahoo to scottdizzle
Code:
a.link1:link { color: #333333; text-decoration: underline; } a.link1:visited { color: #333333; text-decoration: underline; } a.link1:hover { color: #333333; text-decoration: none; } a.link2:link { color: #ff0000; text-decoration: none; } a.link2:visited { color: #ff0000; text-decoration: none; } a.link2:hover { color: #ff0000; text-decoration: underline; }
Modify that as you like.. repeat that method for more link classes.. visit www.tizag.com for more tutorials and help (that's where I learned how to assign hyperlink css in my stylesheets) and then assign the classes something like this:

For link1's properties:
Code:
<a class="link1" href="URL">
For link2's properties:
Code:
<a class="link2" href="URL">
scottdizzle is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
What changes what in vbulletin Styles? Nick Web Design Lobby 1 04-27-2006 08:49 PM
Styles? Leader of Men Coding Forum 3 12-11-2003 04:09 PM
HR Styles - HR Colors Leader of Men Coding Forum 10 11-28-2003 04:40 PM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 01:31 PM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.