CSS3 Review: What to expect
Working with CSS is one of my favorite things to do, to be blunt my art skills suck and css is my way of being creative visually, and I work a lot with it. From past projects to current projects I'm really looking forward to the ease of CSS3, the process from psd to css will go much quicker now that we have more options. Here's what their doing...
Read more of CSS3 Review: What to expect
CSS Controls Templates
It's become very common to have different templates for several pages throughout sites, normally developers and designers would build out these separate template files independent of each other. On a recent project we produced over 20 templates during the wireframe stage, however, we did not build out the differences in the main templates. In reality we should have built out five times as many for the minute differences. When I was put in place to do the CSS Templates for Beta Development, I decided not to build out 100 templates, thankfully CSS makes it easy for me to control the elements for every condition even when we need 100 templates, I'll only have to build out 20.
Read more of CSS Controls Templates
CSS Dock
So this is an interesting menu, a CSS Dock Menu, gives your site the Mac OS X feel.
CSS Image Hovers
Learn how to get some nice effects from your thumbnail images through the extraordinary power of CSS (Cascading Style Sheets), such as those from Bad Apple Comics.
Mental Note: CSS > Overflow
If your floating (float: left; float: right;) CSS content starts overflowing outside of your content div, use the CSS overflow: hidden; fix. This will only work if you do not specify a height in that style. Hazzah.
Read more of Mental Note: CSS > Overflow
Search
Latest Additions
- Dynamic Active State for Navigation Elements using jQuery
- W3prodigy.com v2 Updates
- T-Mobile's Hotspot at Home Failure
- Ask Reboot
- Facebook Development
- Spam-Bots Love Digg.com
Popular in CSS
- CSS3 Review: What to expect
- CSS Dock
- CSS Float hates Footers Fix
- CSS Image Hovers
- Mental Note: CSS > Overflow
- Understanding floated elements in CSS
