I wonder if there can be any difference for

  <div ...> ... </div>

and

  <span style="display:block ..." ... > ... </span>

in other words, EVERYTHING is the same except a div is changed to a span,
with display: block.

the ultimate question is, Can they *DISPLAY* differently on major browsers?
Can they BEHAVE differently on major browsers?

I haven't seen a case in which they can be different, other than that they
may or may not validate due to block element being inside another inline
element.  Thanks very much!
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to