[thelist] Frame Order ( or is it?)

ahk ahk at ahsk.com
Thu Jun 24 19:39:51 CDT 2004


Hi All, 

I have the following code in my home.html page 

------------ 

<frameset rows="100,*" framespacing=0 border=0>
<frame name="frametop" src="./FT_header.html" NORESIZE marginwidth="0" marginheight="0" scrolling="no" frameborder="0" framespacing="0"> 
<frameset name="framemiddle" cols="*" FRAMESPACING=0 BORDER=0>
<frameset rows="*" border=0 framespacing=0 >
<frame name="framemiddlemiddle" src="./main.html" NORESIZE marginwidth="0" marginheight="0" scrolling="auto" frameborder="0" framespacing="0" >
</frameset>
</frameset> 

-------------- 

My frametop containe a drop menu. My problem is: 

I want the drop menu in the FT_header.html file to show in top of the framemiddlemiddle , main.html page. 

Now I had to set the rows="100" and limit my drop menu items to max 3. I came cross -index and z-order but I was not sure if they are the answer plus I failed to make them work. 

I appreciate your help. thanks tons. 








--------------------------------------------------------------------------------
 


More information about the thelist mailing list