Hi

I am having problems with loading background images in my style.css file, running through apache2
locallay.  The directory structure is thus

www\index.html (with link to <link rel="stylesheet" type="text/css" href="../style/style.css" />
www\style\style.css
www\\images

in the style.css i have this , my question is how does the browser handle these relative locations, from the root html doc, or the relative placement of the style sheet

#menu
{
  background: rgb(255 , 255 , 255) url("images/sideBanner.jpg");
  padding: 4px;
  position: absolute;
  top: 140px;
  left: 20px;
  width: 270px;
  height: 500px;
  border: solid 1px rgb(0 , 0 , 0);
  hight: 550;
}

but the image does not work, any ideas
regards

adrian
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to