Quantcast
Browsing latest articles
Browse All 9 View Live

Reset Reloaded Stylesheet

Tweet A global reset.css file is a must for anyone who develops in Cascading Style Sheets. Eric Meyer’s Reset Reloaded will likely fulfill all of your needs. Posts Related to Reset Reloaded...

View Article


Styling Unordered Lists with CSS

Tweet I always seem to forget the steps I take in order to style unordered lists with CSS so I’m outlining the process below so I’ll always have it to check back on for future use. And maybe you’ll...

View Article


100% Height Divs in CSS

Tweet In order to get a container div to expand to 100% height with floating divs inside, add “overflow: hidden” to the parent div which contains the floating divs. Posts Related to 100% Height Divs...

View Article

Print Preview Problems with a Print.css file

Tweet Print preview problems : A number of our clients want to be able to print out their website exactly how it looks on the screen.  The problem is that most web browsers strip out any background...

View Article

Align Image to Bottom of Table Cell in IE with CSS

Tweet Sometimes you might set the table cell to “valign=bottom” to place an image at the bottom of a table cell but a space of 1 or 2 pixels is still appearing at the bottom in Internet Explorer. A...

View Article


Transparent PNGs in IE6

Tweet For some unknown reason, a significant amount of people still use Internet Explorer 6 as their browser of choice. Since that’s the case, web developers such as myself have to continue to test...

View Article

Suckerfish, Sons of Suckerfish, Sons of Ursidae and IE6

Tweet One of the biggest pains of developing for the web is the necessity of having to make sure all of your sites work in Internet Explorer 6, which came out in 2001 and yet is still used by 20% of...

View Article

Update: Transparent Background PNGs in IE6

Tweet This is an update to a previous post I made about Transparent PNGs in IE6. I finally tried out the “IEPNGFIX v2.0″ which was supposed to be the only solution I’ve found to support transparent...

View Article


Hide Button Value Text with CSS

Tweet Normally whenever I am using background images to style button elements with CSS, all I need to do is go into the code and remove the text for the value (value=”"). However, I was customizing a...

View Article

Browsing latest articles
Browse All 9 View Live