Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Image borders would be cool  (Read 4172 times)

0 Members and 1 Guest are viewing this topic.

John

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 75
Image borders would be cool
« on: October 20, 2003, 05:47:49 pm »

Any ideas for custom thumb or image borders? eg. A pic frame, filmstrip or similar? I know a number of other gallerys out there atm allow this.

John
Logged

Rodinou

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 346
  • Tournicoti, Tournicota
    • http://www.sortons.net
Image borders would be cool
« Reply #1 on: October 20, 2003, 07:01:59 pm »

All can be done with CSS

For example in style.css    add ...


img.border {
padding:10px;
border:2px dotted #FFFFFF;
margin:1px;
}

Add in code

<img class=border>

And see result :)

Of course, you can add some backgrounds ...

img.border {
background-image:url(url-of-your-choice-of-the-pic.gif);
background-repeat: choose between auto/yes/no;
}

And a lot of possibility, like that ...
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 19 queries.