Tag Archive: Firefox

Firefox 4 and CSS3

Technology

Some interesting tidbits are arising now that Firefox 4 is out in the wild.  It turns out that Firefox 4 will accept both the standard and –moz specific versions of CSS3.  For example, take the following drop shadow css: .shadow{ box-shadow: 0px 0px 12px #000; -moz-box-shadow: 0px 0px 120px #000; } In the current order, the –moz statement will be the rendering statement. However……

Continue Reading

Tools Tuesday – The Web Developer Toolbar

Technology

Designers and Developers have lots of things they use on a regular basis in order to get work done.  Software, Hardware, Apps; there are multitudes that I end up opening on a daily basis in order to efficiently plan out, execute, and update the sites that I create.  So, every Tuesday, I'll be diving into some of the tools I use in the process…

Continue Reading