Drop Down Menu Problem

liunx

Guest
Site I'm working on: <!-- m --><a class="postlink" href="http://www.misuteru.com/widespreadruin/xvxcelsiusxvx/">http://www.misuteru.com/widespreadruin/xvxcelsiusxvx/</a><!-- m --><br />
<br />
Hi, I'm working on this site for my friend.. I know the layout is small and everything, but it's ment to be viewed on AOL in 800x600 resoulation.<br />
<br />
I have two questions.. First of all, Friends have told me that the drop down menu is in diffrent places.. Where is it for you to the end of the picture?<br />
<br />
Second, most importantly.. How do I get the drop down menu's selections to target the inline frame and not the page? I have target="menu" and named the inline frame 'menu' but, its not working.. <br />
<br />
thanks in advance..<!--content-->This will do it:<br />
<SELECT style="BORDER-RIGHT: #000080 1px dotted; PADDING-RIGHT: 0px; BORDER-TOP: #000080 1px dotted; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; BORDER-LEFT: #000080 1px dotted; COLOR: #ffffff; PADDING-TOP: 0px; BORDER-BOTTOM: #000080 1px dotted; BACKGROUND-COLOR: #3257b8" id="ql" onChange="if<br />
(this.selectedIndex)parent.frames['menu'].location.href=http://www.htmlforums.com/archive/index.php/this.options[this.selectedIndex].value; "><br />
<br />
And take the target=menu out of the links.<br />
<br />
:rocker:<!--content-->Thank you, thank you, thank you!<!--content-->Your welcome.<br />
<br />
:banana: :banana: :rocker: :banana:<!--content-->
 
Back
Top