Thread: Position in CSS
View Single Post
Old 01-11-2013, 06:13 PM   PM User | #4
j4v3d
New Coder

 
Join Date: Mar 2009
Location: UK
Posts: 34
Thanks: 6
Thanked 0 Times in 0 Posts
j4v3d is an unknown quantity at this point
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.
__________________
MJCoder
Twitter
j4v3d is offline   Reply With Quote