Not bad, but not altogether ideal either. I think I'll stick with the
graphics method since it allows much more flexibility of implementation.
--
Murray
--------------
MVP FrontPage
Kent McPherson said:
I want to have a gradient fill for the background color in a table cell. I
see how to change the fill color itself. The help file seems to indicate
you
should be able to do this but I can't find the gradient submenu. Any help
would be appreciated.
With all due respect to the group, I strongly urge *all* of you to look at
this as
a very clever, simple solution to this type of problem. No graphics needed!
--- to use --
reference this file (on your own server) as a javascript src in the head of
your document. give the elements you want a gradient background applied to a
class as such
class="gradient 000000 ffffff horizontal"
See
http://slayeroffice.com/code/gradient/ for more examples.
As they recommend:
<script type="text/javascript" src="scripts/gradient.js">
</script>
in the <head> section of your documents, then all that's
required is the 'embedded'
<body class="gradient B8DEFD ABD0BC vertical">
or in your case
<td class="gradient B8DEFD ABD0BC vertical"> or
<div class="gradient B8DEFD ABD0BC vertical"> or
in any other block tag you like.
Michael S. Rose
Bluegrass Plus Events Calendar
http://mmrose.home.comcast.net/
PS Please let me know what you think. On/Offline is fine.