Hey Glenn, I thought that perhaps my Home, Log In, Shopping Cart, and Checkout links at the top were a bit hard to read with the color contrast and all so I added the code below to my stylesheet but I can't imagine why it hasn't changed my page at all. Any idea?
Ian
#navMainWrapper
{ background-image:url(../images/upper-header-back.gif); /*navMainWrapper controls the very top of the page with Home and Log In*/
padding:0.0em 0.2em;
font-weight:bold;
height:29px;
float:bottom;
color:#FFFFFF;} /* This color code changes the color of the Home, Log In, Shopping Cart, and Check Out links */
a:hover,#navMainWrapper ul li a:hover
{ color:#ff1c16; } /* This color code changes the HOVER color of the Home, Log In, Shopping Cart, and Check Out links */




