PDA

View Full Version : Please HELP guys


MasterKey
01-27-2001, 02:47 AM
This site is cool, I just downloaded a DHTML script called dynamic drop menu and have pasted the code into my website, now for some reason, it comes up as the box, you can see it on there, but no writing appears, now I assume this is because of the size, I have played around with the numbers but no luck at all, can anyone please have a look and tell me what measurements to change ? I would really appreciate it, thankyou. Visit my website at http://www.vtss.cjb.net to see what I mean, sorry I dont mean to advertise my site.

whkoh
01-27-2001, 02:50 AM
Sorry, but don't see anything wrong, pls clarify

Try for ref:

http://www.dynamicdrive.com/dynamicindex1/index.html

1.
GoldenFox@bigfoot.com
http://www.ln.com.ua/~vkk/

2.
webmaster@brainjar.com
http://www.brainjar.com/

MasterKey
01-27-2001, 11:31 AM
Thanks for the reply whkoh, I just cant get the same box appearing and the MENU text inside that box as it is on the site http://www.a1javascripts.com/dhtml/site_navigation/dynamicdropmenu.html
See how its got "Click for menu" well if you look on my site I cannot get that to appear on there for some reason, please tell me what sizes to change if any needed, I played around with the sizes but put it back to its original form afterwards, PLEASE help :)

Ian
01-27-2001, 06:19 PM
Hi,
This is an image that is not appearing.

<div id="divTopMenu0" class="clTopMenu"><a target = "_parent" href="#" onmouseover="menuOver(0)" onmouseout="menuOut(0)" onclick="topMenu(0); if(ie)this.blur(); return false"><img src="clickformenu.gif" width=101 height=11 alt="" border=0 align="top">

if you create an image or have an image, make sure the url is correct and it should work for you.

MasterKey
01-27-2001, 08:38 PM
Thanks for that code Ian, appreciate it very much, just one thing, where do I put that code in the code I downloaded for the dynamic menu ? Like where abouts in the dynamic menu code should I stick that image code ? Im sorry about all these questions.

MasterKey
01-27-2001, 09:23 PM
Should I just create an IMAGE tag, start off with <image>, paste in that code you gave Ian, then end it off with </image>
??? Is this correct, please help once again, thanks for your time.

Ian
01-28-2001, 07:34 AM
Hi, the piece of code above IS part of the script you have, I was just pointing out the part where the image source is so you can edit it to your own image.