Friday, January 30, 2009

Space in above dhtml menu in firefox

One day I all of a sudden noticed my website was not displaying correctly, I had spaces above images, and spaces above my dhtml drop down menu. I spent a little time trying to find the answer by searching Google, and eventual found my solution.

Just place this into your css file:

object { display:block; }

or if you do not have a css file, use :



in between the head tags of course :)

Eric's Tip #1