adamwestrop
08-11-2011, 11:02 AM
Hi,
Im getting to grips with CSS and it seems that the choice between these options is really going to make or break my pages.
I understand if I use float, that it is taken out of the flow and positioned appropriately to the left or right of the element it is written under in the XHTML, however for really nice and interactive designs, e.g. Multiple <div> in 2 or 3 column layouts that using float would be difficult?
Absolute is great as far as I can see, as you can position everything you want, however browser re-sizing for people who have their browser windows a certain size may miss out on seeing some of your elements and having to use the scroll bar... Is there anyway of combing Absolute with Jello auto margins??
Again Jello seems good for re-sizing in browsers (which I think a lot of people do except basic surfers), however if you have multiple images on a page and want 2 or 3 column layouts which are very precise, how is this done?????
Thanks in advance
Im getting to grips with CSS and it seems that the choice between these options is really going to make or break my pages.
I understand if I use float, that it is taken out of the flow and positioned appropriately to the left or right of the element it is written under in the XHTML, however for really nice and interactive designs, e.g. Multiple <div> in 2 or 3 column layouts that using float would be difficult?
Absolute is great as far as I can see, as you can position everything you want, however browser re-sizing for people who have their browser windows a certain size may miss out on seeing some of your elements and having to use the scroll bar... Is there anyway of combing Absolute with Jello auto margins??
Again Jello seems good for re-sizing in browsers (which I think a lot of people do except basic surfers), however if you have multiple images on a page and want 2 or 3 column layouts which are very precise, how is this done?????
Thanks in advance