Unstoppable Domains — Expired Auctions

Javascript display: None IE problem

Spacemail by SpaceshipSpacemail by Spaceship
Watch

Tree

Established Member
Impact
9
I've got this Javascript

Code:
function naviOff() {
	document.getElementById("clanSub").style.display = "none";
	document.getElementById("communitySub").style.display = "none";
	document.getElementById("downloadsSub").style.display = "none";
	document.getElementById("siSub").style.display = "none";
}

function naviClan() {
	document.getElementById("clanSub").style.display = "block";
	document.getElementById("communitySub").style.display = "none";
	document.getElementById("downloadsSub").style.display = "none";
	document.getElementById("siSub").style.display = "none";
}

function naviCommunity() {
	document.getElementById("clanSub").style.display = "none";
	document.getElementById("communitySub").style.display = "block";
	document.getElementById("downloadsSub").style.display = "none";
	document.getElementById("siSub").style.display = "none";
}

function naviDownloads() {
	document.getElementById("clanSub").style.display = "none";
	document.getElementById("communitySub").style.display = "none";
	document.getElementById("downloadsSub").style.display = "block";
	document.getElementById("siSub").style.display = "none";
}

function naviSI() {
	document.getElementById("clanSub").style.display = "none";
	document.getElementById("communitySub").style.display = "none";
	document.getElementById("downloadsSub").style.display = "none";
	document.getElementById("siSub").style.display = "block";
}

And on each navigational element, I have code like this
Code:
<li onmouseover="naviCommunity()"><a href="#">Community</a></li>

It works wonderfully in FireFox, but not in IE. Here's the page http://www.dishonor-elite.com
 
Last edited:
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Appraise.net

We're social

Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back