sorry,
i also called my iframe 'framecontent'...
Search found 7 matches
- Tue May 17, 2005 1:34 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: iframe bug fixed in ie/firefox/safari
- Replies: 5
- Views: 5030
- Tue May 17, 2005 1:31 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: iframe bug fixed in ie/firefox/safari
- Replies: 5
- Views: 5030
here's the code..
Here we go, I think I’m getting reluctant menus because I’m basically abusing how the original scripts work.
Here my code and explanation of what I’m doing.
It works in IE / firefox / safari that I’ve tested…
STEP 1
Place iframe in a div (I’ve called it layer7)
I use this div to position my ...
Here my code and explanation of what I’m doing.
It works in IE / firefox / safari that I’ve tested…
STEP 1
Place iframe in a div (I’ve called it layer7)
I use this div to position my ...
- Sun May 15, 2005 10:42 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: iframe bug fixed in ie/firefox/safari
- Replies: 5
- Views: 5030
iframe bug fixed in ie/firefox/safari
If your menus overlap an Iframe.
You get all sorts of problems in all sorts of browsers.
There is a solution out there using DIVs.
But for me that would mean restructuring the entire site.
So i came up with another solution, and yes it really does work in ie fire fox and safari (probably more ...
You get all sorts of problems in all sorts of browsers.
There is a solution out there using DIVs.
But for me that would mean restructuring the entire site.
So i came up with another solution, and yes it really does work in ie fire fox and safari (probably more ...
- Sun May 15, 2005 8:20 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: test to see if menu is showing
- Replies: 5
- Views: 3962
done it...
found it...
for(_a=1;_a<_m.length;_a++)
{
if (_m[_a][7] == 1) { activemenu = _a; }
}
for(_a=1;_a<_m.length;_a++)
{
if (_m[_a][7] == 1) { activemenu = _a; }
}
- Sat May 14, 2005 11:17 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: test to see if menu is showing
- Replies: 5
- Views: 3962
test to see if menu is showing
How can i test to see if a menu if showing?
i think need to search through _m
and return 'menu1' or 'menu2' etc
if that menu is showing.
Can't seem to find a good description of _m
but i assume its stored in there somewhere _m[?]
any help?
This is the last thing i have to do before i have an ...
i think need to search through _m
and return 'menu1' or 'menu2' etc
if that menu is showing.
Can't seem to find a good description of _m
but i assume its stored in there somewhere _m[?]
any help?
This is the last thing i have to do before i have an ...
- Sat May 14, 2005 11:11 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: closeAllMenus()
- Replies: 1
- Views: 1961
ok done it
Problem seems to have gone now, not sure what i did but, there you go
- Sat May 14, 2005 1:05 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: closeAllMenus()
- Replies: 1
- Views: 1961
closeAllMenus()
I'm trying to overcome 'sticky' menus in FireFox.
I have an iframe directly underneath my menu
(crowd goes :shock horror, dont you know you shouldn't do that!)
The menu appears fine but will not hide on mouse out.
so...
On my iframe i have a onmouseover="hidemenus();"
function hidemenus(){
if ...
I have an iframe directly underneath my menu
(crowd goes :shock horror, dont you know you shouldn't do that!)
The menu appears fine but will not hide on mouse out.
so...
On my iframe i have a onmouseover="hidemenus();"
function hidemenus(){
if ...