Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

manufacturers drop down box


Guest

Recommended Posts

Posted

does any genius know how to change the outline colour of the dropdown manufacturers menu.

 

also when you hover inside the dropdown menu the background colour is the standard osc blue/grey. how do i change this?

Posted

i want to help so i did a little quick research. dosn't look good.

 

here is one site that i found that offers a solution to sylizing select elements

 

http://easy-designs.net/articles/replaceSelect/

 

oh yah you can change the background color with this in your select tag

around line 255 index.php

    echo tep_draw_pull_down_menu('filter_id', $options, (isset($HTTP_GET_VARS['filter_id']) ? $HTTP_GET_VARS['filter_id'] : ''), 'onchange="this.form.submit()" style="background-color: Aqua;"');

 

hope this helps

 

Billy Z

Archived

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

×
×
  • Create New...