So I have a problem I can’t figure out elsewhere. Damn CSS, my page works fine in IE8, FF, Chrome, etc. IE8 compatibility mode(IE7) on the other had eliminates all my content.
Any CSS gurus out there care to help a brother out? 😊
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
May 21, 2009 7:04pm
Subscribe [3]#1 / May 21, 2009 7:04pm
So I have a problem I can’t figure out elsewhere. Damn CSS, my page works fine in IE8, FF, Chrome, etc. IE8 compatibility mode(IE7) on the other had eliminates all my content.
Any CSS gurus out there care to help a brother out? 😊
#2 / May 21, 2009 7:10pm
firebug lite to the rescue
Its just a javascript bookmarklet with most of firebugs functionality
Might help find the cause
(I would have a look, but only recently installed windows, and haven’t installed IE7/8 as I’ve not used IE at all yet lol)
#3 / May 21, 2009 10:31pm
stripped down, added and trouble shot until fixed.
#4 / May 22, 2009 1:45pm
I got so sick of cross browser compatibility that I stopped doing layouts with pure css and started using 960gs or custom versions of it. It makes things sooooo much easier.
#5 / May 22, 2009 2:27pm
Nice link, i was in the middle of checking out http://www.blueprintcss.org/; have you tested that one?
#6 / May 22, 2009 2:35pm
Have not tried it. If you do though, give me your thoughts on it.
#7 / May 23, 2009 4:51am
Hikrguy, I hope you don’t use tables for layout 😛
I find it much quicker with CSS then anything else
Maybe you should try a CSS framework or basic structure templates (such as these)
#8 / May 23, 2009 9:40am
You shouldn’t need a CSS framework to write decent CSS that works across all browsers. It really isn’t that hard, as long as you ignore Internet Explorer 6 (which everybody should, no matter how many people use it).
#9 / May 23, 2009 9:50am
I wasn’t saying he needs a CSS framework to write decent CSS… Just that it might make it faster for him to develop… Just like you don’t need CI to write a decent PHP app, but it makes life a lot quicker/easier
Side note: Yorick, you’ve been very quiet lately 😛
#10 / May 23, 2009 10:38am
Yorick: Agreed that frameworks aren’t required to write good CSS, but not all of us can just say ‘to hell with IE’ as you obviously can. I do some side work for a hospital and IE is the only browser on every machine there because they have several other applications they use that don’t work right if not used it IE. Sadly enough, a lot of military projects will require you to use IE. So while it would be absolutely fabulous to nix IE all together.. that can’t always be done in the real world.
#11 / May 23, 2009 12:44pm
Yorick: Agreed that frameworks aren’t required to write good CSS, but not all of us can just say ‘to hell with IE’ as you obviously can. I do some side work for a hospital and IE is the only browser on every machine there because they have several other applications they use that don’t work right if not used it IE. Sadly enough, a lot of military projects will require you to use IE. So while it would be absolutely fabulous to nix IE all together.. that can’t always be done in the real world.
It can be done fairly easily, if everybody stops providing support the customers will be forced to upgrade, problem solved.
#12 / May 23, 2009 12:49pm
For that to work, you would need everyone to agree to stop supporting it pretty much simultaneously… otherwise, if i stop supporting it but everyone else still does, my customers could just move to someone else
(And just to clarify, I’m all in favour of getting rid of IE)
#13 / May 23, 2009 5:36pm
I’m all for gettin rid of IE as well. It would make things a lit simpler. I can’t force a customer to upgrade to something else. They don’t upgrade because of requirements of other major applications requiring certain versions of IE to operate properly. So just as Dam1an said, if I tell them no, the customer will replace me with someone else.
#14 / May 23, 2009 6:17pm
For that to work, you would need everyone to agree to stop supporting it pretty much simultaneously… otherwise, if i stop supporting it but everyone else still does, my customers could just move to someone else
(And just to clarify, I’m all in favour of getting rid of IE)
And that’s the problem, either we do it all together or we’ll be forced to support that piece of crap.
On the bright side, the percentage of IE6 users is getting lower and lower: http://i43.tinypic.com/35aqayx.png
#15 / May 23, 2009 6:23pm
I’d say another 18 months and it should be just about dead (IE6)... I can just about cope with IE7 for now lol