So that someone may find one and answer it.kevin3442 wrote:Why are you posting the same question in so many threads?
Search found 6 matches
- Tue May 20, 2003 12:52 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: frame in a frame
- Replies: 6
- Views: 4399
- Tue May 20, 2003 12:51 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: frame in a frame
- Replies: 6
- Views: 4399
Menu in Frame
http://www.webreference.com/dhtml/
The menu will still work if the frame can't be found.
At least the menu will display in original frame.
The menu will still work if the frame can't be found.
At least the menu will display in original frame.
- Wed May 14, 2003 10:12 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: frame in a frame
- Replies: 6
- Views: 4399
- Wed May 14, 2003 10:09 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Menus Split Across Frames with Milonic??
- Replies: 2
- Views: 2881
Bryan,
The menu can be used in a framed site, as you have on your test page. the problem you're having is that you moved the horizontal menu over to the left and removed the left vertical menu in the example. But the "side" frame is still there, so it is clipping the menu's that appear in the main ...
The menu can be used in a framed site, as you have on your test page. the problem you're having is that you moved the horizontal menu over to the left and removed the left vertical menu in the example. But the "side" frame is still there, so it is clipping the menu's that appear in the main ...
- Wed May 14, 2003 10:06 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: How to create a frame-based menu?
- Replies: 6
- Views: 7212
Re: How to create a frame-based menu?
Of course it will depend on how you have been using the menu.
I suppose the demo at <a href=http://www.milonic.co.uk/menu/frames>http://www.milonic.co.uk/menu/frames</a> is a little primitive and there is still much work to be done but it does work.
Also the download is at <a href=http://www ...
I suppose the demo at <a href=http://www.milonic.co.uk/menu/frames>http://www.milonic.co.uk/menu/frames</a> is a little primitive and there is still much work to be done but it does work.
Also the download is at <a href=http://www ...
- Wed May 14, 2003 9:48 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Nested Frames
- Replies: 2
- Views: 3257
Use menu in frame
I had the same problem.
Instead of using the frame sample on
http://www.milonic.co.uk/menu/frames
I changed the index.htm of sample to
<html><head><title>Frames Test</title></head>
<frameset rows="26,*" >
<frame name="menuframe" scrolling="no" target="main" src="frames_header.htm">
<frame name ...
Instead of using the frame sample on
http://www.milonic.co.uk/menu/frames
I changed the index.htm of sample to
<html><head><title>Frames Test</title></head>
<frameset rows="26,*" >
<frame name="menuframe" scrolling="no" target="main" src="frames_header.htm">
<frame name ...