css image from hard disk

Brodie

New Member
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! \[code\].Bild { background: url("http://developer.aldebaran-robotics.com/media/img/home/nao_h25.png") no-repeat center;}\[/code\]BUT now i want to load it from my hard disk, better to say from a folder in the project. The structure looks like this:workspace
 
Back
Top