PDA

View Full Version : Rollover hyperlinks..



Impossible
05-07-2006, 02:53 PM
How do i make it so when i roll over a tab, it brings down a menu?

Edit: Like on v-habbo.com but i want it to bring down a list of images which i can make into links.

Halting
05-07-2006, 02:58 PM
http://dynamicdrive.com/dynamicindex1/dropmenuindex.htm

Sygon.
05-07-2006, 02:59 PM
www.dhtmlgoodies.com

nets
05-07-2006, 02:59 PM
I'll make a basic one.

<span onmouseover="document.getElementById('menu').style.display='blo ck';">Menu title<span>
<div style="display: none; border: 1px solid #000; width: 150px;" onmouseout="this.style.display='none';"id="menu">
<li>Menu item</li>
<li>Menu item</li>
<li>Menu item</li>
<li>Menu item</li>
<li>Menu item</li>
<li>Menu item</li>
</div>

Halting
05-07-2006, 03:01 PM
That's twice I've seen you do that. You take advantage of your Moderation powers to put your post below the previous to asure attention.

nets
05-07-2006, 03:05 PM
That's twice I've seen you do that. You take advantage of your Moderation powers to put your post below the previous to asure attention.
I made a mistake so I deleted my post, rather than him using a faulty script? If you or anyone needs your posts edited, closed etc. then you can PM me or another SMod/Admin.

Impossible
05-07-2006, 03:05 PM
Nets, how do i make 'Menu Item's into a image.

Halting
05-07-2006, 03:06 PM
The script I gave a link to wasn't faulty. I used it myself and you could have just edited your post.

To answer your questions Ryan you will change the text saying "MenU Item" into <img src="url of image" />

nets
05-07-2006, 03:08 PM
Nets, how do i make 'Menu Item's into a image.
Just put an IMG tag into the LI element.


The script I gave a link to wasn't faulty. I used it myself and you could have just edited your post.
I didn't delete your post? I deleted mine?

Impossible
05-07-2006, 03:10 PM
Nets when i copy it too frontpage how come it puts loads of '&gt;' and '&lt;' all over the script?

Halting
05-07-2006, 03:10 PM
I never said you deleted my post. Ignore the fault bit. I said you could have edited your post.

The reason for your problem is because you're copying it directly from the forum. You need to copy it into notepad and then copy and paste that into frontpage.

Want to hide these adverts? Register an account for free!