On the Stack Overflow custom pages where the tabs are located (statistics, recent, answers, etc.), you get the illusion that the tabs are extensions of the row on which they are sitting. Stack overflow creates this effect by defining pure CSS borders. I want to achieve the same effect, but I have images for both tabs and the line on which they are sitting.
I have a box with rounded corners (white background, gray outline). Tabs are located on top, the same colors. The tabs have rounded upper corners and do not have a lower border. Bookmarks are in the div before the div field.
To achieve the aforementioned effect, I believe that the tab will have to go down and cover that part of the border of the box where they meet. I did this in Firefox, but in IE you can still see the frame line.
How can you configure this to work in both browsers?
Here is my example that works in FF, but not in IE: http://www.mcrackan.com/recipes/csstest-loggedin.htm
[ Edit: fixed URL]
Dinah source
share