Take a look at this:
http://archaeo-logical.com/index.php...&products_id=1
Any ideas why IE is putting a carriage return after the radio button? There's nothing in the code instructing it to do so.
Here's my style_ie.css
That last attribsRadioButton was just me trying different stuff to fix it, but the only thing that made any difference was adding postion:absolute attributes. That made all the attribute values line up on top of each other.Code:.dc { float:left; height:100%; vertical-align: auto; } .greeting{ position:relative; top:0px; } .footer_c1{ float:left; position:relative; top:30px; } .footer_c2{ float:left; position:relative; top:-30px; left:270px; } .attribsRadioButton { float:left; position:relative; top:7px; left:12px; font-size:10px; } .centerBoxContentWrapper { overflow:auto; height: 1%; } .prod_disp_description { position:relative; top:-52px; left:70px; width:180px; z-index:5; overflow:hidden; } .add_cart_box{ position:relative; top:-163px; left:192px; width:200px; font-family:Tahoma, helvetica, sans-serif; font-size:11px; } .attribsRadioButton { float:left; }
Stumped for tonight.
Jake





