Welcome Guest, Not a member yet? Register   Sign In
How shall i add class[CSS] in dropdown
#1

[eluser]Sumon[/eluser]
This is the way to create drop down in codeigniter:
$options = array(
'small' => 'Small Shirt',
'med' => 'Medium Shirt',
'large' => 'Large Shirt',
'xlarge' => 'Extra Large Shirt',
);
echo form_dropdown('shirts', $options, 'large');

How shall i add class[CSS] for this which will produce:
<select name="shirts" class="listShift">

For your kind information i need the solution of Class not Style.

Thanks


Messages In This Thread
How shall i add class[CSS] in dropdown - by El Forum - 03-11-2008, 12:53 AM
How shall i add class[CSS] in dropdown - by El Forum - 03-11-2008, 01:23 AM
How shall i add class[CSS] in dropdown - by El Forum - 03-11-2008, 02:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB