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.


2 Responses to “CSS position absolute / relative “reorder HTML tags”

Leave a Reply

You must be logged in to post a comment.