Microsoft
Software
Hardware
Network
Question : CSS Inline Color
All,
I am trying to utilize the following style sheet with a ul list so that the a href links are a pink color - however no matter what I do I can't seem to get this to work. I do have other links on the page but I only want those links in the navlist class to utilize the pink like colors for any kind of link:
Below is the CSS and then the actually snippet of HTML for the li list.
<style type="text/css">
.navlist li
{
width: 135px;
background-color: #9932CC;
padding-bottom: 2px;
A.link:text-decoration: none; color: #ffece7; font-family: Arial;
A.visited text-decoration: none; color: #ffece7; font-family: Arial;
A.active text-decoration: none; color: #ffece7; font-family: Arial;
A.hover text-decoration: none; color: #ffece7; font-family: Arial;
}
</style>
<ul class="navlist">
<li><a href="
http://www.mysite.co
m
">My Site</a></li>
<li><a href="
http://www.coding.co
m
">Coding<
/a></li>
</ul>
Answer : CSS Inline Color
Replace your css with this:
<style type="text/css">
ul.navlist li
{
width: 135px;
background-color: #9932CC;
padding-bottom: 2px; font-family:Arial;
}
ul.navlist li a{
text-decoration: none; color: #ffece7;
}
</style>
- Jayant
Random Solutions
Exchange 2007: Queue Line
Disk Management - Dynamic Disk - Convert ot Foreign Disk OR Convert to Basic Disk
sharepoint columns
DHCP server in other network
Tutorials on debugging
asp TreeView Menu
Need to have a .mdb when it opens copy tables from and old .mdb on the PC
How to center text in grid table printout in FileMaker Pro 11
win2k8 sbs not working without old win2k3 sbs server hooked up
C# - Retrieve Active DIrectory Group's Users whose Membership Is PRIMARY