Login or Sign Up
Logging in...
Remember me
Log in
Forgot password or user name?
or
Sign Up
Log in with
Search in titles only
Search in JavaScript programming only
Search
Advanced Search
Forum
Groups
Today’s Posts
Calendar
Forum
Client side development
JavaScript programming
Announcement
Collapse
No announcement yet.
Netscape 4+
Collapse
X
Collapse
Posts
Latest Activity
Photos
Search
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
A1ien51
New to the CF scene
Join Date:
Jun 2002
Posts:
2733
Share
Tweet
#1
Netscape 4+
Jun 21, 2002, 01:47 AM
Okay, the code I have for Netscape 4+ to hide layers is acting up on me....what is the best code to get the job done....
A1ien51
Tech Author [Ajax In Action, JavaScript
: Visual Blueprint]
speedracer
New to the CF scene
Join Date:
May 2002
Posts:
672
Share
Tweet
#2
Jun 21, 2002, 03:28 AM
function hide(layerid) {
document.layers[layerid].visibility = "hidden";
}
and use:
<div id="myLayer" style="position:relative;visibility:visible">
Last edited by
speedracer
;
Jun 21, 2002, 03:36 AM
.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
X
Comment