Hi, I've been tearing my hair out with this one... If you look here in firefox: www.cpcads.net/signup.php it looks fine... Look at it in IE it looks terrible I've taken out all gaps, and I cannot for the life of me, work out why it's all misaligned. If someone could kindly look at the source and work out why, I'll be eternally greatful. Also, I'll give you 100 free points when CPCads is good-to-go Thanks, Lee.
Yea, I had this problem quite a while ago, first of all to make it easier what software are you using? If you're using Dreamweaver - this would be a lot easier as this is what i used to sort this problem a while back. Cheers.
The reason of everything messing up is the fact that you sliced it with imageready. Everything between the form boxes is image. Next to and below the signup buttons is image. IE doesn't have exactly the same size for the form boxes, letting all the images get out of their original spot... I think it's the best to recode the thing without using imageready.
I ran into that problem a lot-- It helps to be able to hand code stuff, you know exactly what you're doing that way. Also, I use Dreamweaver. And I recommend it.
I just resliced it, everything is now a cell and not an image and I did it in front page's HTML editor, what has image ready got to do with the messing up? I only used that to slice :/
I've seen worse. Instead of using inline styles create a separate css sheet and use conditional formatting to get it to display well in IE. The problem lies in the different way that IE interprets margin and padding styles. Usually some hacks are necessary to get pages to display properly in IE. Google "conditional formatting". EDIT: Oh, I took another look at your code and you may want to get rid of all those cells, at least put the dividing line in it's own cell (you know, colspan = x )
I think I've narrowed down the problem. Could you look here, I've explained it better at another post: http://forums.digitalpoint.com/showthread.php?t=151675 (btw, I'm giving away $100 cpcads voucher to anyone who can solve it ) Thanks, Lee.