Breadcrumbs
Tag: "dom"
-
Too Easy JavaScript - Basic DOM [6]
- Author
- Date
- Mon 26 Sep 2005 at 16:35
- Type
- Article
Advance your JavaScript knowledge by learning about the Document Object Model and manipulating a webpage's DOM. Learn how to create elements, to change attributes, and to work with text nodes.
-
DOM Layout Effects
- Author
- Date
- Sat 19 Mar 2005 at 6:09
- Type
- Blog Entry
- Comments
- 2 comments
CSS3 is said to offer a variety of new functionality in making spectacular designs, but until then people all around are developing ways to bridge the gaps. I first ran across this layout effect in Alex's design blog, I figured that I would share this interesting use of DOM. Alessandro Fulciniti has developed a way of making rounded corners without the use of images, but rather a DOM effect. He uses cascading block elements to create the smooth corners. When the script doesn't run, you just don't have the borders (quite simple!). Aless…
