View Full Version : IE hates me: css troubles
Keleth
11-26-2008, 06:36 PM
I was hoping for some help... in addition to me realizing today that IE doesn't bother to allow attribute selectors, meaning I have to go back and recode a bunch of stuff with classes and whatnot, for the life of me, I cannot figure out why in IE, I have a graphic shifting 3px to the right. Obviously, this is cryptic, so links abound!
http://mafia.rhovisions.com
I was hoping someone could help me figure out why the graphic in the main content body is skewed right. I've been at it for a while and it refuses to work.
Also, how much would it cost to have a virus written to eliminate all existence of IE? *sobs at the lack of standards with IE*
bluewalrus
11-26-2008, 09:03 PM
3px ie probelm=http://www.positioniseverything.net/explorer/threepxtest.html
Snookerman
11-26-2008, 09:43 PM
Just making the link clickable:
http://www.positioniseverything.net/explorer/threepxtest.html
Keleth
11-26-2008, 11:28 PM
Thanks a lot for the link... unfortunately, it didn't totally help, as well as the fact that I'm getting the bug in IE7.
Snookerman
11-27-2008, 12:18 PM
I saved your page to be able to edit it and I checked but I don't get any shift at all of the main div. All I did was to replace the [can't remember what it's called right now] path to the background pictures in your css. So for example:
#content {
background: url('../images/bodyBG.jpg') top left repeat-y;
margin-left: 170px;
}
into this:
#content {
background: url('http://mafia.rhovisions.com/images/bodyBG.jpg') top left repeat-y;
margin-left: 170px;
}
Try doing that yourself, maybe it will help.
Keleth
11-27-2008, 03:44 PM
Tried it, thanks for your try again... continues to work in everything except IE, continues to not work in IE.
Snookerman
11-27-2008, 04:03 PM
Try this one, it's just your page with the changes I mentioned before:
2251
2250
Remove the .txt ending and try it out in IE.
monicasaha
11-28-2008, 09:19 AM
plz chk the attachment...hope this will solve ur problem
bluewalrus
11-28-2008, 09:26 PM
Just thought I'd comment on the title of this. I think IE6 hates everyone.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.