PC Pals Forum

Technical Help & Discussion => Website Design & Programming => Topic started by: Hiatus on November 18, 2006, 06:48

Title: CSS problems in IE7
Post by: Hiatus on November 18, 2006, 06:48
Hey, haven't been here in awhile... took a bit of a hiatus... lol... ::) (I like the new site design, looks cool  8-))

http://www.joshsalverda.com (http://www.joshsalverda.com)

Anyways, I'm having trouble with IE7... It doesn't want to show any of the background images on my website. All of my images are shown using the
Code: [Select]
background: url('picname.png'); tag in CSS. In IE7 this doesn't seem to work. I don't know why... the site works fine in Firefox and quite well in IE6...

I have tried to google this and I see that a lot of people have had the same problems, but it hasn't really helped me much. Any help is appreciated.

If you need the CSS or HTML I can post it here (it's quite lengthy), I'll hold off for now so as to conserve space on the board.

Thanks.
Title: Re: CSS problems in IE7
Post by: DJ on November 18, 2006, 15:41
Hi

Does

Code: [Select]
background: url(picname.png)

Not work. If not, let me know and I'll have another go for you.

DJ
Title: Re: CSS problems in IE7
Post by: Hiatus on November 19, 2006, 00:37
Sorry, no that didn't work... stupid IE  :P....lol
Title: Re: CSS problems in IE7
Post by: DJ on November 19, 2006, 09:58
Very strange  :dunno:

Maybe the following links will give you more info (many people are having the same problem);

Link 1 (http://www.sitepoint.com/forums/showthread.php?t=435574)

Link 2 (http://www.sitepoint.com/forums/showthread.php?t=437079)

Good Luck

DJ
Title: Re: CSS problems in IE7
Post by: Simon on November 19, 2006, 10:06
Try this:-

Code: [Select]
background-image : url(.../.../picname.png);
Title: Re: CSS problems in IE7
Post by: Hiatus on November 20, 2006, 04:52
I don't know... nothing seems to be working. From what I have seen in my searching, the code I am using should work perfectly... I guess I'll keep looking on google and see what else I can find...