nuclearsummer1 Posted March 29, 2007 Posted March 29, 2007 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 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
nuclearsummer1 Posted March 30, 2007 Author Posted March 30, 2007 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.
Jack_mcs Posted March 31, 2007 Posted March 31, 2007 Add this as the last argument for the dropdown ' style="width: 100"' Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
nuclearsummer1 Posted March 31, 2007 Author Posted March 31, 2007 Add this as the last argument for the dropdown' style="width: 100"' Jack Thanks I will try it ASAP. Thanks a lot Jack!!
nuclearsummer1 Posted April 2, 2007 Author Posted April 2, 2007 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.
spax Posted April 2, 2007 Posted April 2, 2007 As far as I am aware, the pull_down is 100% of its containing cell, less some padding. Try expanding the cell.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.