CSS position absolute / relative “reorder HTML tags”
Great thing with this CSS absolute/relative position value. Basically you can work on a html file the way your SEO members requested and after that you can publish it by using CSS in a user-friendly way!
You can read the next example:
html
div1
div2
div3
eof (End of file)
By using the CSS position property you can position div3 in the top of the folder, div 2 in the left site with width:50% and div1 in the same line with the same height as well with 50%.. something like this:
html
div3
div1 div2
eof (End of file)
Great! There are two projects that my team and I are currently working on: this computer service and network assistance presentation website and a Romanian tourism portal, both available with the new design specification in the next 30 days.
I’ll come back with some links for advanced CSS position examples.







June 12th, 2008 13:27
Best examples of a well done implementation of CSS over a HTML file in order to have the HTML code ordered by priority and to arrange the tags in page in the same time the way you want to “output them”:
http://www.quietroot.org
http://www.it-db.org
June 12th, 2008 13:28
.. Sorry, forgot about http://turism.qroot.org.