Advanced search  

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

Pages: [1]   Go Down

Author Topic: When step the mouse over the image…  (Read 6077 times)

0 Members and 1 Guest are viewing this topic.

Piceo2k

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 28
When step the mouse over the image…
« on: March 28, 2007, 02:34:31 am »

Since I can do, so that when it passes the mouse over the image, this changes its edge of color?
Logged

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: When step the mouse over the image…
« Reply #1 on: March 28, 2007, 02:56:58 am »

Since I can do, so that when it passes the mouse over the image, this changes its edge of color?

CSS

Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

Piceo2k

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 28
Re: When step the mouse over the image…
« Reply #2 on: March 28, 2007, 03:20:06 am »

I have proven with the following thing, but it works to me by halves. It puts the color to the edge that I want, but it does not change to the color when leaving the leader to me upon the image. That I have bad?


PHP
Code: [Select]
<?php
  
include "./cpmfetch.php";
  include 
"./style.css";
  
$objCpm = new cpm("./cpmfetch_config.php");
  
$objCpm->cpm_viewLastUpdatedAlbumsFrom(4,4,2,array("imagestyle" => "test1"windowtarget => "_blank"));
  
$objCpm->cpm_close();
?>



CSS
Code: [Select]
<style type="text/css">
img.test1 { 
          border:1px solid #e3e3e3;
          }
img.test1:hover {
          border:1px solid #e3bb3f; }
         
          </style>

you can see the test here: http://www.hilary-duff.es/galeria/cpmfetch/2.php

Logged

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: When step the mouse over the image…
« Reply #3 on: March 28, 2007, 04:28:47 am »

I have proven with the following thing, but it works to me by halves. It puts the color to the edge that I want, but it does not change to the color when leaving the leader to me upon the image. That I have bad?


PHP
Code: [Select]
<?php
  
include "./cpmfetch.php";
  include 
"./style.css";
  
$objCpm = new cpm("./cpmfetch_config.php");
  
$objCpm->cpm_viewLastUpdatedAlbumsFrom(4,4,2,array("imagestyle" => "test1"windowtarget => "_blank"));
  
$objCpm->cpm_close();
?>



CSS
Code: [Select]
<style type="text/css">
img.test1 { 
          border:1px solid #e3e3e3;
          }
img.test1:hover {
          border:1px solid #e3bb3f; }
         
          </style>

you can see the test here: http://www.hilary-duff.es/galeria/cpmfetch/2.php




Works fine in firefox... probably an IE screwup

Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

Piceo2k

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 28
Re: When step the mouse over the image…
« Reply #4 on: March 28, 2007, 04:32:03 am »

Use IE7, habia seen a page that if it worked, which nonmemory now as, when it finds it I return it to put in this same conversation.
Logged

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: When step the mouse over the image…
« Reply #5 on: March 28, 2007, 08:01:38 am »

Use IE7, habia seen a page that if it worked, which nonmemory now as, when it finds it I return it to put in this same conversation.

I don't use windows or a mac... you are on your own.  Its NOT a CpmFetch issue.
Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 20 queries.