Add inline style using Javascript

nFilter.style.width="330px";
nFilter.style.float="left";

This should add an inline style to the element.

Leave a Comment