RhythmAddict112
Programmer
Good Afternoon,
Quick question...I'm using window.createPopup() in the following manner.
My question is the following, is there a way for me to assign the DIV a CSS class upon creation? If not, does anyone have a link to that provides all the CSS properties I can set upon the DIV's creation? Thanks!
Quick question...I'm using window.createPopup() in the following manner.
Code:
var oPopBody = oPopup.document.body;
oPopBody.innerHTML = "<DIV>" + vText + "</DIV>";
oPopBody.style.border = "solid black 1px";
My question is the following, is there a way for me to assign the DIV a CSS class upon creation? If not, does anyone have a link to that provides all the CSS properties I can set upon the DIV's creation? Thanks!