probably a caching problem, but try looking for spelling errors (use W3C 
checker)

PS this is a PHP list not CSS


"Jeff Swanberg" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>I have the following in my CSS (loaded on the main site page):
>
> /* FOOTER */
>
> .footer {
>        font-family: Tahoma, "Trebuchet MS";
>        font-size: 9px;
>        color: #BFBFBF;
>        text-decoration: none;
>        border: none;
>        line-height: 1.25em;
>        font-weight: bold;
> }
>
> .footer a:link {
>        font-family: Tahoma, Arial, "Trebuchet MS";
>        font-size: 9px;
>        color: #BFBFBF;
>        text-decoration: none;
>        border: none;
>        line-height: 1.25em;
>        font-weight: bold;
> }
>
> .footer a:visited {
>        font-family: Tahoma, Arial, "Trebuchet MS";
>        font-size: 9px;
>        color: #BFBFBF;
>        text-decoration: none;
>        border: none;
>        line-height: 1.25em;
>        font-weight: bold;
> }
>
> .footer a:hover {
>        font-family: Tahoma, Arial, "Trebuchet MS";
>        font-size: 9px;
>        color: #BFBFBF;
>        text-decoration: none;
>        border: none;
>        line-height: 1.25em;
>        font-weight: bold;
> }
>
> and the following in my PHP script
>
> <div class="footer" style="position:absolute; top:680px; left:60px; 
> width:500; height:2; vertical-align:bottom; z-index:1;">
> &copy; 2004 Keatley Photography - <a 
> href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> - 206 
> 240-5543
> </div></td></tr>
>
>
> But, when I change the style.css file and upload it and then refresh the 
> browser, any changes to the font, style, etc to the "footer" class are not 
> picked up.  What should I look for??
>
> Jeff 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to