Another wonderful tool for you today. View Source Chart/View Rendered Source is a FireFox plugin, and I’ve used it extensively in the past. This plugin allows you to get a much better view of the source html of a webpage than most standard browser offerings. The html is reformatted into blocks that reflect the html [...]
Tag Archives: web
Curvy Corners
Thursday, February 5, 2009
One more Web-CSS tool for today. This one is nice as you can apply a rounded corner to any div element. It uses Javascript and CSS. Define your corner style in the CSS document for a class, then apply that style to the html element. The JavaScript will do the rest. It uses built-in corner [...]