How to set stylesheet padding-right pixel value from javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • baburk
    New Member
    • Oct 2006
    • 111

    How to set stylesheet padding-right pixel value from javascript

    Hi all,

    I want to set the pixel value 10px from javascript.

    This style in a file stylesheet.css.

    Javascript in a file script.js


    p,h2,h3
    {
    padding-right: 10px;
    }

    Thanks in advance
  • harshmaul
    Recognized Expert Contributor
    • Jul 2007
    • 490

    #2
    check this out...

    Comment

    Working...