|
You should try avoid using position absolute. I dont quite like it. But if you have a div that's in the bottom right hand corner and have a few divs within that you could position the outer div relatively and then anything inside you can place position absolute to that out div.
Best way to know when to use it is by playing around with the HTML/CSS and you'll get the gist of it.
|