Myshare
New Member
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!
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!