Ok some strange things are happening and I've attempted to fix this many times, and many methods. none seem to help.
1. The color of the footer links is inconsistent (some are black some are gray)
2. The left padding disappeared for only the black links (Seems these links are not effected by the code at all). I am pasting my stylesheet_footer_menu.css file below for reference.
3. If I wanted to move the link "Terms of Use" under the title "Important links" to the "Quick Links" how could i do it?
4. I would also love to change the font style of the links but Can't seem to get it regardless of what I do to the file
Finally when I change this line from this:
li a:link {color: #666;font-size:9px;margin:0;padding-left:1em;padding-bottom:.3em;display:block;}
To this:
li a {color: #666;font-size:9px;margin:0;padding-left:1em;padding-bottom:.3em;display:block;}
Few things happen:
1.The footer links colors and padding are all the same (all black)
2.regardless of the color value (#666) it's always black
===========================================
#footer {clear:both;margin:0;margin-top:-8px;}
#navSuppWrapper {
border:1px solid #ccc;
margin: 0 auto;
padding: 0;
background:none;
font-weight: bold;
color: #666;
width: 1000px;
height: 116px;
}
dl {margin: 0 0 3px 0;padding:0;clear:both;height:79px;width:100%;}/*Adjust the height and width of the menu*/
dt {margin-bottom:20em;font-weight:bold;}
dd {margin:0;padding:0;float:left;width:22.3%;}/*Column width of the menu - currently set for 4 columns*/
ul {margin:0;padding:0;list-style: none;}
li a:link {color: #666;font-size:9px;margin:0;padding-left:1em;padding-bottom:.3em;display:block;}
li a:hover {color:#FFBD3B;text-decoration: underline;}
.menuTitle {margin:4px;padding-bottom:.3em;text-align:center;font-size:1.1em;}
.first, .second, .third {border-right:1px dotted #ccc;height:116px;}
#siteinfoLegal {
margin:0 auto;
padding: .5em 0 0;
font-size: 0.9em;
text-align:center;
width:100%;
line-height:normal;
clear:both;
}
#siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #000;font-weight:bold;white-space: nowrap; }
#siteinfoLegal a:hover {color: #000;background: #EAC27C;}
============================================
This is a little frustrating, but maybe simple for you therefore my apologies for being a bit of a newbie
Many, many, many Thanks Clyde




Reply With Quote
