Log in

View Full Version : textarea



jbert
08-05-2008, 08:13 PM
I have a textarea in my css and it works great on page open. I need to know if that same text area can be used in a thumbnail HOVER css. When I hover the thumb the larger image displays. At the same time I hover I want text to appear to the right of the large image.The text displayed will be different for each thumb hovered.


THANKS


Jim

mburt
08-05-2008, 08:29 PM
The hover class in IE is only for hyperlinks, so a lot of users won't be able to view a "textarea:hover". It would probably be better to use a Javascript "onmouseover" event handler for this.

TheJoshMan
08-06-2008, 11:19 AM
haha, it took me a while... but I found your post Jim. I'll look into it when I get off work.