Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Drop down menu


iskentos

Recommended Posts

Helllo, new to OSC, gr8 support and feedback to all that help! If someone can help, I have added a product, in various sizes with drop down menu, how do i make the smaller and there for cheapest to come first in the drop down menu with the attribute size?

 

thnx

 

John

Link to comment
Share on other sites

  • 3 weeks later...

By using the given piece of code:

 

<body>

<select style="font-size:8px; color:yellow; background-color:gray;" name="color">

<option selected>Select color</option>

<option>White</option>

<option>Red</option>

<option>Black</option>

<option>Gray</option>

<option>Blue</option>

<option>Brown</option>

<option>Yellow</option>

<option>Pink</option>

</select>

</body>

 

thanks

Muhammad Naveed Ramzan

Software Engineer

Discretelogix (Pvt.) Ltd.

Islamabad, Pakistan

Mail: [email protected]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...