Monday, December 21, 2009

Can not fix width for SPAN

SPAN is inline element, so you can not set the width for SPAN. Even you set it, it will be ignored by spec compatible browser. Use DIV instead.

No comments:

Post a Comment