Tucker Posted May 13, 2007 Report Share Posted May 13, 2007 I hate IE I hate how it never works with IE on my first attempt. I have been working on a new site, everything is beginning to work out so I have begun to style it slowly, and things look fine until you try to view it on IE. Any tips on how to get it to work with IE without having to re-style it? Quote Link to comment Share on other sites More sharing options...
Ric Posted May 13, 2007 Report Share Posted May 13, 2007 I use KISS keep it simple and stupid so it works in IE first. When another version of IE pops up its always a “kiss” of death. I would recommend never ever use Firefox or Opera they are too standard compliant and just make life far to easy. No stick with IE they have introduced another new instruction with the release for IE7 making your life that little easier. I find these two-instructions works fine: <!--[if IE 6]>Special instructions for IE 6 here<!--[if IE 7]>Special instructions for IE 7 here They give you the ability to target CSS directly for a particular version using conditional comments. Need more info follow this link?http://www.quirksmode.org/css/condcom.html Seriously you have to live with these non-standard compliant browsers so bite the bullet and except the need to re-style part of your CSS. Try to avoid any hacks in your main CSS use the “if selector comments” to target the problem areas. The one thing I could not find in either Firefox or Opera was an equivalent “if selector comment” I honestly do dread firing up IE to check any code be it CSS or JavaScript. Quote Link to comment Share on other sites More sharing options...
Tucker Posted May 14, 2007 Author Report Share Posted May 14, 2007 At least someone agrees with me here. But this is what I don't get. I took a copy of a friend's CSS coz it looked cool, and altered to try something, that was just the positioning of one of the elements, suddenly on IE it went from being centered to everything positioning to the left??? Do you have any idea why this would be the case? Quote Link to comment Share on other sites More sharing options...
kalpz Posted May 15, 2007 Report Share Posted May 15, 2007 Can we have a look at what you've got? Quote ATOMIC Web Hosting 2007 - 2011 Shared Hosting - Reseller Hosting - Dedicated Servers - Virtual Private Servers (Request Dedicated/VPS Servers via E-mail) E-mail: sales@atomicwebhosting.com Website: http://www.atomicwebhosting.com/ Link to comment Share on other sites More sharing options...
olajideolaolorun Posted May 17, 2007 Report Share Posted May 17, 2007 lol, Tucker, you didn't post the link and i already deletd the msg. I also hate this kind of problem... Getting things to work in multi-browsers.. lol. But, you know it might just be a simple piece of mistake or something that you are missing... Repost the link again. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Tucker Posted May 20, 2007 Author Report Share Posted May 20, 2007 man that sucks the reply i posted never posted, anyway here is the link, what i wrote is that i havent updated the site it has alot of css info that some arent correct any longer. which i iwll be updating within the next 24-48 hours Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted May 21, 2007 Report Share Posted May 21, 2007 lol, where is it again, lol, you forgot to post it... Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
metaltailz Posted May 31, 2007 Report Share Posted May 31, 2007 If you need help with the CSS go to http://w3schools.com and read their examples of CSS, it is great review and they have proper code that works in almost all browsers. You can also go to http://infohound.net/tidy/ which will clean up your HTML and CSS but only if the CSS is in the HTML file. Hope you get it working. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.