At 05:42 AM 11/3/2005, Patrick Roane wrote:
>As of now, the only way I can view a larger scale
>image of any thumbnail is to 'hover' my mouse over the
>thumb.
>
>I have to be able to click the image and have it
>remain in the main box.

Patrick,

Although you can play around with a:active in your stylesheet, I 
recall that there are cross-browser issues, and implementing onclick 
behavior may be outside the bounds of CSS alone.
http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes

This page http://clockshop.org/public.php demonstrates a scripted 
solution I wrote in JavaScript (with PHP backup for 
non-script-enabled browsers).  It's the numbered buttons, not the 
smaller images, that you click to show the images.  It could easily 
have worked with :hover as well.  (I didn't design the page or write 
the HTML or CSS, although I did make markup & styling suggestions to 
the designer.)

Please reply off-list for more information, as scripting is off-topic 
for this list.

Paul 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to