euxneks.com yōō’nĭks
Yahoo Reset Stylesheet
I’ve heard of many many many css reset stylesheets, and I just recently stumbled upon this one put out by Yahoo:
http://developer.yahoo.com/yui/reset/
For those of you who don’t know, a css reset sheet is something you use to “reboot” styles in all major browsers, which makes writing CSS and XHTML all the easier. Trick is, you need to start using it right from the beginning.
Tags: css, stylesheet, web design, yahoo
jQuery: datepicker and thickbox issues
So I was having issues with an element and datepicker working in thickbox. Turns out it was a z-index issue, which is what I thought it would be, check out the node here.
I set the z-index from 100 to 199 and it works nicely now.
Tags: css, datepicker, javascript, jquery, thickbox