Sunday, January 31st, 2010
Author: Jon B
CSS Tooltip That Works With IE6
A tooltip is a great way to present the user with a small popup when they hover over a link or an image. Some designers even use tooltip instead of a javascript popup window to ensure their message is read in case the user has javascript turned off in their browser.
I’ve used many different types of tooltips in the past and they all shared the same problem, they do not work with Internet Explorer 6. After many trial and error, I finally have a pure CSS tooltip that works in IE6.
[ Read More ]
Saturday, August 15th, 2009
Author: Jon B
7 CSS Layout Tips
The most difficult thing in CSS to get right is the layout of your site. Here are a couple of tips dealing just with that. Some of these tips are not exactly new, or rocket science, but hopefully they will save someone a bit of bother somewhere! Tip 1 Clear out the default padding and [...]
[ Read More ]
Tuesday, October 14th, 2008
Author: Jon B
Speed Up and Reduce Your CSS File
Cascading Style Sheets otherwise known as CSS has become one of the most important aspect of web development, over the last 6 years we’ve seen some amazing web design backed up by ingenious use of CSS. If you’re concerned about your CSS file size ending up way too big than you originally intended, a great [...]
[ Read More ]
Wednesday, September 05th, 2007
Author: Jon B
Fancy CSS Content Box
Strictly for beginners only, if you are a CSS guru you probably know how to make a better css content box. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lobortis. Nam molestie lacus sed metus lobortis rutrum. Curabitur est enim, ornare tristique, fermentum id, feugiat eget, elit. Pellentesque et metus id tellus pretium lacinia. [...]
[ Read More ]