Changing the Blue Border Changing the Blue Border
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Changing the Blue Border

Started by femme, October 02, 2009, 05:35:39 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

femme

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>