Hello everybody. I have a design up on http://liveips.com/ It shows perfectly on FF, but IE just ruins it. I have absolutely no idea what is triggering the design off in IE. ANY help would be much appreciated. Thanks for your time, folks
hand coded that? It would take HOURS I need to have all the images well-aligned. How do I get the slices perfectly arranged without code generation? I designed that PSD, and I sliced and modified it. If you can find the glitch, I'd owe you one.
Hand coding > software generated, and it's also not w3schools xhtml valid. It's super messy, so I suggest you to recode the whole thing or just the menu.
Not if you do it properly, its about an hours work at most. You use CSS background images and avoid tables and spacer.gifs to build something like this. Do not use that Adobe rubbish for your Rollover images, in fact don't use Javascript at all for rollovers IE is not the one breaking it, its your code, because your site also fails hard on Opera (which unlike IE, is standards compliant) The only way you can fix this is to learn to code properly - use as little HTML as possible, chuck on some CSS to style it and then add images. Or pay someone else to do it.
@blueparukia: Thanks a lot for that. Now googling for using CSS to hand code. Could anybody tell me how to go about hand-coding? @Sky AK47: I know...I've never been able to get a W3C valid
try stylizer, which will give you the option to view both in IE and FF. it will do the CSS coding for you.
That's software generated again, ain't it? Not that I have too much against software generated code, but besides, I read up on Stylizer. It doesn't let me do a PSD, right?
Okay. I got the glitch fixed. Thanks a lot for everything guys. Apparently, it was triggered because there was a return character before the </td> The index.html I had didn't glitch, but in the index.php, I had the </td> out of the print statement and the PHP block, so PHP generated a newline at the end of the print and messed up the design, as it printed a newline character before the slice and threw it down!