| Author |
Message |
drums
Toilet Drinker


Joined: 19 Jun 2003 Posts: 184
Location: Portland, OR
|
Posted:
Tue Oct 09, 2007 12:02 pm Post subject: How do I get a hover to appear in a particular div? |
|
I want to use hover like I've seen on some sites where the hover fills a separate area of the page with an image or text.
I have a 2 column body area of a page for FAQ's. I would like to hover over the left side text (the questions) and have the right side populate with the answer in text or image.
I know how to do the hover for images and imagine that you could call a text file that way too (I haven't tried it yet and I could make the text file an image if that doesn't fly) but the tricky part is locating it. Column 1 in css has a width and padding and column 2 is displaced to the right of column 1. So how do I tell the hover to display in column 2?
Thanks a bunch! |
_________________
|
|
|
|
|
drums
Toilet Drinker


Joined: 19 Jun 2003 Posts: 184
Location: Portland, OR
|
Posted:
Tue Oct 09, 2007 3:32 pm Post subject: |
|
I used javascript to get this going. Basically do a mouseover that calls a div that's invisible until the mouseover call. |
_________________
|
|
|
|
|
|
|