hi,
how to display a div on top off all the other content?
i tried style=" position:relative; left:0px; top:0px; z-index:100;"
which didn't work, then when i used position:absolute; it worked but, it displays in a totaly in appropriate position because of position:absolute . how can i make this happen? when i use position:relative; all the other content under it jumps down...
much appreciate reply...
is working but it wont fix my alignment issue .. :(
look at this site it explains about the kind of menu i'm working in...
yeah i do have a declared doctype.
ok guys thanks for all of your replies , i found a way to do it with position:absolute
and later adding left and top values through jquery. now it works thanks... :)