Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
ReCaptcha text box won't stay put. JavaScript equal column could be responsible
Old 10-06-2009, 03:58 PM ReCaptcha text box won't stay put. JavaScript equal column could be responsible
matt w's Avatar
Super Talker

Posts: 133
Location: kalamazoo
Trades: 0
Dear dev devils, In IE 7 my ReCaptcha text box pops outside my contentcolumn div:
http://sifaka888.x10hosting.com/cabin/contact_us.php
If I fix it by floating the div, the text box stays put, but IE5 and IE6 insert an extra 150px margin:
http://sifaka888.x10hosting.com/cabin/contact_us2.php
if I omit the class="column" in my contentcolumn div (which is related to my JavaScript equal column script) it works fine in most browsers, but in IE6 the footer displays in the middle of the page
http://sifaka888.x10hosting.com/cabi...ct_us_gold.php

Does someone have experience dealing with this thing?
matt w is offline
Reply With Quote
View Public Profile Visit matt w's homepage!
 
 
Register now for full access!
Old 10-06-2009, 04:03 PM Re: ReCaptcha text box won't stay put. JavaScript equal column could be responsible
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Quote:
If I fix it by floating the div, the text box stays put, but IE5 and IE6 insert an extra 150px margin:
That's because if you're putting a 150px margin in that is in the same direction as the float, ie. float:left with a left margin, then IE 6 and below will DOUBLE that margin. The fix for that is to use conditional comments to call an 'ie only' css file JUST for the 'fixes' you need and add display:inline to the properties for that div. That will stop the doubled-float margin bug.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to ReCaptcha text box won't stay put. JavaScript equal column could be responsible
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.71058 seconds with 12 queries