Darkmatter5 Posted January 8, 2009 Share Posted January 8, 2009 First off, Please human population of the world STOP using IE. It's terrible and has some of the most stupid quirks that any web app designer shouldn't have to program around. Anyways, I have a site that has some divs to construct a status window. All edges use an image file to make the border. The inside part of the images are the color of the very middle div of the status window. I used the EXACT color for the divs background color as I used for the images color. In firefox the colors match, but IE the center div color is lighter then the color used in the images. Any ideas? I'm attaching 2 screenshots, first Firefox and second IE. [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/140010-solved-colors-in-ie-and-firefox/ Share on other sites More sharing options...
MikeLibman Posted January 8, 2009 Share Posted January 8, 2009 First off, Please human population of the world STOP using IE. It's terrible and has some of the most stupid quirks that any web app designer shouldn't have to program around. Anyways, I have a site that has some divs to construct a status window. All edges use an image file to make the border. The inside part of the images are the color of the very middle div of the status window. I used the EXACT color for the divs background color as I used for the images color. In firefox the colors match, but IE the center div color is lighter then the color used in the images. Any ideas? I'm attaching 2 screenshots, first Firefox and second IE. Hmm I had a problem like this when I was building my website.... If I remember correctly you need to make an IE hack. Quote Link to comment https://forums.phpfreaks.com/topic/140010-solved-colors-in-ie-and-firefox/#findComment-732654 Share on other sites More sharing options...
TheFilmGod Posted January 9, 2009 Share Posted January 9, 2009 override the css style with an IE only stylesheet. The only other way around it is to use a bg image and repeat it x and y. Quote Link to comment https://forums.phpfreaks.com/topic/140010-solved-colors-in-ie-and-firefox/#findComment-732963 Share on other sites More sharing options...
Darkmatter5 Posted January 9, 2009 Author Share Posted January 9, 2009 I repeated a background image and it works great! Thanks!! Quote Link to comment https://forums.phpfreaks.com/topic/140010-solved-colors-in-ie-and-firefox/#findComment-733405 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.