<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
In fact things seem to be more complicated then I thought.<br>
<br>
Leaving the javascript things aside no matter what I do I don't manage
to serve file a background image through a CSS style sheet.<br>
<br>
Isn't the following suppose to work:<br>
<br>
style ^ 'body {  <br>
background: url( ', (MyFileLibrary /
#slimbackroundPng) displayString,');<br>
background-repeat: repeat-x;<br>
}<br>
<br>
Even if I supply a valid url like the following, nothing shows up.<br>
<br>
style<br>
    ^'body {  <br>
background-image: url:(<a class="moz-txt-link-freetext" href="http://www.stakepoint.com/topic/test.png">http://www.stakepoint.com/topic/test.png</a>);<br>
background-image: repeat-x;<br>
    }<br>
<br>
I 've seen some discussion on this topic in the archives but the
solutions seem to be outdated for 2.8.<br>
<br>
Thanks in advance,<br>
<br>
@+Maarten,<br>
<br>
Maarten Mostert a écrit :
<blockquote cite="mid:46BF37C1.3090704@wanadoo.fr" type="cite">
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
Well what I understood is that you can make an image repeat feature in
your CSS file using a slim image.<br>
  <br>
This would probably mean something like defining a style method with:<br>
  <br>
style ^ 'body {  <br>
background: url( '/localhost:8008/',MyFileLibrary /
#slimbackroundPng,');<br>
background-repeat: repeat-x;<br>
}<br>
  <br>
But then the above does not work at all.<br>
  <br>
The second thing might be to create some javascript thing.<br>
  <br>
When googling around I find things like:<br>
  <br>
  <small><b class="s1"
 style="font-family: Verdana,Helvetica,Arial,Sans-serif;">Code :</b></small><br>
&lt;body<br>
style="<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="filter:progid:DXImageTransform">filter:progid:DXImageTransform</a>.<br>
microsoft.Gradient(gradientType=0,Start<br>
ColorStr='#FF0000',EndColorStr='#000<br>
000')"<br>
&gt;<br>
  <br>
Rgrds,<br>
  <br>
@+Maarten,<br>
  <br>
  <br>
Boris Popov a écrit :
  <blockquote
 cite="mid:CBE458BB46D12C48A467980CEDA341218CB0FD@Pondo.yvr.png"
 type="cite">
    <meta http-equiv="Content-Type" content="text/html; ">
    <meta name="Generator"
 content="MS Exchange Server version 6.5.7651.59">
    <title>Re: [Seaside] gradiant colors</title>
<!-- Converted from text/plain format -->
    <p><font size="2">If html/css had such a feature it certainly would
be possible in seaside :) What exactly did you have in mind? Mostly the
effect is achieved by giving elements a gradient image background via
css and seaside certainly lets you do that.<br>
    <br>
Cheers!<br>
    <br>
-Boris<br>
(Sent from a BlackBerry)<br>
    <br>
----- Original Message -----<br>
From: <a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:seaside-bounces@lists.squeakfoundation.org">seaside-bounces@lists.squeakfoundation.org</a>
    <a moz-do-not-send="true" class="moz-txt-link-rfc2396E"
 href="mailto:seaside-bounces@lists.squeakfoundation.org">&lt;seaside-bounces@lists.squeakfoundation.org&gt;</a><br>
To: Seaside - general discussion
    <a moz-do-not-send="true" class="moz-txt-link-rfc2396E"
 href="mailto:seaside@lists.squeakfoundation.org">&lt;seaside@lists.squeakfoundation.org&gt;</a><br>
Sent: Sun Aug 12 08:36:43 2007<br>
Subject: [Seaside] gradiant colors<br>
    <br>
Hi,<br>
    <br>
I just wondered if it is possible to create gradient background colors
in seaside.<br>
    <br>
Rgrds,<br>
    <br>
@+Maarten,<br>
    <br>
    </font> </p>
  </blockquote>
  <br>
</blockquote>
<br>
</body>
</html>