CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 6th, 2002, 04:45 PM
Chyna Chyna is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2002
Posts: 1 Chyna User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Why is this browser detector for css layers not working on netscape?

It would be wonderful to have another person look at this because I am at the end of the line. The <div> layer still would not show up on Netscape.
Thanks.

<head>
<script language=javascript>
<!--
var NN4 = document.layers? true : false;
var IE4 = document.all? true : false;
var left;
var top;

function display(layerName) {
if (IE4) {
document.all[layerName].style.visibility = "visible";
}
else if(NN4) {
document.layers[layerName].visibility = "show";
}
}

function hide() {
if (IE4) {
document.all['layer1'].style.visibility = "hidden";
}
else if(NN4) {
document.layers['layer1'].visibility = "hidden";

}
}
//--></script>
<body>

<div id="layer1" style="left:100px; position:absolute; top:155px; visibility:hidden; z-index:0">
<script language="javascript">
<!--
if (NN4 || IE4) {
document.write("this is the layer 1")
}
//--></script>
</div>

<a href="javascript:void()" onClick='hide(); display("layer1")'>Button</a>

</body>

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > Why is this browser detector for css layers not working on netscape?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway