PsycoMikeJr
06-21-2003, 02:14 AM
Hey everyone! Thanks for taking your time looking
in on my problem :)
This is my site:
URL removed by admin as requested
Notice the band logos down on the right side?
That's where my problem is.
I want them to work as a pulldown menu as shown here:
URL removed by admin as requested
This works like a charm! You can click the logo, and
the tab links pop down. But when I add more than one,
they don't work, as shown here:
URL removed by admin as requested
Totally dead :(
The Javascript I use is this:
--------------------------------------------------------------
SCRIPT LANGUAGE="JavaScript"
!-- This script and many more are available free online at --
!-- The JavaScript Source!! URL removed by admin as requested
!-- Original: Roberto Ortali (ortiz83@libero.it) --
!-- Begin
var refer=true;
function combo() {
if (refer) {
document.all.contents.style.visibility="visible";
refer=false;
}
else {
document.all.contents.style.visibility="hidden";
refer=true;
}
}
// End --
/script
--------------------------------------------------------------
I tried browsing the Javascript site, but I don't know what things
liked that are called in English, nor Norwegian for that matter
PS I'm a total n00b when it comes to things like this, so give me an
easy explanation, ok?
in on my problem :)
This is my site:
URL removed by admin as requested
Notice the band logos down on the right side?
That's where my problem is.
I want them to work as a pulldown menu as shown here:
URL removed by admin as requested
This works like a charm! You can click the logo, and
the tab links pop down. But when I add more than one,
they don't work, as shown here:
URL removed by admin as requested
Totally dead :(
The Javascript I use is this:
--------------------------------------------------------------
SCRIPT LANGUAGE="JavaScript"
!-- This script and many more are available free online at --
!-- The JavaScript Source!! URL removed by admin as requested
!-- Original: Roberto Ortali (ortiz83@libero.it) --
!-- Begin
var refer=true;
function combo() {
if (refer) {
document.all.contents.style.visibility="visible";
refer=false;
}
else {
document.all.contents.style.visibility="hidden";
refer=true;
}
}
// End --
/script
--------------------------------------------------------------
I tried browsing the Javascript site, but I don't know what things
liked that are called in English, nor Norwegian for that matter
PS I'm a total n00b when it comes to things like this, so give me an
easy explanation, ok?