If your images are not showing in any browser, then the path to them is incorrect. Remove the ' ' from the url('../images/vminterfacebg.png'), and make sure that everything is written in the same case and that there are no typos. The css file is looking outside it's own folder for a folder called images
Why is my page not showing ul bg pls?
I was following chrises first psd to html and already having problem.
vm.css
Thanks.
ul# nav {height: 118px; width: 940px;
margin: 0 auto;
background:url('../images/vminterface_header.jpg') no-repeat;
}
Try making it "ul#nav".