Re: [css-d] img border madness

2005-08-29 Thread Lorraine Nepomuceno
Paul and Holly, Thank you so much- for presenting the solution, but especially for taking the time to explain it to me. It didn't make any sense to me until I read your emails. To avoid a time gap when the image is moused over for the first time, you can actually store both the hover & no

Re: [css-d] img border madness

2005-08-29 Thread Holly Bergevin
From: Lorraine Nepomuceno <[EMAIL PROTECTED]> >Arrgghh... it looks like I spoke too soon. The borders on the images >are gone in Safari, but I still see them on Firefox and Camino. >Please help! > >http://www.splashscreen.com/test.html > >with CSS at http://www.splashscreen.com/base.css The b

Re: [css-d] img border madness

2005-08-29 Thread Paul Novitski
At 11:31 PM 8/28/2005, Lorraine Nepomuceno wrote: Arrgghh... it looks like I spoke too soon. The borders on the images are gone in Safari, but I still see them on Firefox and Camino. Please help! http://www.splashscreen.com/test.html with CSS at http://www.splashscreen.com/base.css Lorraine,

Re: [css-d] img border madness

2005-08-28 Thread Lorraine Nepomuceno
Arrgghh... it looks like I spoke too soon. The borders on the images are gone in Safari, but I still see them on Firefox and Camino. Please help! http://www.splashscreen.com/test.html with CSS at http://www.splashscreen.com/base.css Thanks :) Lorraine Peter, Dwain... That was it! Now ev

Re: [css-d] img border madness

2005-08-28 Thread Lorraine Nepomuceno
Peter, Dwain... That was it! Now everything validates, and the borders on images are gone. Thank you so very much, I am more grateful than you can imagine! :) Lorraine On 08 29, 05, at 12:41 PM, Peter Williams wrote: From: Lorraine Nepomuceno I'm going nuts trying to get rid of the borde

Re: [css-d] img border madness

2005-08-28 Thread Lorraine Nepomuceno
Thanks Dwain and Ric, I tried both: img {border: 0;} and img {border:none;} and they don't work either. It doesn't make sense to me.. so frustrating! :) Lorraine On 08 29, 05, at 12:47 PM, Ric & Jude Raftis wrote: Try this:- img { border: 0; } Regards, Ric http://www.splashscree

RE: [css-d] img border madness

2005-08-28 Thread Peter Williams
> From: Lorraine Nepomuceno > > I'm going nuts trying to get rid of the border on my linked images. > See the sample here: > http://www.splashscreen.com/test.html > Lorraine, A couple of things are awry with your markup: Used twice on the page, an id instance can only occur once per page.

[css-d] img border madness

2005-08-28 Thread Lorraine Nepomuceno
Hi all, I'm going nuts trying to get rid of the border on my linked images. See the sample here: http://www.splashscreen.com/test.html The image (beneath "Latest Entry") carries the same border that is used on my links, despite having this: a img { border: none; } in my stylesheet (wh