Survey not working with 960 grid template

Permalink
Hello; here the linkhttp://kaarufood.com/index.php/english/facebook/survey... where you will see the survey standard block not working.

Survey displays off side on the first item (pushed to the right), and the only working item is the last one, "Maracuyá".

I suspect on a javascript conflict, but are not able to find it.

Please help.

Thanks.

Dinamicore
 
DeWebmakers replied on at Permalink Reply
DeWebmakers
This can be resolved with css i guess. If you put:

.container_16 form {
float: left;}

the alignment is fine.
Dinamicore replied on at Permalink Reply
Dinamicore
Thanks corretje but didn´t work; tried some other css codes, but no way; as I already delivered the site to the client, I am using this one for test purposes.

As you can see, the situation is even worst in this test sitehttp://kaarufood.com/1/index.php/productos/survey... compared to the good onehttp://kaarufood.com/1/index.php/productos/survey/survey-working...

Checked again for the possible javascript conflict, but could not see one.

Please further help.

Thanks
Steevb replied on at Permalink Reply
Steevb
Your doctypes are not right.

Declare one doctype and make sure end tags match.

You have ' />' and '>', you can't have both.

One is 'Strict' the other 'Transitional'

There maybe other errors.

Sort the doctype and end tags, see if that helps.
Dinamicore replied on at Permalink Reply
Dinamicore
Thanks 55webdesign; corrected all the css errors following thehttp://validator.w3.org/ service; 0 errorshttp://validator.w3.org/check?uri=http%3A%2F%2Fkaarufood.com%2F1%2F...

But, the problem remains.

javascript conflict?