Click to See Complete Forum and Search --> : absolute


jagguy
12-19-2006, 01:08 AM
I can't create a complicated webpage without using absolute positioning for areas.
For ex I want to create 2 top areas of screen width on top of page. Then I want 3 columns with 1st and 3rd columns having 3-4 seperate containers. Without using absolute I am way to confusied to get this happening.

_Aerospace_Eng_
12-19-2006, 01:11 AM
Its probably not as complicated as you think it is. Draw a picture of what you want then attach it.

jagguy
12-19-2006, 09:36 PM
Is it bettre to draw a whole lot of containers on screen without using absolute though? and how is it better?

_Aerospace_Eng_
12-19-2006, 10:55 PM
Because usually when you use absolute positioning you aren't thinking about other peoples resolutions because the layout will only look good on your screen. Using no absolute positioning ensures that the layout looks some what the same on most resolutions.