Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
ldebono #1
show hide netscape
view the followinng page and both Netscape 7.2 and IE 6.0:
[url]http://128.164.137.82/sci/Untitled-2.htm[/url]
When you click the check boxes for the different models in Netscape 7.2 they
go crazy and overlap and move all over the place. Can anyone think of a reason
this is happening?
Here is the javascript functions:
function showhidefield1(box, hideablearea){
if (document.frm.chkbox1.checked)
{
document.getElementById(hideablearea).style.displa y = "inline";
}
else
{
document.getElementById(hideablearea).style.displa y = "none";
}
}
function showhidefield2(box, hideablearea){
if (document.frm.chkbox2.checked)
{
document.getElementById(hideablearea).style.displa y = "inline";
}
else
{
document.getElementById(hideablearea).style.displa y = "none";
}
}
function showhidefield3(box, hideablearea){
if (document.frm.chkbox3.checked)
{
document.getElementById(hideablearea).style.displa y = "inline";
}
else
{
document.getElementById(hideablearea).style.displa y = "none";
}
}
Thanks in Advance!
ldebono Guest
-
Show and Hide Layers
I am using the show and hide layers JS from Dreamweaver. I am using it to have simulated "tabs" on the HTML page, so I have a div set up for Tab1,... -
Netscape Show/hide Layers
I am still using DW3 and have run into a problem with certain behavior problems when using Netscape browsers. These include the show/hide and... -
popup menus won't hide - PVII show/hide layers behaviour
I've used the 'Auto show/hide by PVII" behaviour to create some popup menus for the navigation which make use of divs which appear and disappear.... -
Hide/show layers
hi, i have a form and in this form i have multiple <div> and each <div> i have table. i show and hide according to the events attached to the... -
Layers don`t show and hide with Mozilla and Netscape
Hi, I am trying to make layers visibel / hidden with onMouseOver/onMouseOut . But the Code DW generates works only with IE. Any suggestion ? ...



Reply With Quote

