liamC
Member
Registered: 28th Feb 04
User status: Offline
|
I am developing my company website with full XHTML/CSS, and it is displaying 110% perfect in Mozilla and Safari under Windows/Mac/whatever other OS you can think of.
IE however is not even close to how it should be displaying. It is completely different, all messed up, simple CSS menus not appearing at all, and each different version of the IE browser makes it look even worse.
Im sure I'm not the only person that has ever came across this, but what do people do to get around this?
IE is a total nightmare
|
PaulW
Member
Registered: 26th Jan 03
Location: Atherton, Greater Manchester
User status: Offline
|
IE just does not, and never has conformed to any set standards, and instead always opt for there own set and make people 'adjust to suit them'
Same with there operating systems tbh, complete and utter farce that you have to constantly upgrade to do this & that.
You can google IE dirty CSS hacks & fixes, but why should you have to work around a buggy insecure browser if your conforming to the set standard, just because there devs are just to god damned lazy to write something decent.
|
drax
Member
Registered: 5th Feb 05
Location: Sittingbourne, Kent
User status: Offline
|
Try coding as close to xhtml strict as you can, this normally minimalises the differences, Also remember to pre define certain syntax's margins and padding for example
H tags, From tags, p tags, table tags. etc.
|
PaulW
Member
Registered: 26th Jan 03
Location: Atherton, Greater Manchester
User status: Offline
|
quote: Originally posted by drax
Try coding as close to xhtml strict as you can, this normally minimalises the differences, Also remember to pre define certain syntax's margins and padding for example
H tags, From tags, p tags, table tags. etc.
Still flaky at best, especially when combining with CSS & Div (which is what CSS was all about was it not??)
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
iv never had a problem coding CSS for any of them tbh
[Edited on 14-11-2007 by Steve]
|
Neo
Member
Registered: 20th Feb 07
Location: Essex
User status: Offline
|
I had this problem with a website i did recently...
I just had to position everything exactly rather than using percents etc
IE is just a pain tbh, but as 50% of people still insist on using it you have to make sacrifices
|
James
Member
Registered: 1st Jun 02
Location: Surrey
User status: Offline
|
I've had this problem too, there are hacks for most issues but it's a pain.
|
AndyKent
Member
Registered: 3rd Sep 05
User status: Offline
|
I always code in Firefox then have to hack it up a bit to fix in IE, right pain!
Strict seems to fix things slightly, but still far from perfect.
|
drax
Member
Registered: 5th Feb 05
Location: Sittingbourne, Kent
User status: Offline
|
You shouldnt be using %'s for anything really anyway..
I very rarely have problems with cross browser rendering?
|
Sam
Moderator Premium Member
Registered: 24th Dec 99
Location: West Midlands
User status: Offline
|
quote: Originally posted by PaulW
... but why should you have to work around a buggy insecure browser if your conforming to the set standard
Because most people use IE...
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
sam wtf are you doin in worcs
|