HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignHTML Programming

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 August 14th, 2000, 09:20 PM
sellenit sellenit is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Posts: 5 sellenit User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
[needed]:
simple sample of a NN layer that becomes
visible when firing onmouseover event.
[priority]: so/so
[providing instead]:
this is how u can make an IE layer visible
moving mouse over whatever u want (here it's
plain text)
------------into the <head>------------------
<script language="JavaScript">
function show(samplevalue1){
var request_value1=samplevalue1;
if (request_value1=="jah")
document.all.AnotherLayer.style.visibility="visible";
}
function hide(examplevalue2){
var request_value2=examplevalue2;
if (request_value2=="jah")
document.all.AnotherLayer.style.visibility="hidden";
}
</script>
----------------into the body----------------
<p value="jah" onmouseover="show(this.value);" onmouseout="hide(this.value);">
Move here to see IE layer appearing.
</p>
<div id="AnotherLayer" style="border:1pt solid navy; position: absolute;top:50; left:40px; width:120px; height:auto; visibility: hidden;">
If u have somethin' useful man, just send it to me (a.emsis@sweden.com).
</div>

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > layer visibility in 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 4 hosted by Hostway