CSS is it possible to possition a table on top of another table? -


i got 2 tables 1 below other. want move covers bit of top table. can css?

on second table,

try:

margin-top: -50px 

or:

position: relative; top: -50px; 

but tables sometime tricky style (you should tests in different browsers)


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -