Hello,
I'm not able to float div's in chromium. I'm not sure what mistake I did. It's working perfectly in IE9. Please see code below or pick from my website homepage pnr status enquiry. Try this in IE8 or 9, its working fine but no clue. Please help.
Thanks in advance, r@ms
1 answer
points
In line 89 of basic.css you have display: moz box. Remove that or change to display: block;
The floats work fine in Chrome by the way, but not in Firefox because of the mentioned rule.
