View Full Version : Content appearing on hover


Razzia
06-08-2003, 12:51 PM
Right!

First of all, this is the layout I'm workin on here (http://www.northern-skies.net/test/test.htm), just so you have some clue about what I'm talking about.

What I'm wanting to do is for a few links to appear in the space beneath the dragonfly after the mouse hovers over a square (on the left). Now the links/text have to remain there after the mouse has rolled over the corrisponding square because there will be links to click on.

Make sense?

eg. Each box is for a different section, say domain, folio, exit.
Now hovering over a box will make a few links appear, like for the folio section there could be links called wallpapers, layouts, misc. Which could then be clicked on.

designhazard
06-08-2003, 01:36 PM
you can use divs.

e.g.
<div style="top: ##; left: ##">
content...
</div>

you will need to cut the square image and do a html code on the code above^^^
e.g.
<div style="top: ##; left: ##">
<img src="img...">
</div>

if you want the menu, you can look at http://www.javascriptsource.com.

Razzia
06-08-2003, 01:50 PM
..that's just positioning it.

What about the hover code?

as for the website there o.o too many links...

MaGiCSuN
06-08-2003, 05:05 PM
Originally posted by designhazard
if you want the menu, you can look at http://www.javascriptsource.com.

this person is referring you to something !

Love,
Mirna

Razzia
06-08-2003, 08:34 PM
Oh sorry, when I clicked the link it went to http://redir.internet.com/ <-- now does my comment make sense?

:) I'll have a look at the actual site now.