Here is what we are dealing with

<?php echo my_back_link() . my_image_button('button_back.gif',
IMAGE_BUTTON_BACK) . '';?>

The calls are as follows:



function my_image_button($image, $alt = '', $parameters = '') { 
    global $template, $current_page_base; 
 
    return my_image($template->get_template_dir($image ,DIR_WS_TEMPLATE,
$current_page_base,'buttons/'.$_SESSION['language'] . '/') . $image, $alt,
'', '', $parameters); 
  }

AND

define('IMAGE_BUTTON_BACK', 'Back');


With the ALT Tag and link already defined, I am thinking that if a few more
$foo were used to represent needed code for a mouse-over event, a mouse-over
could be made to work here.

Brian


-----Original Message-----
From: Andrew Krespanis [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 21, 2004 4:03 AM
To: [EMAIL PROTECTED]
Subject: Re: [WSG] A CSS Question

If what Ben said is correct, and the <img>'s are nested in <a>'s, too easy 
mate!
Even if that isn't the case, and the img's are on their own; 
Moz/Op/Saf(?)/Konq(?) will allow :hover to be used. Then there's just the 
other 90something% of users out there....
Which is where this comes in: http://www.xs4all.nl/~peterned/csshover.html.

Andrew Krespanis.

_________________________________________________________________
Personalise your phone with chart ringtones and polyphonics. Go to  
http://ringtones.com.au/ninemsn/control?page=/ninemsn/main.jsp

*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
***************************************************** 



*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
***************************************************** 

Reply via email to