Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Replying to Css Background Not Showing Upin Ie


Post Options

    • Can't make it out? Click here to generate a new image

  or Cancel


Topic Summary

Posted 16 February 2013 - 08:26 PM

CSS background not working in IECss Background Not Showing Upin Ie
Not sure if someone had the same problem, but this was also my issue. I found out what the problem was in my case. Since my JPEG background was working fine in FF and Chrome, and not IE, I opened up again the image in Photoshop and found out that it was in CMYK mode. IE does not read CMYK so make sure your JPEG is in RGB mode.
Again, this was the problem in my case and now works fine in all browsers.
Cheers
-reply by Lukas


I have had this problem...and I was working on it for days....trying every combination that I could think of or find. What I never did was check the format of which I was saving my files in Illustrator (CYMK)! Thank you so figgin much! This was the answer i needed.....no i have to grow back all of the hair i pulled out trying to solve this problem.

Posted 31 March 2012 - 01:57 PM

spacing makes a differenceCss Background Not Showing Upin Ie
Hello,
Some good troubleshooting going on in here.
Here is my solution:
background: url(images/optinBg.Jpg) left top no-repeat;
the 'left top' part needed a space before it or the background did not show.
IE8


thank you so much! obviously, this was the problem with my code too

Posted 20 September 2011 - 10:08 PM

Replying to GekkoI could not find a fix that worked so I just use jQuery to re-apply the background-image style on the body element. This fixed it for me:$(document).Ready(function() { // IE-7&8 fix: body background-image was not rendering, so set it again. $('body').Css('background-image', 'url(images/bg-image.Gif)');});

-reply by BumbleB2na


Posted 14 July 2011 - 08:49 AM

it so simplyCss Background Not Showing Upin Ie

Problem is when using background like background-color: rgb(65, 104, 104);Background: url("../images/bg.Jpg") 50% 0px repeat;Just use background-color: rgb(65, 104, 104);Background-image: url("../images/bg.Jpg");Background-position: 50% 0px;Background-repeat: repeat;

-reply by htmlsucks


Posted 21 March 2011 - 07:25 AM

Two backgrounds in one td class not supported in ie browsersCss Background Not Showing Upin Ie

td.Asb1_off{background:transparent url(../images/buttons/wl/big/WL01DB_Off.Jpg) no-repeat;}Td.Asb1_over{background-image:url(../images/buttons/wl/big/hover.Jpg),url(../images/buttons/wl/big/WL01DB_Off.Jpg);background-position:0px 148px, 0px 0px;background-repeat:no-repeat, no-repeat;width:149px;height:auto;cursor:pointer;}

-question by vasu

Posted 04 October 2010 - 06:13 PM

background-image in IE 8Css Background Not Showing Upin Ie

I also saved my JPG as a GIF, and it worked in IE 8, regardless of compatibility mode (or or off). 

 


Posted 19 October 2010 - 08:26 PM

CSS background not working in IECss Background Not Showing Upin Ie

Not sure if someone had the same problem, but this was also my issue. I found out what the problem was in my case. Since my JPEG background was working fine in FF and Chrome, and not IE, I opened up again the image in Photoshop and found out that it was in CMYK mode. IE does not read CMYK so make sure your JPEG is in RGB mode. 

 Again, this was the problem in my case and now works fine in all browsers.

Cheers

-reply by Lukas

Posted 22 October 2010 - 03:24 AM

why my css code for side bar not in Firefix and IE,but in crome is just nice!Css Background Not Showing Upin Ie

This is my code.Hgope some 1 can help me out!.Left_bar-s{float:left;width:180px;height:auto; background-image:url(/images_mht/orange_02.Gif);background-repeat: repeat-y; padding:1px;}.Header1-s{width:20px; height:30px;float:left; background-image:url(/images_mht/orange_01_01.Gif);}.Header2-s{width:140px; height:30px;float:left; background-image:url(/images_mht/orange_01_02.Gif);}.Header3-s{width:20px; height:30px;float:left; background-image:url(/images_mht/orange_01_03.Gif);}.Header-s{float:left; width:180px; height:auto}.Header2-content-s{float:left;width:149px;height:29px;text-align:center; padding-top:10px; font-size:9px; color:#FF6600;}.Bottom-s{float:left; width:180px; background-image:url(/images_mht/orange_04.Gif);height:15px;}.City-s ul {list-style-image: url(/images/bullet-arrow.Gif);margin-top: 3px; margin-bottom: 3px;}.City-s a {color:#FFFFFF/*#0066CC*/;font-size:11px;font-weight: bold;text-decoration:none;}.City-s a:hover {color:#006666;text-decoration:none;}

-question by susan

 


Posted 25 June 2010 - 06:53 PM

spacing makes a differenceCss Background Not Showing Upin Ie

Hello,

Some good troubleshooting going on in here.

Here is my solution:

  background: url(images/optinBg.Jpg) left top no-repeat;

the 'left top' part needed a space before it or the background did not show.

IE8


Posted 02 August 2010 - 08:57 AM

Background images not showing in google chromeCss Background Not Showing Upin Ie

Hi,

Background images and the images are not appearing, While the background image doesn't appear in the Chrome, all the images are not appearing the Firefox, but everything works under IE.

I had removed the utf-8 code, now the IE doesn't support.

Kindly help me in this regard.

Sugumar


Review the complete topic (launches new window)