The Soda Pop
02:3715/10/25
Game mới và hót nhất
sòng
Game đánh bài trực tuyến cho điện thoại. Ba cây, tá lả, tiến lên, poker
Nhà sản xuất : Garagames
* Tải về máy
Hỗ trợ tất cả dòng máy
Hướng dẫn tạo Wap
HỌC HTML
HỌC JAVASCRIPT
HỌC PHP

Mã CSS:
Mã nguồn[chọn]:
.bottombar{
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
background-color : #FF0000;
bottom : 0;
color : #fff000;
font-size : 1.5em;
position : fixed;
z-index : 999;
}
.bottombar:hover{
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
}
Mã HTML:
Trích dẫn
<div class="bottombar"> <b>Your text here</b> </div>
Sau đó bạn có thể tô điểm thẻ div để nó màu mè hơn!