[jQuery] Rounded and beveled corners
Dave -
Using Safari 2.0.3 it didn't throw back any JS errors in the log. I used a
bookmarklet to show all DIV borders with their Ids, and I've attached a
screenshot of that (http://davandi.com/img/jquery_css_corners.png).
It looks initially like the divs aren't changing color.
Also, could you explain the purpose of this part of the code?
var t=document.createElement("div");
var b=document.createElement("div");
t.style.backgroundColor = b.style.backgroundColor = "transparent";
It worked on Camino / FF, so I was able to see the work. Nicely done :)
-David
Posted: Mon Apr 3 23:04:23 EDT 2006
From: Dave Methvin <dave.methvin at gmail.com >