I'm a newbie at HTML and DIV positioning, and I'm wondering if there is a good place for learning to advance level about DIV positioning. I am actually interested about doing layouts in HTML for different platf开发者_StackOverfloworms (e.g. Internet Explorer, Firefox, Google Chrome, Safari, iPad).
Currently my work is looking like a bit of cooking: trying and experimenting. Somehow, this doesn't look as a good way of doing it.
A very reliable website for web development (JavaScript, CSS, HTML and much more) is the Mozilla Developer Network. To be more specific for your question, see the article about position.
The best resource is W3schools: CSS Positioning and CSS Float.
This is a great place to learn about layouts and HTML: http://www.w3schools.com/.
精彩评论