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: Changing the Blue Border  (Read 3470 times)

0 Members and 1 Guest are viewing this topic.

femme

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Changing the Blue Border
« on: October 02, 2009, 05:35:39 am »

I have gone through and searched the terms "change blue border" "css" "stylesheet" and i still haven't resolved it! (esp. i need it to work in IE)
how do you change the blue border to work in IE and Firefox.

Quote
<?php
  include "./gallery/cpmfetch/cpmfetch.php";
  $objCpm = new cpm("./gallery/cpmfetch/cpmfetch_config.php");
  $options = array('windowtarget' => '_blank', 'imagelink' => 'album');
  $objCpm->cpm_viewLastAddedMediaFromAlbum(1,5,23);
  $objCpm->cpm_close();
?>

<style>
.albums
margin : 0px;
padding:6px; 
background : #D1D1D1;
background-image:url(/images/site-layouts/7/bgg.png);
border : 1px solid #D9D9D9;}
</style>
Logged
Pages: [1]   Go Up
 

Page created in 0.013 seconds with 19 queries.