vote up 1 vote down star

Hi, I have a site setup that is working fine in ie8 and firefox but as you can see here:

http://i36.tinypic.com/nzq63m.jpg

Is this an issue with some css or a png transparency? Or is this just something with IE7.

Thanks in advance :)

flag

33% accept rate
1  
Let's see some code. What is the background color of the radio buttons? – Pekka Oct 22 at 14:31
form input[type=radio], form input[type=checkbox] {border: none;} The above is the only code related to the page. There are no other overwriting css commands over the code that is below: <strong>Tenure Type:</strong><br /> Freehold<input name="Tenure Type" type="radio" value="Freehold" checked="checked" /> Leasehold<input name="Tenure Type" type="radio" value="Leasehold" /> Unknown<input name="Tenure Type" type="radio" value="Unknown" /> Hope that helps? – Wayners247 Oct 22 at 14:35
1  
I don't have this problem when copying your code into htmlsandbox.com. Can you provide more details? Can you use the IE Developer Toolbar and post exactly what styles are applied to the background and radio buttons? – MikeWyatt Oct 22 at 14:45
Could you provide a link to the page you're working on? – sfarbota Oct 22 at 22:37
I will try and get it hosted so you can view. It only happens in IE7 which is odd, have not tried IE6 or earlier yet. Ill try the IE developer toolbar this morning and report back. – Wayners247 Oct 23 at 8:00
show 3 more comments

1 Answer

vote up 0 vote down

To anyone with a similar issue, the way around this was to add a

background-image: none;

To the css for the radio buttons :) Hope that helps.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.