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.

CSS Forum


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



Reply
Link color not showing up
Old 10-20-2007, 12:37 PM Link color not showing up
ncriptide's Avatar
Skilled Talker

Posts: 72
Name: Reggie Byrum
Location: Charlotte, NC
Trades: 0
Okay, I admit - I'm very green at CSS . . . but this simple problem is driving me nuts!

I have specified a color of white for my #sidenav, but they are showing up blue. Can someone please tell me where I'm missing it? Here's the html:

<!--begin side nav-->
<ul id="sidenav">
<li><a href="docs/vision.html">Our Vision</a></li>
<li><a href="docs/happenings.html">Harvest Happenings</a></li>
<li><a href="docs/links.html">Recommended Links</a></li>
<li><a href="docs/notes.html">Notes From The Pastor</a></li>
<li><a href="docs/events.html">Upcoming Events</a></li>
</ul>
<!--end side nav-->

Here's the CSS:

/*-----side nav--*/

#sidenav {
color:fff;
margin: 0;
padding: 0;
background: #684712 url(../images/navbtnbkgnd.gif) 0 0 repeat-y;
width: 200px;
border:1px solid #684712;
border-width:1px 0;
}

#sidenav li {
color:fff;
display: block;
list-style:none;
margin:0;
padding:10px;
}

#sidenav a:link, a:visited {
color: fff;
padding: 0px;
width: auto;
text-decoration: none;
font: bold .80em/1em Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-shadow: 2px #555;
}

#sidenav a:hover {
color:fff;
text-decoration:underline;
}
/*--end side nav--*/


The url link is here: http://www.ministrymarketingconsulta...est/index.html


HELP!!!!!!
ncriptide is offline
Reply With Quote
View Public Profile Visit ncriptide's homepage!
 
 
Register now for full access!
Old 10-20-2007, 12:47 PM Re: Link color not showing up
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
color: ffff; needs to be color: #fff; The # is required
joder is offline
Reply With Quote
View Public Profile
 
Old 10-20-2007, 12:51 PM Re: Link color not showing up
ncriptide's Avatar
Skilled Talker

Posts: 72
Name: Reggie Byrum
Location: Charlotte, NC
Trades: 0
OH MY GOSH! I CAN'T be THAT stupid, can I?. . . . :-)

DUH! The pains of being a beginner . . .

Thanks joder, I appreciate it!
ncriptide is offline
Reply With Quote
View Public Profile Visit ncriptide's homepage!
 
Old 10-20-2007, 01:25 PM Re: Link color not showing up
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
I think most beginners do that. It's not stupid. It's all a part of learning
joder is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Link color not showing up
 

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.26638 seconds with 12 queries