Tags: css
From PSD to XHTML in Four Easy Steps
November 7th, 2008Link: http://csshowto.com/layout/psd-to-csshtml-in-easy-steps-part-1/

If you're a website front-end designer who is unfortunate enough to depend on others for the actual coding piece of the site development puzzle, then this tutorial is for you!
The folks at CSS How To.com have a massively-extensive 4 part series dedicated to the task that will help get your skills up to par.
Check it out by clicking on the link above!
CSS list-based navigation with images.
September 10th, 2008In doing my latest project for IvoryJones.net, I found that the standard CSS text-formatted list navigation just didn't quite fit right, but I was loathe to resort to using pure images as an alternative.
After searching around the web a bit I found a great CSS solution to my problem that turned out to be an wesome compromise: Matt Varone's text-based image navigation.
This solution is great because it allows you to use the power and flexibility of CSS in order to integrate images into your standard list-style nav bar. Another reason I love it is because it uses only a single image that contains all the different navigation items and states, which makes load times fast and keeps the overall file size small.
To see my slightly-modified version of his method in action, check out this.
Cross-browser CSS headaches
August 20th, 2008I've been doing a metric ton of web design lately, and I am quickly approaching a point where I am officially a seasoned XHTML/CSS designer. The only monkey wrench I find in my quest for web design perfection is the pain-in-the-ass issue of cross browser support for CSS standards.
For those not familliar with what this means, when I design a website, I use cascading style sheets to do nearly all of my webpage layout, formatting and styling work behind the scenes. This allows me to use one or several style sheets that instruct the browser on how to render page elements while the actual HTML code on the page itself remains light and easy to read and/or modify.
But the problem is that not all web browsers implement CSS fully or in a standardized way. Simply put, all browsers display web pages differently where CSS is involved. Although browser engines largely fall into either the IE or Firefox camp (in terms of page rendering), I find myself writing validated CSS and XHTML code that works fine in IE6 or 7, but displays totally broken in Firefox, Opera, etc. Part of the problem for me up to now has been the necessity of having 4+ browsers installed just to do testing on a site. Today though I found browsershots.org, where you can get screenshots of how your page displays in 30+ different browsers!
But while this is a great tool for 'troubleshooting', I'm still struggling with how to actually work with or around the issue. Do you design for IE and say 'oh well' to other browser users? Not likely, but you can't exactly do the reverse either. I guess for me its going to mean more research and carpal tunnel syndrome before I make any real progress...
Anyone out there have some advice? ![]()




