kevy Posted July 13, 2008 Share Posted July 13, 2008 Hi, I made some drop down menus and want to make them wider.. simply inserting width="100" doesn't work.. any idea how I can make this menu longer in width? Thanks. <select wdg:subtype="DependentDropdown" name="select1" id="select1" wdg:type="widget" wdg:recordset="Recordset4" wdg:displayfield="SubName" wdg:valuefield="SubId" wdg:fkey="CatId" wdg:triggerobject="select"> </select> Link to comment https://forums.phpfreaks.com/topic/114536-solved-making-drop-down-menu-wider/ Share on other sites More sharing options...
teynon Posted July 13, 2008 Share Posted July 13, 2008 style="width: 100px;" This isn't PHP. Link to comment https://forums.phpfreaks.com/topic/114536-solved-making-drop-down-menu-wider/#findComment-588985 Share on other sites More sharing options...
kevy Posted July 14, 2008 Author Share Posted July 14, 2008 style="width: 100px" did the trick.. thank you! Link to comment https://forums.phpfreaks.com/topic/114536-solved-making-drop-down-menu-wider/#findComment-589154 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.