PC Pals Forum
Technical Help & Discussion => Website Design & Programming => Topic started 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 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.
-
Hi
Does
background: url(picname.png)
Not work. If not, let me know and I'll have another go for you.
DJ
-
Sorry, no that didn't work... stupid IE :P....lol
-
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
-
Try this:-
background-image : url(.../.../picname.png);
-
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...