Tuva2
10-03-2003, 10:42 PM
I want to make a page with a menu in frames so that as i move down the menu comes with me. Can someone explain how to do that? (Have no frame expirence wat so ever)
|
||||
How to make frames...Tuva2 10-03-2003, 10:42 PM I want to make a page with a menu in frames so that as i move down the menu comes with me. Can someone explain how to do that? (Have no frame expirence wat so ever) zoobie 10-03-2003, 11:21 PM http://www.netscape.com/assist/net_sites/frames.html Doesn't sound like a frame, though...More like a floating menu. Just search for that. Tuva2 10-04-2003, 05:26 AM I alraidy have the menu just need to make it "float". Tuva2 10-04-2003, 05:37 AM Anyone know any scipts I can use to make an alraidy existant menu float? (on top going down, not on side) Tuva2 10-05-2003, 12:10 AM Anyone?!??! me' 10-05-2003, 11:36 AM Not sure what you mean - maybe you want it to appear above your text? If so: <div style="z-index: 100"> <!-- menu goes in here --> </div> shlagish 10-06-2003, 01:11 AM If you absolutly want to use frames, here is how you can do it: <frameset rows="20%,*" frameborder="0" border="0" scrolling="no"> <frame src="menu.html" name="menu" scrolling="no"> <frame src="content.html" name="content" scrolling="yes"> </frameset> So menu.html is your menu, and content.html is your content (obviously enough) But this way, if you want a link in your menu open something in your content page, you have to do this: <a href="ww.whatever.com" [code=red]target="content"[/color]>link</a> P.S this is my memory, don't trust it 100% ;) |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum