
April 3rd, 2001, 11:07 AM
|
|
Junior Member
|
|
Join Date: Mar 2001
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
I know the easy/quick solutions is to use the standard JavaScript image rollover code, but hear me out:
I have about 10 small, bandwidth-friendly images that I want to pop up when mouseovering one of 10 spots.
I want all of those 10 images to show up in the same place, on top of a background picture. The background picture is pretty big.
So, if I use the standard JavaScript rollover code, I will have to preload every image file that includes both the background and the popup graphic.. not bandwidth friendly.
So I've been looking at CSS's z-index, visibility, and positioning properties. I think I can have the background image stay there (static), while using CSS-positioning properties, but I'm not sure exactly how to implement it. Is it possible? If so, please point me to the right direction.
Craig
|