27.3.11 |
gamba kat atas nih gamba yang kte printscreen daripada request tutorial kite.. korang taw tak pasal tuh? kalau korang tak tawuu korang nak request pape, korang tekan je tutorial yang tegantong comei kat belah kanan tuh,, nanti ade la kotak request.. fill in je,, insyallah kite buat kan..
ok, untuk pemintaan tutorial nih,, boleh :) nanti kite aja kan,, oke :)
mulemule pegi DESIGN > PAGE ELEMENT > ADD GADGET > ADD JAVA SCRIPT/HTML
lepas tuh, ctrl + c ayat kat bawah nih
<style type="text/css">
#at{
position:fixed;
right:450px;
z-index:+1000;
}
* html #at{position:relative;}
.attab{
height:100px;
width:30px;
float:left;
cursor:pointer;
background:url();
}
.atcontent{
float:left;
border:2px solid #ff0000;
background:url() #000000 repeat-x bottom center scroll ;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
padding:10px;
}
</style>
<script type="text/javascript">
function showHideAT(){
var at = document.getElementById("at");
var w = at.offsetWidth;
at.opened ? moveAT(0, -200-w) : moveAT(20-w, 0);
at.opened = !at.opened;
}
function moveAT(x0, xf){
var at = document.getElementById("at");
var dx = Math.abs(x0-xf) > 25 ? 35 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
at.style.top = x.toString() + "px";
if(x0!=xf){setTimeout("moveAT("+x+", "+xf+")", 10);}
}
</script>
<div id="at">
<div class="attab" onclick="showHideAT()"> </div>
<div class="atcontent">
<div align="center">
<div style="background:url() no-repeat;">
code pape yang korang nak letak kat sini (e.g: code tutorial page saye)
<style type='text/css'>
a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;F
opacity: 0.5;
-khtml-opacity: 0.5;}
a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }
</style>
<div style='display:scroll; position:fixed; top:220px; right:-0px;'>
<a href="javascript:void(0);"onclick="showHideAT()"/><img class="expando" width="180" height="180"src="http://www.laymark.com/i/o/82.gif" alt="PUSH" title="KLIK ME" /></a>
</div>
ctrl + v code yang banyakbanyak kat atas nih dekat ADD JAVA SCRIPT/HTML
kemudian save dan view blog korang :)
kredit: wanLabels: tutorial blog, TUTORIAL yeh
Newer | Older