Ruby on Rails
JavaScript, XHTML, CSS
Java, Distributed Systems
<you_name_it>
background/border color?
Submitted by christianslater on Tue, 11/18/2008 - 14:43
hi there,
I found your script and like ist very much! There`s something I can not fix...
I'am using the script with jquery and addes the roundcorners with a dropshaddow to any element with the class "rounded"
var myBorder = RUZEE.ShadedBorder.create({ corner:8, shadow:12, });
myBorder.render($('.rounded'));
Trackback URL for this post:
http://www.ruzee.com/trackback/185

or even
RUZEE.ShadedBorder.create({ corner:8, shadow:12, }).render($('.rounded'));
It doesn't work on IE8. Riga:
It doesn't work on IE8.
Riga: 235
Errore: Chiamata inattesa al metodo o alla proprietà di accesso.
This is the error point:
el.insertBefore(tl.cloneNode(true), iel);Thanks in advance for solution.