How to effectively take an element out of the document flow?
Posted
by Kyle Sevenoaks
on Stack Overflow
See other posts from Stack Overflow
or by Kyle Sevenoaks
Published on 2010-06-09T14:00:05Z
Indexed on
2010/06/09
14:22 UTC
Read the original article
Hit count: 145
I have a table, with many tds. I want to display a div behind this to give the appearance of it having rounded corners. I have called the Div within a th. Here is a jsFiddle example of the problem.
I thought I could do it using position: realtive;
and z-index: -100;
yet it doesn't seem to be what I want.
Thanks to anyone for any help.
© Stack Overflow or respective owner