Content
Rounded Corners
- Publish Date
- July 10, 2008
- Comments
- 0
After countless hours of searching for a solution that didn't involve extra markup or JavaScript, I stumbled upon a post by Arve Bersvendsen. This is the only solution that I've seen and works splendidly.
Elastic Layouts
- Publish Date
- July 04, 2008
- Comments
- 0
Some browsers (i.e. Opera 9.x, IE7, and Firefox 3.x) have changed from simply changing the text size to zooming in. This is possible in all browsers via an elastic layout, I first heard about it on an article on A List Apart.
IE7: The JavaScript Library
- Publish Date
- June 27, 2008
- Comments
- 0
Dean Edwards has developed a JavaScript library that allows one to use most modern CSS selectors in IE6 and IE7. It looks like we can start using CSS3 selectors - it's about time!
Goodbye Iframe, Hello Object
- Publish Date
- June 20, 2008
- Comments
- 0
A few sites (i.e. post on 456 Berea St.) are talking about using the object element instead of the deprecated iframe element. Even though IE doesn't support it, I was able to use it in my external site preview.
