cross-fram menu problem

liunx

Guest
I am getting a problem, I maked a one Horizental menu bar in "top" fram. but that not crossing to "down" fram. so what I do.<!--content-->In your frameset code you need to give each frame a name, i.e:<br />
<br />
<frameset cols="170,*" border="0"><br />
<frame src=http://www.htmlforums.com/archive/index.php/"menu.html" name="menu"><br />
<frame src=http://www.htmlforums.com/archive/index.php/"main.html" name="main"><br />
</frameset><br />
<br />
Then in the html code for the menu frame you need to add a target to each of the links:<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"page.html" target="main">Link text</a><br />
<br />
Hope that helps!<!--content-->I think what you mean is that your drop down menu will not drop into your main frame. It will slide under it. You need a menu that has been designed to do this. If you want one that does this have a look at the menu at<br />
<br />
<!-- w --><a class="postlink" href="http://www.entimp.com">www.entimp.com</a><!-- w --><br />
<br />
you can find all the files for this at<br />
<br />
<!-- m --><a class="postlink" href="http://www.dynamicdrive.com/dynamicindex1/hvmenu/index.htm">http://www.dynamicdrive.com/dynamicinde ... /index.htm</a><!-- m --><br />
<br />
It takes some working but if you need a hand setting it up gimme a shout. Thats if you use it.<!--content-->Sorry if I misunderstood ;)<!--content-->easy mistake, the question wasn't great, but I might be wrong.<!--content-->
 
Back
Top