PDA

View Full Version : IE - CSS woes!



camargo
July 23rd, 2007, 04:16 PM
Hey Kirupans!

I have a CSS issue that could use some working out... Take a look at the link below:

[link] http://www.wirelessinteractive.com/cable/

If you take a look at it in Firefox, the contact info form at the bottom of the page looks just fine. Take another look in IE, and its been bastardized! :) Anyways, I've tried a number of things, but can't seem to find the issue with the CSS I've written. If you have any suggestions, it would be VERY appreciated!

Thanks all!
Chris.

P.S. I want to express my thanks to icio (http://www.kirupa.com/forum/member.php?u=11757) for his help on an earlier issue (http://www.kirupa.com/forum/showthread.php?t=268632)! It worked like a charm!

jp182
July 23rd, 2007, 04:57 PM
looks fine on my IE

camargo
July 23rd, 2007, 05:00 PM
Really? That's strange. Which version? I'm testing it using 6. Haven't seen it in 7 yet.

When I see it in IE6, the gray border under the "Purchase" button extends too far to the right, and the form fields are too far down, below the edge of the instruction box.

Update: Scratch that. I have seen it in 7 now, and it looks just like 6.

Neolumi
July 23rd, 2007, 06:38 PM
have you tried setting 'overflow: hidden;' on your grey extending line, if you define that and the width it should be ok.

as for different spacings thats just IE :/
lolz my fav link of the day, if your going to have corrections for IE use conditional statements to include a special IE css file:
http://www.quirksmode.org/css/condcom.html