reCaptcha form input box displays outside its <div> in IE7

sifaka

Member
Messages
46
Reaction score
0
Points
6
I changed the css code of the <div> that holds the reCaptcha to the following:

Code:
position: relative;
top: 0px;
left: 180px;
width: 470px;
height: 100%;

This seems to work! And W3schools' css validator approves of the code. Easier done than said.
Thanks,
sif
 

Nathan H

New Member
Messages
562
Reaction score
0
Points
0
*Thread Closed*
Well it appears you have solved you issue. If this is not the case the original thread starter may re-open this thread or create a new one.
 
Top