Changing the references to images to /images as relative linking does not work
authorFredrik Unger <fred@tree.se>
Tue, 8 Mar 2011 13:54:02 +0000 (14:54 +0100)
committerFredrik Unger <fred@tree.se>
Tue, 8 Mar 2011 13:54:02 +0000 (14:54 +0100)
with deeper levels.

style/adropabove/css/styles.css
style/adropabove/css/superfish.css
style/bluenightsky/css/styles.css
style/freggies/css/styles.css
style/turquoiseswirls/css/style.css

index 7e1722f1ba9090e5085097721d28d3b4d713fd8a..2bdfce3fbdf6166bdb7fad95f95af02f904e9201 100644 (file)
@@ -12,7 +12,7 @@ display: block;
 
 body {
 line-height: 1;
-background: #f1f1f1 url("images/bg.gif") repeat;
+background: #f1f1f1 url("/images/bg.gif") repeat;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #666;
 font-size: 14px;
@@ -41,14 +41,14 @@ header {
 width: 940px;
 height: 200px;
 margin: 0 auto;
-background: #fff url(images/headerimg.jpg) no-repeat left top;
+background: #fff url(/images/headerimg.jpg) no-repeat left top;
 }
 
 #main {
 width: 940px;
 margin: 0 auto;
 padding-top: 30px;
-background: #FFF url(images/colbg.png) repeat-y;
+background: #FFF url(/images/colbg.png) repeat-y;
 overflow: hidden;
 }
 
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;
index 146e482c2db930455d7e068f6a7c1fd5b393c2db..f81779554e9b0272f965d7ed54e7e6d1be8effe7 100644 (file)
@@ -45,7 +45,7 @@ background: #000;
 width: 940px;
 margin: 0 auto;
 padding-top: 30px;
-background: #d5def7 url(images/colbg.png) repeat-y;
+background: #d5def7 url(/images/colbg.png) repeat-y;
 overflow: hidden;
 }
 
index 34eb8d82e0391dc89399714617d9dfc81deb07af..6cdfb81fb8a294c1436b26d3eaa33e97a759d9aa 100644 (file)
@@ -42,7 +42,7 @@ header {
 width: 940px;
 height: 200px;
 margin: 0 auto;
-background: #fff url(images/headerimg.jpg) no-repeat left top;
+background: #fff url(/images/headerimg.jpg) no-repeat left top;
 }
 
 #main {
index 1d6aa4ef1bc45de5f19c08a3703653ad2bf3e5fe..5134ce8fbb355d2a467efb2513935e56d99515a3 100644 (file)
@@ -73,7 +73,7 @@ img.framed {
 header {
        height: 200px;
        position: relative;
-  background: url(images/roundedheader.png);
+  background: url(/images/roundedheader.png);
   margin-top: 10px;
 }
 
@@ -245,7 +245,7 @@ aside#right h3 {
 }
 
 aside ul {list-style-position: inside;
-list-style-image: url(images/redarrow.gif);}
+list-style-image: url(/images/redarrow.gif);}
 
 aside li {
        color: #696969;