Page 1 of 1

Positioning html elements with respect to each other...

Posted: Sun Aug 08, 2010 3:23 pm
by K-Z
Hi....can anyone tell me how to position any html element with respect to any other html element?? I have read absolute and relative positioning but none of them supports my requirement. Relative positioning positions an element with respect to its original one.... :( :( ....is there a way??

Re: Positioning html elements with respect to each other...

Posted: Mon Aug 09, 2010 5:13 am
by rhecker
You do not explain why absolute positioning isn't working for you. Perhaps you should show your code.

You may also want to consider using floating instead of absolute positioning. It's an alternative layout method.

http://css-discuss.incutio.com/wiki/Abs ... oat_Layout

And by the way this is a PHP CODE forum.