Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Expand Dopdown Menu?


Guest

Recommended Posts

you need to specify the width of the drop-down list in pixels or percentage. So if you wanted to take 50% of the row you would change the code in index.php to do

 

echo '			<td align="center" class="main" width="50%">' . tep_draw_form('filter', FILENAME_DEFAULT, 'get') . TEXT_SHOW . ' ';

 

and then to allocate the 100% of the cell you add the width style to the drop-down list passing it with the parameters to the function:

'style="width: 100%"'

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...