[thelist] PHP & CSS (Two Part Question)

rudy r937 at interlog.com
Wed May 1 17:27:01 CDT 2002


>  Don't know why, but this css only seems to work in Moz RC1 :
>
>   #boxcredits a[href="http://www.somedomain.com"]
>       { border : 0px; background:#fff; }

why? because other browsers haven't caught up to that level of css yet
(css3, i think)

are there any other links in that div?  if you can treat them all the same
way, i think you can just say

    #boxcredits a  { border : 0px; background:#fff; }

i've also seen this problem resolved by styling the image itself

   img { border:0px }

rudy




More information about the thelist mailing list