sakherq
12-15-2007, 04:06 PM
how can i combine relative and absolute style position for a div
iam working on a menu
like this one :
<div style="??????">
<a href="link1">link1</a>
<a href="link2">link2</a>
<a href="link3">link3</a>
</div>
and i want the menu to appear above other tags in the page ( like absolute position )
but i want it's position to be relative to where it is HTML code is inserted i the page.
am i clear in this question ?
iam working on a menu
like this one :
<div style="??????">
<a href="link1">link1</a>
<a href="link2">link2</a>
<a href="link3">link3</a>
</div>
and i want the menu to appear above other tags in the page ( like absolute position )
but i want it's position to be relative to where it is HTML code is inserted i the page.
am i clear in this question ?