Here's some snippet code i use in my script:

target.writeAttribute('class', '').update('');
if(Object.isString(this.opt.className))
target.addClassName(this.opt.className);

then i use the following css rule;
#target.opt_classname { font-size:20px;color:orange }

FF and IE7 shows some nice orange text, IE6 on the other hand does
nothing..

Here's an example, http://roland.devarea.nl/dialog/#dialog_1, open
dialog#1 in IE6 and you see the difference..

BUG?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to