Most browsers will show links by default in blue and visited links in purple. BOOOORING!!! That, and purple just doesn’t look good on some people ,But with a little bit of CSS, you can style your links any way you like. add this to your advance css section

a:link {color: #006600;} (green)
a:visited {color: #FF0000;} (red)
a:focus {color: #9933CC;} (purple)
a:hover {color: #000099;} (blue)
a:active {color: #FF9933;} (orange)

Thats its just hit save.

This is what each link does i guess you can change it to whatever,havent gotten that far yet

link – default (so your standard, never-clicked link)
visited link
focus – when tabbing with the keyboard
hover – when the curser moves over the link
active – the moment the link is clicked..

example ...yubasutterconnect.com
still working on it feedback is wanted thanks

Tags: css, links, style

Views: 166

Reply to This

Replies to This Discussion

Very helpful for the beginners. Great work solo.

thanks B..im so a beginner ,thought i do a little sharing,lol

I have applied a background color to my links and padded them to look like buttons.

Is there a way to make the background color change colors along the lines of these same principals?

I am trying to make the link/button be a different color when you are on the actual page the link/button points to.
You could have something like this.

a:link {
color: #fff;
background: #000;
padding:2px;
}

Then apply similar to solo's other classes that he mentions

SP

thanks SP...here some more Chole,,

a:link {     color: #006600;     background: #CCFF99;}

a:visited {  color: #FF0000;     background: #ff6633; }

a:focus {    color: #9933CC;     background: #ffccff;}

a:hover {    color: #000099;     background: #ccffcc; }

a:active {   color: #FF9933;     background: #ffff00; }


 

RSS

Latest Activity

Kos replied to soaringeagle's discussion 'stop confusing everyone make your 3.0 icons more use friendly'
"Nope that hid the entire thing.  Tried linkbar linkbar-iconic {visibility: hidden;} and it…"
3 minutes ago
Kos replied to Suzie Nielsen's discussion 'quick question'
"In 2.0 the member photos *do* reflect recent visitors (or at least it used to before I stopped…"
21 minutes ago
soaringeagle replied to soaringeagle's discussion 'stop confusing everyone make your 3.0 icons more use friendly'
"i styled it i believe its the containing a 1 sec' this will do it .button.button-iconic"
28 minutes ago
Kos replied to soaringeagle's discussion 'stop confusing everyone make your 3.0 icons more use friendly'
"Don't forget the pillow!  *ahahaha*  Hey, how do we hide that grey box behind the…"
35 minutes ago
soaringeagle replied to soaringeagle's discussion 'stop confusing everyone make your 3.0 icons more use friendly'
"use the postioning codes i used but adjust height/width to match the image sizes but also..you will…"
38 minutes ago
Yaron replied to Allison Leahy's discussion 'Changes to Ning 3.0 Based on Your Feedback'
"Thanks for the reply, Allison. The ability to watch all embedded videos in full screen has been a…"
43 minutes ago
soaringeagle replied to soaringeagle's discussion 'stop confusing everyone make your 3.0 icons more use friendly'
"i agree completely..i think it was essential to the sites usability i understand the reasoning…"
48 minutes ago
soaringeagle replied to soaringeagle's discussion 'stop confusing everyone make your 3.0 icons more use friendly'
"10 seconds in photoshop and im far far far from a photoshop expert type text center adjust width…"
51 minutes ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service