
B.
Terima kasih..
/* Header
u { text-decoration:underline; border-bottom: 2px double #819FF8; padding: 0px; }
dan copy code dibawah dan letakkan di bawah code /* Header/* Header
Sama juga macam diatas.. cuma tukarkan sahaja code..u { text-decoration:none; border-bottom: 2px solid #819FF8; padding: 0px; }
a:link {Dah jumpa tak kawan ?? Dah! Bagus! Then , adakan code dibawah itu macam nie ??
a:link {Then , tukakan code tuh menjadi code dibawah ini..
color: $linkColor;
}
a:visited {
color: $linkColor;
}
a:link {Nota Kaki :
text-decoration: none;
color: #CC2EFA ;
}
a:visited {
text-decoration: none;
color: #CC2EFA ;
}
<style type="text/css">
</style>Nota Cinta :
<script language="javascript" type="text/javascript">
/* toggle() checks to see if the images has already been faded
or not and sends the appropriate variables to opacity();
*/function toggle(el,milli) {
// Get the opacity style parameter from the image
var currOpacity = document.getElementById(el).style.opacity;
if(currOpacity != 0) { // if not faded
fade(el, milli, 100, 0);
} else { // else the images is already faded
fade(el, milli, 0, 100);
}
}
/* changeOpacity() uses three different opacity settings to
achieve a cross-browser opacity changing function. This
function can also be used to directly change the opacity
of an element. */
function changeOpacity(el,opacity) {
var image = document.getElementById(el);
// For Mozillaimage.style.MozOpacity = (opacity / 100);
// For IE
image.style.filter = "alpha(opacity=" + opacity + ")";
// For othersimage.style.opacity = (opacity / 100);
}
/* fade() will fade the image in or out based on the starting
and ending opacity settings. The speed of the fade is
determined by the variable milli (total time of the fade
in milliseconds)*/
function fade(el,milli,start,end) {
var fadeTime = Math.round(milli/100);
var i = 0; // Fade Timer
// Fade in
if(start < end) {
for(j = start; j <= end; j++) {
// define the expression to be called in setTimeout()
var expr = "changeOpacity('" + el + "'," + j + ")";
var timeout = i * fadeTime;
// setTimeout will call 'expr' after 'timeout' milliseconds
setTimeout(expr,timeout);
i++;
}
}
// Fade out
else if(start > end) {
for(j = start; j >= end; j--) {
var expr = "changeOpacity('" + el + "'," + j + ")";
var timeout = i * fadeTime;
setTimeout(expr,timeout);
i++;
}
}
}
</script>
<div class="hallo" onClick="javascript:toggle('wise', 3000); this.style.display='none'; document.getElementById('june').style.display=''">
<img src="URLGAMBAR"
style="opacity:0.4;filter:alpha(opacity=40)"
onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"
onmouseout="this.style.opacity=0.7;this.filters.alpha.opacity=40"/>
</div>
<div id="wise" style="filter : alpha(opacity=0); -moz-opacity : 0; opacity : 0;">
<div id="june" style="display : none;"></div></head>
http://i.imgur.com/JC6E5.png
http://i.imgur.com/gIvuj.png
http://i.imgur.com/4jtRc.png
http://i.imgur.com/aQFvl.png
http://i.imgur.com/9NGi8.png
<object data="http://img0.liveinternet.ru/images/attach/c/0//3768/3768733_paint_www.swf" height="340" type="application/x-shockwave-flash" width="480"> </object>
<!-- code for turning all non-blog links to new page links --> <script type="text/javascript" language="javascript"> var arr = document.getElementsByTagName("a"); //get all links in the page for(var i = 0; i < arr.length; i++) { if(arr[i].href.indexOf("Your URL") < 0 //not links that are 'inside' blog && arr[i].href.indexOf("javascript:") < 0) //not javascript links arr[i].target = "_blank"; } </script>
Inilah blockquote
.post blockquote {
background-color: #CC2EFA;
border-left: 4px solid #8904B1;
border-right: 3px dashed #FFFFFF;
border-bottom: 3px dashed #FFFFFF;
border-top: 3px dashed #FFFFFF;
padding: 8px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;}
.post blockquote:hover {
background-image:url(URL ICON);
background-position:bottom right;
background-repeat:no-repeat;
}
#content-wrapper {Then , korang tepekkan code dibawah dekat bawah code diatas :
border-top-left-radius: 25px 25px;Jadi melengkung tak ? Maaf.. ini untuk pengguna washed denim only.. hehe
border-top-right-radius: 25px 25px;
border-bottom-left-radius: 25px 25px;
border-bottom-right-radius: 25px 25px;
Copyright © 2012 Reserved to Fujiwara Asuka Design with love by Fatimah Azzarah