Topic: CSS Streching
I'm making an engine that allows users to create custom styles for their pages. I have it set up so #brdmenu has a background image. I also insert a span with a width of 1 and an image inside that span to stretch #brdmenu to the proper height.
This works perfectly, but the background image doesn't stretch all the way to the bottom. It works fine in IE and Safari, but is messed up in Firefox. Any suggestions on how to remedy this problem? This behavior also occurs with h2s.
~Creaturecorp