Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Dropdown Box Menu problems...
Old 06-23-2005, 02:11 PM Dropdown Box Menu problems...
Junior Talker

Posts: 4
Trades: 0
I'm setting up an e-commerce cart for my new store and I want to use some dropdown boxes. I almost never code with them and copy-pasted some code from a forum that deals with the cart.

The problem is:

A. The dropdown boxes aren't the same size.
B. They don't sit in the "middle" of the table.
C. They don't sit on top of each other.
D. The menus automatically select the wrong page and make that the highlighted option in the dropdown. I.E. The dropdown box will highlight "links" when you are actually at "home" and this makes it impossible to access "links" with the dropdown.

The page is located here:

http://www.staytrueclothing.com/store

The code i am using is:
Code:
    <td width="197">
<form name="form_info" method="get" action="pages.php">
              <select name="pageid" onChange="document.form_info.submit()" >
                <option value="0" selected>*Stay True Pages*</option>
                {section name=pg loop=$pages_menu}
                <option value="{$pages_menu[pg].pageid}">
                {$pages_menu[pg].title}
                </option>
                {/section}
              </select>
            </form>
<form name="form_cat" method="get" action="home.php">
              <select name="cat" onChange="document.form_cat.submit()">
                <option value="0">*Web-Store Categories*</option>
                {section name=cat_num loop=$categories}
                <option value="{$categories[cat_num].categoryid}" selected> 
                {$categories[cat_num].category}
                </option>
                {/section}
              </select>
            </form></td>

Thanks Again
tmac2104 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to Dropdown Box Menu problems...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11554 seconds with 12 queries