I looked at the page and OY! the JavaScript attached to the widget dumps a
lot of stuff into the page via document.write() statements. It works, but I
don't envy anyone -- YOU? -- that has to edit that.

I would simply wrap that puppy in a DIV with a unique ID. If you can
"require" the LINK as a mandatory HEAD element, then go that route. Simply
target your elements based on the unique ID.

If you are limited to working in that right-hand column inside of the BODY
and CANNOT mandate a LINK to a CSS sheet in the head, then I would put the
style definitions in the external JavaScript file, however do it with
leveraging the DOM2 scripting techniques so that you don't have those messy,
difficult to edit, document.write statements.

Just my two cents worth!

...Rob


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to