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

[eluser]xwero[/eluser]
There is a fourth parameter where you can add a string with attributes. In your case it would be
Code:
$options = array(
‘small’ => ‘Small Shirt’,
‘med’ => ‘Medium Shirt’,
‘large’ => ‘Large Shirt’,
‘xlarge’ => ‘Extra Large Shirt’,
);
echo form_dropdown(’shirts’, $options, ‘large’,'class="listShift"');


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