[Pro] Using CSS Gradient in Tables

Is it possible to use CSS Gradient colour in tables. This action works on html items, but is it possible to apply it to table rows, columns?

Thanks

Michael


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Michael
To apply the grad to the table row is actually a little tricky but you can apply the grad to a cell and then use that same style in the next cell
this is who its done

  1. Draw your table and lets say you have a 2rows by 2columns table.
  2. Then click in the top left cell and then apply the CSS3 Gradient and in the action palette choose .Class in the first drop down
  3. Now click on the next cell and apply Walters Add Selector action to that cell
    choose TD from the drop down and copy & paste or type the same name used in the Class Name field from the Grad action. If you had left it as the default then the class name would be Grad1
  4. now publish

What should happen is the grad style is generated by the first cell and the second cell will use the same style so if you change the colours in the grad it will be replicated across all the cells that use the same grad class.

All the best max


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Max

Thanks a lot

I’ve made that work.

cheers

Michael


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options