How do I use javascript to render blue gradient color -


I need to display the text on a blue colored background inside the table. I can see how this is done using Javascript I can?

Thanks a lot!

You can do this with CSS if you know that your visitor supports this browsing feature Do this:

There is a CSS generator on this page that allows you to make the style interactive:

Here is the CSS for a blue shield:

  -WebKit-gradient (linear, left bottom, left top, color-stop (0.18, RGB (20,169,250)), color-stop (0.67, RGB (43,61,255)), color-stop (0.86, RGB (36,5  

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -