--
I have this that works well:
img { border:10px solid #7B2E91 }
I would like to do one on top of another, something like this:
img { border:10px solid #7B2E91 }
img { border:20px solid #00 }
Is there a way to do this?
-
Perhap
Victor Subervi wrote:
> I have this that works well:
>
> img { border:10px solid #7B2E91 }
>
> I would like to do one on top of another, something like this:
>
> img { border:10px solid #7B2E91 }
> img { border:20px solid #00 }
It won't work, since the latter rule just overrides the former.
Hi,
I have this that works well:
img { border:10px solid #7B2E91 }
I would like to do one on top of another, something like this:
img { border:10px solid #7B2E91 }
img { border:20px solid #00 }
Is there a way to do this?
TIA,
Victor
__
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
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
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,
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
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
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
> 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.
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
11 matches
Mail list logo