Click to See Complete Forum and Search --> : help
dvinet
05-16-2003, 10:30 AM
I downloaded a free script from javascript.com and I can not get it to work. It is a cascading navigation bar and I have someone that wants it like yesterday and I can't seem to get it to work. I downloaded the zip file with the CCS in it and no matter what I do It will not work. It runs down the side of the page instead of on the top and I ccan't get it to cascade at all.
Can some one help me with this simple problem. Simple for most of you any way. I am very new at all of this.
AdamGundry
05-16-2003, 10:36 AM
We can't do anything with a vague description of the problem. Post a link to the code.
Adam
dvinet
05-16-2003, 11:18 AM
http://www.abcdsoderberg.com/cavadingmenu.html Sorry I tried to explain the problem
khalidali63
05-16-2003, 11:38 AM
Take a looka th this part of the code its the top of the page
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<script LANGUAGE="JavaScript">
<HEAD>
<link href="CascadeMenu.css" rel="stylesheet">
<script language="javascript" src="CascadeMenu.js">
</script>
you need to replace this code with the following
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<HEAD>
<link href="CascadeMenu.css" rel="stylesheet">
<script language="javascript" src="CascadeMenu.js">
</script>
unless there is something else thats causing problems ,fromthe looks of it,this should do it.
dvinet
05-16-2003, 12:02 PM
Khalid,
I thank you for taking the time to help me. Yes it did work. Thank you from a very new beginner....
khalidali63
05-16-2003, 12:14 PM
My pleasure
:D