Re: [css-d] Problems dynamically styling DOM nodes in IE using Javascript

2006-11-15 Thread Rafael Holt
On 16/11/06, Wes Gamble <[EMAIL PROTECTED]> wrote: > > All, > > Does Element.setAttribute() work in IE? Do I need to address the > attributes > differently perhaps? > > > > newDiv = popup.document.createElement('div'); > newDiv.setAttribute ('id', 'pdf'); > newDiv

[css-d] Problems dynamically styling DOM nodes in IE using Javascript

2006-11-15 Thread Wes Gamble
(* Sorry about the email without a subject previous *). All, I have the following Javascript code which is generating a DIV and attempting to style it a certain way. The content comes up, but I can't get the positioning to work at all. I've tried several different approaches (absolute w/offs