Forums

Chronoforms Module problems with IE 8

mcdmedia 21 Jan, 2011
I haven't tried with IE 7 But with IE 8 I am having issues with the layout of the chronoform while using it as a module. I am using the latest module version downloaded from the website. In Firefox everything is just fine.

Here is the page on the site I am working on:

http://www.2dayturnaround.com/ui/industry.html

If you look at the same page in Firefox you can see it is aligned perfectly.

Any suggestions on this one. I typically do trial and error but have been spending so much time on this I figured I'd post on here, not to mention I have bought a lot of the licenses so I guess a little support would be nice =)

Thanks a lot
GreyHead 21 Jan, 2011
Hi mcdmedia,

I think it's the margin-left here:

/* Rule N°2 from http://www.2dayturnaround.com/ui/components/com_chronocontact/themes/default/css/style1-ie7.css */
.form_element {
MARGIN-TOP: 8px;
WIDTH: 85%;
FONT-FAMILY: Arial, Helvetica, sans-serif;
FLOAT: left;
MARGIN-LEFT: 30px;
FONT-SIZE: 14px
}
/* Rule N°3 from http://www.2dayturnaround.com/ui/components/com_chronocontact/themes/default/css/style1-ie6.css */
.form_element {
MARGIN-TOP: 8px;
WIDTH: 85%;
FONT-FAMILY: Arial, Helvetica, sans-serif;
MARGIN-BOTTOM: 8px;
FLOAT: left;
MARGIN-LEFT: 30px;
FONT-SIZE: 14px
}


Bob
This topic is locked and no more replies can be posted.