[thelist] PHP & CSS (Two Part Question)

Burhan Khalid burhankhalid at members.evolt.org
Wed May 1 17:32:00 CDT 2002


At 06:25 PM 5/1/02 -0400, you wrote:
> >  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)

whoa -- I didn't know that.

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

Sadly, there are some links in that div that need to be the default style.
If only it were that easy. lol

>     #boxcredits a  { border : 0px; background:#fff; }
>
>i've also seen this problem resolved by styling the image itself
>
>    img { border:0px }

I've got that, but it doesn't seem to work. Also, this CSS :
#entry h2 > a:visited { border:0; font:10px verdana; }
doesn't display as intended on IE6.0





More information about the thelist mailing list