css image from hard disk
问题 im about to build a GUI and I am trying to load an image as background image via css. My HTML sheet is nearly empty except the headline and a div container in which I load the GUI, built with JAVA and the Google Web Toolkit. Loading the background image from the internet works out pretty well! .Bild { background: url("http://developer.aldebaran-robotics.com/media/img/home/nao_h25.png") no-repeat center; } BUT now i want to load it from my hard disk, better to say from a folder in the project.