Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to resize the "All Categories" dropdown box to be bigger (aka web 2.0)


nuclearsummer1

Recommended Posts

Posted

I have displayed the "All Categories" dropdown box also on the index page next to the Search Box - which you normally only see when you click on the Advanced search link.

 

I have re-sized the Search Box via CSS to be a bit bigger (aka web 2.0 style), but I just can't figure out how to be make the "All Categories" dropdown box of the same size. Tried CSS, but no luck. Any clues?

 

See screenshot

showbigcategoriesnx7.png

 

 

I also posted about this prob briefly on this URL http://www.oscommerce.com/forums/index.php?showtopic=256643. But there I am discussing a somewhat different bigger prob, so I think a separate post is OK! Thanks

Posted

Anyone please? Must simple or really complicated I guess. The drop down box is drawn dynamically, I think- anyways I really like it to be bigger in size. Thanks people.

Posted

I tried this code in my dropdown but its not working. The code is

 

<?php echo tep_draw_pull_down_menu('categories_id', tep_get_categories(array(array('id' => '', 'text' => TEXT_ALL_CATEGORIES))),' style="width: 100"'); ?>

 

Please help me guys.

Posted

As far as I am aware, the pull_down is 100% of its containing cell, less some padding. Try expanding the cell.

Archived

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

×
×
  • Create New...