Fix Dropdown Menus That Fall Behind Embeded Video

Update 12/2011: YouTube is now embedding with iframes so you’ll need to add ?wmode=opaque to the end of the video url in the iframe. For example: https://youtube.com/watch?v=2TmfGoJEgwg%3Fwmode%3Dopaque Original Post Starts Here…… Javascript menus which drop down from the main navigation menu (mouse over “About” on this site to see a single item dropdown as an example)…

Read More

5 CSS Tips for Cross Browser Compatibility

css-code

Despite the fact that the death of IE6 is upon us getting CSS based websites to work across browser is still a dirty job, so much so I sometimes with Mike Rowe would cover it as a gag episode. Even when IE6 finally does die, there are still issues to be had with IE7+ vs.…

Read More

Anatomy of an HTML Tag

This article is intended for anyone who needs or wants a simple primer on HTML. If you know HTML at all this will be too remedial for you but if you don’t this will help you understand the basics and provide you with a foundation for more research. The only assumptions I make in this…

Read More