Sometimes, I found too many people like to insert a <span> tag in a <button> tag. Sometimes, they place two <span> tags. I want to know, why do they do this?

link|improve this question
I can't wait to see how many text browsers render all the text as a button... – JavaAndCSharp May 24 '11 at 1:26
feedback

3 Answers

CSS is supposed to allow separation between content and style. Unluckily, when you need a complex design you often need to alter your HTML markup so you can apply the necessary CSS rules.

link|improve this answer
feedback

Maybe for using sliding doors ?

link|improve this answer
feedback

I've seen this with <div>. That's done for styling (double borders), but it's also done to handle IE bugs (box-border model bug).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.