dropdownlist

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
eilla
Forum Newbie
Posts: 1
Joined: Mon Aug 03, 2009 10:19 pm

dropdownlist

Post by eilla »

i already develop a dropdownlist in php but now i would like to separate the dropdown list to multiple columns. many said it only can be used using javascript. Does anybody know how to do it...thanks
towerspl
Forum Newbie
Posts: 20
Joined: Mon Aug 03, 2009 7:37 am

Re: dropdownlist

Post by towerspl »

never had the need to have columns in a drop down list would only be done using javascript(if it could be done) try mootools. You could as i always do have your text indented with

Code: Select all

 
or ----------.
Post Reply