actually all you need to do is images/ not /images or ../images. All
images dirs get rewritten to the main images dir. The same is true for
styles as well.

Mike

On Tue, 2004-02-10 at 17:33, [EMAIL PROTECTED] wrote:
> Update of /cvsroot/freevo/freevo/src/www/htdocs/styles
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13597/styles
> 
> Modified Files:
>       main.css 
> Log Message:
> Fix the absolute paths in images.
> 
> 
> 
> Index: main.css
> ===================================================================
> RCS file: /cvsroot/freevo/freevo/src/www/htdocs/styles/main.css,v
> retrieving revision 1.14
> retrieving revision 1.15
> diff -C2 -d -r1.14 -r1.15
> *** main.css  10 Feb 2004 18:59:57 -0000      1.14
> --- main.css  10 Feb 2004 22:33:20 -0000      1.15
> ***************
> *** 347,351 ****
>         float:left;
>         width:100%;
> !       background: #666699 url("/images/tab/bg.gif") repeat-x bottom;
>         font-size:93%;
>         line-height:normal;
> --- 347,351 ----
>         float:left;
>         width:100%;
> !       background: #666699 url("../images/tab/bg.gif") repeat-x bottom;
>         font-size:93%;
>         line-height:normal;
> ***************
> *** 358,362 ****
>       #header li {
>         float:left;
> !       background:url("/images/tab/left.gif") no-repeat left top;
>         margin:0;
>         padding:0 0 0 9px;
> --- 358,362 ----
>       #header li {
>         float:left;
> !       background:url("../images/tab/left.gif") no-repeat left top;
>         margin:0;
>         padding:0 0 0 9px;
> ***************
> *** 364,368 ****
>       #header a {
>         display:block;
> !       background:url("/images/tab/right.gif") no-repeat right top;
>         padding:5px 15px 4px 6px;
>         text-decoration:none;
> --- 364,368 ----
>       #header a {
>         display:block;
> !       background:url("../images/tab/right.gif") no-repeat right top;
>         padding:5px 15px 4px 6px;
>         text-decoration:none;
> ***************
> *** 374,381 ****
>         }
>       #header #current {
> !       background-image:url("/images/tab/left_on.gif");
>         }
>       #header #current a {
> !       background-image:url("/images/tab/right_on.gif");
>         color:#333;
>         padding-bottom:5px;
> --- 374,381 ----
>         }
>       #header #current {
> !       background-image:url("../images/tab/left_on.gif");
>         }
>       #header #current a {
> !       background-image:url("../images/tab/right_on.gif");
>         color:#333;
>         padding-bottom:5px;
> 
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> Freevo-cvslog mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
-- 
Mike Ruelle
[EMAIL PROTECTED]
http://world.std.com/~mruelle/



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to