
06-04-2011, 17:44:42
|
| |
Popup arkaplan sorunu. | | Selamlar ;
aşağıdaki codlar popup.css ' ye ait. Popupun Arkaplanına Resim yerleştiremedim. PHP- Kodu: * { padding: 0; margin: 0; }
body {
margin: 0; padding: 0;
font: normal 12px Verdana,Geneva,sans-serif;
color: #333333;
height: 100%;
line-height:18px;
}
input.button {
margin: 1px 0;
font: bold 1em Arial, Sans-serif;
padding: 1px 3px;
color: #333;
border: solid 1px #989898;
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
background: -moz-linear-gradient(top, #fff, #ededed);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
input.button:hover {
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
background: -moz-linear-gradient(top, #fff, #dcdcdc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
input.button:active {
color: #999;
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
background: -moz-linear-gradient(top, #ededed, #fff);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.tbox {position:absolute; display:none; padding:14px 17px; z-index:900;}
.tinner {padding:10px; background:#000 url(http://www.toolsbysk.com/skipser/activetemplate/images/loading1.gif) no-repeat 50% 50%; border:10px solid #989898;}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(http://www.toolsbysk.com/skipser/activetemplate/images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}
Cssden nasıl yapılacak acaba? Ayrıca popup ekranının boyutları hangisi? |