Changing the references to images to /images as relative linking does not work
[treecutter.git] / style / adropabove / css / superfish.css
index 0d90ba2e16d1b17da57815031f88a50c70b2427d..234beeb8ae7ac43575dc205660583bafb9c38104 100644 (file)
@@ -94,7 +94,7 @@ ul.sf-menu li li li.sfHover ul {
        height:                 10px;
        text-indent:    -999em;
        overflow:               hidden;
-       background:             url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
+       background:             url('/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
 }
 a > .sf-sub-indicator {  /* give all except IE6 the correct values */
        top:                    .8em;
@@ -123,7 +123,7 @@ li.sfHover > a > .sf-sub-indicator {
 
 /*** shadows for all but IE6 ***/
 .sf-shadow ul {
-       background:     url('images/shadow.png') no-repeat bottom right;
+       background:     url('/images/shadow.png') no-repeat bottom right;
        padding: 0 8px 9px 0;
        -moz-border-radius-bottomleft: 17px;
        -moz-border-radius-topright: 17px;