Nested SPANs inside DIVs - padding-top problems?
I was having severe problems with putting a padding-top attribute on a SPAN lying within a DIV… in both Firefox and Safari, if I did so, the span seemed to extend the padding past the enclosing block element. It would nestle up against the top and taunt me with its big floating tab.
I eventually solved the problem with a float:left; attribute temporarily. Please let me know if there’s a better answer to this.