• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Share Baner cố định góc phải màn hình

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!
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top