Cobra23 Posted February 9, 2012 Share Posted February 9, 2012 I never thought i'd ask for css help. However i have a problem with setting the background image to display. Css is: float: left; padding: 15px 0; position: absolute; left: 0; top:45px; display: none; width: 600px; height: 300px; background: url (images/navbg.png) repeat; color: #fff; -moz-border-radius-bottomright: 5px; -khtml-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomleft: 5px; -khtml-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; Link to comment https://forums.phpfreaks.com/topic/256708-background-image-wont-show/ Share on other sites More sharing options...
Pikachu2000 Posted February 9, 2012 Share Posted February 9, 2012 I'd have to guess it's a path issue. Have you tried using the full URL to the image file? Link to comment https://forums.phpfreaks.com/topic/256708-background-image-wont-show/#findComment-1316005 Share on other sites More sharing options...
Cobra23 Posted February 9, 2012 Author Share Posted February 9, 2012 strangely .... i never have a css problem i couldn't solve. I tried the path three different ways !! Copied image to two folders and then put in both full paths and it still doesn't work !! If i use background-colour then the colour will be shown instead. Link to comment https://forums.phpfreaks.com/topic/256708-background-image-wont-show/#findComment-1316009 Share on other sites More sharing options...
Pikachu2000 Posted February 9, 2012 Share Posted February 9, 2012 When I say full URL, I mean http://www.yoursite.com/path/to/image.jpg, not a filesytem path. Is that what you tried? Link to comment https://forums.phpfreaks.com/topic/256708-background-image-wont-show/#findComment-1316011 Share on other sites More sharing options...
Pikachu2000 Posted February 9, 2012 Share Posted February 9, 2012 I just tried something else too, when I put a space between url and the parenthesis, it prevented the image from loading. Remove the space and try it again . . . Link to comment https://forums.phpfreaks.com/topic/256708-background-image-wont-show/#findComment-1316012 Share on other sites More sharing options...
Cobra23 Posted February 9, 2012 Author Share Posted February 9, 2012 Thats weird !! The space solved the problem. However other images are not affected with the space there. That is surely very strange. Cheers mate. Do you know why that is? Link to comment https://forums.phpfreaks.com/topic/256708-background-image-wont-show/#findComment-1316014 Share on other sites More sharing options...
Pikachu2000 Posted February 9, 2012 Share Posted February 9, 2012 No, I didn't look into it any further than adding/removing the space. Link to comment https://forums.phpfreaks.com/topic/256708-background-image-wont-show/#findComment-1316015 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.