News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

[Solved]: get rid of spacer

Started by lostemilie, January 19, 2009, 07:14:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lostemilie

Hi! In my gallery (here) I added a border to all images via css but now I also have a border around the spacer.gif. Can anyone tell me how to get rid of it? I already deleted the spacer from the index file but still it´s there.

Nibbler

Instead of using

.image {

use

a .image {

with a space between the a and .image. That should apply the border to only images that are links and therefore not the spacer.gif.

lostemilie

now I feel stupid LOL
thanks for that, I should have thought of it myself :) it works now. thanks again  :D