By comterkumar on
Hai
I am using the following code to get a calender in my module
$form['date'] = array(
'#type' => 'textfield',
'#title' => t('Date'),
'#attributes' => array('class' => 'jscalendar'),
'#size' => 12,
);
But IE 6 and 7 showing issues as if it is not taking any of my css
Firefox and Chrome are fine
If I remove these lines , everything is fine
Please help me
Regards
Kumar