Guest Shift Posted March 26, 2011 Report Posted March 26, 2011 Hello, I'm new to the forums and to web design - and I had a quick question regarding CSS navigation systems. The code: a:link,a:visited { display:block; width:120px; font-weight:bold; color:#FFFFFF; background-color:#A3A3A3; text-align:center; padding:5px; text-decoration:none; text-transform:uppercase; } a:hover,a:active { background-color:#702C2C; } This also affects any other links in my test site. How can you get around this? Quote
Andrea Posted March 26, 2011 Report Posted March 26, 2011 http://www.csstutorial.net/2010/03/styling-different-links-differently-with-css/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.