Board index PBase HTML and Style Sheets Thin white line...

HTML and Style Sheets

Thin white line...

Customize your galleries.
pam_r
 
Posts: 18

Thin white line...

Post Wed Oct 13, 2004 9:24 pm


Can anyone tell me how to get rid of the thin white line surrounding all of my images. Here's one example:

http://www.pbase.com/pam_r/image/34555272

matiasasun
 
Posts: 1493

Re: Thin white line...

Post Wed Oct 13, 2004 10:56 pm


pam_r wrote:Can anyone tell me how to get rid of the thin white line surrounding all of my images. Here's one example:


It is white in firefox but it is not in Explorer (where it is pure black)
Well... Anyway, what you need to do is to work on the .display Css Class of the gallery style sheet. Actually it looks like this:
Code: Select all
.display
{
border: 3px RIDGE black;
background-color: black;
}


... and maybe it should look like this?

Code: Select all
.display
{
border: none;
background-color: black;
}


That way you´ll get rid of the three pixels border.

Hope this helps.
Matias
Matias, Chile - http://www.pbase.com/matiasasun
Resources, HOWTOs, Samples and more! - http://pbasewiki.srijith.net/

pam_r
 
Posts: 18


Post Wed Oct 13, 2004 11:21 pm


Matias, I bow at your feet! It worked perfectly. I can't thank you enough for your quick response.

Your humble servant,
Pam

matiasasun
 
Posts: 1493


Post Wed Oct 13, 2004 11:37 pm


It worked? Cool! :lol:
Matias, Chile - http://www.pbase.com/matiasasun
Resources, HOWTOs, Samples and more! - http://pbasewiki.srijith.net/


Board index PBase HTML and Style Sheets Thin white line...

Who is online

Users browsing this forum: ClaudeBot and 0 guests