From newbie to newbie,

gradient colors worked in TWC based on a nice flexible macro; they are possible in TW5 as well.

the following produces a gradient colored background for text, also in a table. Firefox only.

@@text-align:center;background: -moz-linear-gradient(left, brown, darkkhaki, khaki);color:black;
''This is the text''
@@

<table>
<tr>
<th style="background: -moz-linear-gradient(left, yellow, orange, red);">This is the header</th>
</tr>
<tr>
<td style="background: -moz-linear-gradient(left, brown, darkkhaki, khaki);">''It works in tables, too''</td>
</tr>
</table>

maybe somebody can use this.

Pit.W.


--
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/55E60134.3030405%40eclipso.ch.
For more options, visit https://groups.google.com/d/optout.

Reply via email to