http://bytes.com/topic/html-css/answers/97805-float-position-any-difference-between-div-span
float/position: any difference between div and span?
As far as I know <div> is a block element and <span> is an inline
element. One shouldn't float inline elements, for they should be (ahum
....) inline.
Having said this, I know that some browsers don't protest against inline
elements being treated as if they were block elements. As you found out,
they render the content the way you want them to.
http://www.w3.org/TR/WD-positioning-970131
Positioning HTML Elements
with Cascading Style Sheets
how to position a span between two floats - Google Search
using javascript to draw shapes - Google Search
http://stackoverflow.com/questions/5252751/drawing-basic-shapes-with-html-css-javascript
http://raphaeljs.com/
http://jsdraw2d.jsfiction.com/#license
No comments:
Post a Comment