Hi I have some Pro In CSS (IE 6, 7 and FF) I need to fix it. So can any body Do this? Here is the Site http://ariyes.net/demo/ I need Quick Solution. So plz contact with me ASAP for details. U can add me in my yahoo < bdariyes > Thanks.
Please be specific. Describe the problem, and describe the desired result. FF and IE7 render the same, with no obvious issues. cheers, gary
No in IE6 there is some problem In Nev Bar and IE7 also have some problem in Nev Bar. and I am Using .png In the header and footer so In IE6 there is a blue BG showing. That's all!
Yes, we got that; more or less. What exactly is the problem? This is easier. IE6 does not support .png with an alpha (opacitiy/transparency) channel. Either convert to .gif for the corner transparency, or Google IE png fix, or some such for an .htc file. The .htc method does not work on background images, to my knowledge. cheers, gary
Well, the layout is also completely broken in Opera and Safari... I'm assuming how it looks in FF is how you want it to look. We're talking 66 Validation errors meaning the HTML is not HTML, it's gibberish.... MOST of your problems come from non-semantic markup, using a table for a single TD (at which point why do you need a table?), and a ton of javascript that doesn't seem to do anything useful and certainly shouldn't be inlined in the markup. I could fix it, but I'd have to throw out all your existing code and start over from scratch as there's nothing worth saving here.