Link to home
Start Free TrialLog in
Avatar of Howard Katz
Howard KatzFlag for United States of America

asked on

Use CSS to put an image (in a div) over a table (in another div)

hello experts,
I have a CSS question.  I have an image that I want to slightly overlay on a table.  I have the table in a Div in a MultiView view that is absolutely positioned.  I have this graphic also absolutely positioned.  When I increase the top margin of the graphic (to lower it) it eventually goes under the table, not on it. How can I make it go on the table.
Thanks
Howard
Avatar of R7AF
R7AF
Flag of Netherlands image

It might have to do with the nesting of the divs and the way you use absolute and relative positioning. Can you give some code?
ASKER CERTIFIED SOLUTION
Avatar of TName
TName

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Howard Katz

ASKER

Perfecet.Thanks !!!