Positioning html elements with respect to each other...
Moderator: General Moderators
Positioning html elements with respect to each other...
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...
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.
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.