z-index the buttons

This commit is contained in:
sanj 2010-05-14 09:48:08 +05:30
parent b88a35ef84
commit 404c768a17

View File

@ -28,6 +28,7 @@ body {
border: 1px dashed #000; border: 1px dashed #000;
margin: 25px; margin: 25px;
margin-bottom:80px; margin-bottom:80px;
background: #fff;
} }
.newTextBox { .newTextBox {
@ -82,6 +83,7 @@ body {
border-color: #666; border-color: #666;
border-bottom: 0px; border-bottom: 0px;
cursor: pointer; cursor: pointer;
z-index: 10;
margin-left: 10px; margin-left: 10px;
background: #D0CDFF; background: #D0CDFF;
background: -moz-linear-gradient(top, #B9D7B8, #fff); background: -moz-linear-gradient(top, #B9D7B8, #fff);