Two questions - How to position with CSS & can divs,tables etc. overlap? -


I'm trying to move the table to 6px.

A table is right above it, so it means that they have to overlap. Is this possible?

I have tried

  .subNavBar {Location: Relative; Top: -6px; }  

and

  .subNavBar {status: absolute; Top: -6px; }  

.ubnavbar {status: full / relative; Margin-top: -6px; }

BTW: You can overlap anything with IMHO anything. Status: Full and z-index are your friends; -)


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -