Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-18-2013, 09:37 AM   PM User | #1
Bardejov
New to the CF scene

 
Join Date: Jan 2013
Posts: 6
Thanks: 3
Thanked 0 Times in 0 Posts
Bardejov is an unknown quantity at this point
Change a link color in a div inside a css file

Hi,

Inside my css file for a html page I have this text that I need help


}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
float: left;
width: 112px;
margin-left: -100%;
position: relative;
background: #4DA1D4;
font-size: 14px;
padding: 0px 5px 0px 5px;
font: 18px Calibri, Arial, Tahoma, Verdana, sans-serif;


How do I control links here like
a:link {color:#FF0000;} /* unvisited link */
a:visited {color:#00FF00;} /* visited link */
a:hover {color:#FF00FF;} /* mouse over link */
a:active {color:#0000FF;} /* selected link */

for this
Code:
		<div class="sidebar" id="sideLeft">
		<a href="/bardejov/jewishhistory.html" target="_self">Jewish History of Bardejov</a><br><br>
		</div><!-- .sidebar#sideLeft -->


}

Thank you,

David
Bardejov is offline   Reply With Quote
Old 01-18-2013, 10:20 AM   PM User | #2
Bardejov
New to the CF scene

 
Join Date: Jan 2013
Posts: 6
Thanks: 3
Thanked 0 Times in 0 Posts
Bardejov is an unknown quantity at this point
The wip webpage for this is
http://bardejov.org/index-1-15-13-v3.html
Bardejov is offline   Reply With Quote
Old 01-18-2013, 11:28 AM   PM User | #3
backa
New Coder

 
Join Date: Oct 2012
Posts: 44
Thanks: 7
Thanked 3 Times in 3 Posts
backa is an unknown quantity at this point
Target them as
Code:
#sideleft a:active
etc.
backa is offline   Reply With Quote
Users who have thanked backa for this post:
Bardejov (01-18-2013)
Old 01-18-2013, 11:52 AM   PM User | #4
vjm
New Coder

 
Join Date: Nov 2012
Location: PH
Posts: 16
Thanks: 1
Thanked 2 Times in 2 Posts
vjm is an unknown quantity at this point
#sideLeft a:link {color:#FF0000;} /* unvisited link */
#sideLeft a:visited {color:#00FF00;} /* visited link */
#sideLeft a:hover {color:#FF00FF;} /* mouse over link */
#sideLeft a:active {color:#0000FF;} /* selected link */
vjm is offline   Reply With Quote
Users who have thanked vjm for this post:
Bardejov (01-18-2013)
Old 01-18-2013, 02:58 PM   PM User | #5
Bardejov
New to the CF scene

 
Join Date: Jan 2013
Posts: 6
Thanks: 3
Thanked 0 Times in 0 Posts
Bardejov is an unknown quantity at this point
Thanks for the fix.
Bardejov is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 12:46 AM.


Advertisement
Log in to turn off these ads.