ลำดับตอนที่ #7
คืนค่าการตั้งค่าทั้งหมด
คุณแน่ใจว่าต้องการคืนค่าการตั้งค่าทั้งหมด ?
ลำดับตอนที่ #7 : (ฺB) ; Friend or foe - naruto
FRIEND OR FOE
( special theme anime - naruto )- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
© vivapolo id.dream by madampark
plz don't copy and comment
:)
CODE
<html>
<head>
<script>
function changeNavigation(id)
{
document.getElementById('main').innerHTML=document.getElementById(id).innerHTML
}
</script>
<style type="text/css">
body{ background-color: #eeeeee;
color: #565656;
font-family: Tahoma;
font-size: 9px;
padding-bottom: 10px; }
table{ color: #565656;
font-family: Tahoma;
font-size: 9px;
background-color: #ffffff; }
a:active, a:visited, a:link{ font-family: Tahoma;
font-weight: lighter;
color: #D9DFAA;
text-decoration: none; }
a:hover{ font-family: Tahoma;
font-weight: lighter;
color: #DABB00;
border-bottom: 1px solid #565656;
text-decoration: none; }
b, strong{ font-family: Arial;
font-size: 10px;
font-weight: lighter;
color: #917D00; }
u{ font-family: Arial;
font-size: 10px;
font-weight: lighter;
color: #9A9A9A;
text-decoration: none; }
blockquote{ padding: 5px 5px 5px 5px;
border-left-style: solid;
border-left-color: #DABB00;
border-left-width: 10px;
background-color: #fafafa; }
pre{ font-family: Tahoma;
font-size: 9px;
color: #565656; }
.h1{ font-family: Century Gothic;
font-size: 15px;
color: #9A9A9A;
line-height: 200%;
top: 5px;
text-align: center;
text-transform: uppercase;
letter-spacing: -1px;
border-bottom: 1px dotted #666666; }
#b-navbar, #navbar-iframe{ height: 0px; }
#prof{ position: relative;
top: -2px;
background-color: #FFFFFF;
padding: 5px; }
#main{ position: relative;
top: 0px;
background-color: #FFFFFF;
padding: 5px;
width: 696px;
text-align: left; }
</style>
</head>
<body background="http://i15.photobucket.com/albums/a364/StarCresent/blog/paperbg.jpg">
<body><center>
<img src="http://i15.photobucket.com/albums/a364/StarCresent/Anime/narusasubtb.gif"></center>
<div align="center">
<table width="700px">
<tr><td>
<div align="left">
<div style="padding: 5px; border-bottom: 1px solid #dedede;">
</div>
<div align='center'>
<div style="width: 570px;">
<span onMouseover="this.style.color='#D9DFAA'" onMouseout="this.style.color='#565656'" style="cursor: pointer; padding: 5px; background-color: #ffffff;" onClick="changeNavigation('http://my.dek-d.com/ชื่อไอดี/friend/request_friend.php')">ADDME</span>
<span onMouseover="this.style.color='#D9DFAA'" onMouseout="this.style.color='#565656'" style="cursor: pointer; padding: 5px; background-color: #ffffff;" onClick="changeNavigation('about')">PROFILE</span>
<span onMouseover="this.style.color='#D9DFAA'" onMouseout="this.style.color='#565656'" style="cursor: pointer; padding: 5px; background-color: #ffffff;" onClick="changeNavigation('http://my.dek-d.com/ชื่อไอดี/sendsecret.php')" style="cursor: pointer;">SMSG</span>
<span onMouseover="this.style.color='#D9DFAA'" onMouseout="this.style.color='#565656'" style="cursor: pointer; padding: 5px; background-color: #ffffff;" onClick="changeNavigation('http://my.dek-d.com/ชื่อไอดี/qmsg/')" style="cursor: pointer;">QMSG</span>
<span onMouseover="this.style.color='#D9DFAA'" onMouseout="this.style.color='#565656'" style="cursor: pointer; padding: 5px; background-color: #ffffff;" onClick="changeNavigation('http://my.dek-d.com/ชื่อไอดี/writer/')" style="cursor: pointer;">WRITER</span>
</div>
</div><br><br>
<div id="main">
ข้อความ </div>
<div id="entries" style="display: none;">
<Blogger>
<div class="h1"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> <span style="color: #bebebe;"><$BlogItemTitle$></span></div>
<center><strong><$BlogItemDateTime$></strong></center>
<$BlogItemBody$>
<br><br>
</Blogger>
<div id="about" style="display: none;">
แนะนำตัวบลาๆๆ
<div id="links" style="display: none;">
<b>Code Edits:</b> <a href="http://www.blogskins.com/me/%3C/lkk%3E">LKK</a><br>
<b>Base Code:</b> <a href="http://blogskins.com/me/detonatedlove">detonatedlove</a><br>
<b>Image:</b> <a href="http://www.animepaper.net/">AnimePaper</a><br>
<b>Background:</b> <a href="http://djsoundwav.deviantart.com/">DJsoundwav</a><br>
<b>Brushes:</b> <a href="http://lukeavery.deviantart.com/">lukeavery</a><p>
<div id="tag" style="display: none;">
Where you place ur tagbox code
<div id="extras" style="display: none;">
Your extras <br><br>
<a href="<$BlogArchiveURL$>"><$BlogArchiveName$></a></font><br>
</BloggerArchives></left>
<div>
</div></div></div></div>
</td></tr>
</table>
<script language=JavaScript>
<!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message="Step Off!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
<script type="text/javascript">
/****************************************************
* DOM Image rollover:
* by Chris Poole
* http://chrispoole.com
* Script featured on http://www.dynamicdrive.com* Keep this notice intact to use it :-)
****************************************************/
function init() {
if (!document.getElementById) return
var imgOriginSrc;
var imgTemp = new Array();
var imgarr = document.getElementsByTagName('img');
for (var i = 0; i < imgarr.length; i++) {
if (imgarr[i].getAttribute('hsrc')) {
imgTemp[i] = new Image();
imgTemp[i].src = imgarr[i].getAttribute('hsrc');
imgarr[i].onmouseover = function() {
imgOriginSrc = this.getAttribute('src');
this.setAttribute('src',this.getAttribute('hsrc'))
}
imgarr[i].onmouseout = function() {
this.setAttribute('src',imgOriginSrc)
}
}
}
}
onload=init;
</script>
<script>
/*
Gradual-Highlight Image Script II-
By J. Mark Birenbaum (birenbau@ugrad.cs.ualberta.ca)
Permission granted to Dynamicdrive.com to feature script in archive
For full source to script, visit http://dynamicdrive.com
*/
nereidFadeObjects = new Object();
nereidFadeTimers = new Object();
/* object - image to be faded (actual object, not name);
* destop - destination transparency level (ie 80, for mostly solid)
* rate - time in milliseconds between trasparency changes (best under 100)
* delta - amount of change each time (ie 5, for 5% change in transparency)
*/
function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
if (object != "[object]"){ //do this so I can take a string too
setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
return;
}
clearTimeout(nereidFadeTimers[object.sourceIndex]);
diff = destOp-object.filters.alpha.opacity;
direction = 1;
if (object.filters.alpha.opacity > destOp){
direction = -1;
}
delta=Math.min(direction*diff,delta);
object.filters.alpha.opacity+=direction*delta;
if (object.filters.alpha.opacity != destOp){
nereidFadeObjects[object.sourceIndex]=object;
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
}
}
</script>
</body>
</html>
เก็บเข้าคอลเล็กชัน
ความคิดเห็น