[b]hey brow here's my code..just save it as tam.html and see wats the output appear..
ahmm how can i scroll it down??
[/b]
[quote]<html>
<head>
<title>tam luvs yah</title>
<center><img src="http://i26.tinypic.com/5mh403.gif" border="0" alt="Image and video hosting by TinyPic"></center>
<style type="text/css">
body { background-image:url();
background-color:#000000; color:black; overflow:hidden;
background-repeat:repeat; background-attachment: fixed; }
.tombol {
width:100%;
font-family:verdana;
background-color:#999999;
border: 2px ridge #808080;
margin-bottom:1px;
height: 50px;
font-size:24pt;
color:#1a1a1a;
padding-left:3px;
text-decoration: none;
font-weight: bold;
}
A { color: #C0C0C0; font-weight:bold; text-decoration: none; }
A:link { color: #C0C0C0; font-weight:bold; text-decoration: none; }
A:visited { color: #C0C0C0; font-weight:bold; text-decoration: none; }
A:active { color: #358391; font-weight:bold; text-decoration: none; }
A:hover { color: #358391; font-weight:bold; text-decoration: none; }
.tombol a:hover {
background-color:#808080;
border-color:#999999;
color: #aaaaaa;
text-decoration: none;
#gambar {border: 3px ridge #ff6666;}
.logout {width: 200px;}
</style>
<script type="text/javascript">
function expandingWindow(website) {
var windowprops='width=100,height=100,scrollbars=yes,status=yes,resizable=yes'
var heightspeed = 2; // vertical scrolling speed (higher = slower)
var widthspeed = 7; // horizontal scrolling speed (higher = slower)
var leftdist = 10; // distance to left edge of window
var topdist = 10; // distance to top edge of window
if (window.resizeTo&&navigator.userAgent.indexOf("Opera")==-1) {
var winwidth = window.screen.availWidth - leftdist;
var winheight = window.screen.availHeight - topdist;
var sizer = window.open("","","left=" + leftdist + ",top=" + topdist +","+ windowprops);
for (sizeheight = 10; sizeheight < winheight; sizeheight += heightspeed)
sizer.resizeTo("10", sizeheight);
for (sizewidth = 10; sizewidth < winwidth; sizewidth += widthspeed)
sizer.resizeTo(sizewidth, sizeheight);
sizer.location = website;
}
else
window.open(website,'mywindow');
}
</script>
</head>
<BODY>
<style>
.shakeimage{
position:relative
}
.marq {
width: 500px;
}
</style>
<script language="JavaScript1.2">
/*
Shake image script (onMouseover)-
© Dynamic Drive (
www.dynamicdrive.com)
For full source code, usage terms, and 100's more DHTML scripts, visit
http://dynamicdrive.com
*/
//configure shake degree (where larger # equals greater shake)
var rector=3
///////DONE EDITTING///////////
var stopit=0
var a=1
function init(which){
stopit=0
shake=which
shake.style.left=0
shake.style.top=0
}
function rattleimage(){
if ((!document.all&&!document.getElementById)||stopit==1)
return
if (a==1){
shake.style.top=parseInt(shake.style.top)+rector
}
else if (a==2){
shake.style.left=parseInt(shake.style.left)+rector
}
else if (a=
){
shake.style.top=parseInt(shake.style.top)-rector
}
else{
shake.style.left=parseInt(shake.style.left)-rector
}
if (a<4)
a++
else
a=1
setTimeout("rattleimage()",50)
}
function stoprattle(which){
stopit=1
which.style.left=0
which.style.top=0
}
</script>
<center>
<a href="javascript:setDest()" onClick="expandingWindow('http://vintageartica.weebly.com');return false">
<img src="http://i26.tinypic.com/nlwqxh.jpg" class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);top.focus()" onClick="top.focus()"></a><br /><br />
<center><object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="200" width="250" class="floatingfishes" data="http://f.friendster-tweakers.com/rsc/swf/floatingfishes.swf"> <param name="allowscriptaccess" value="never"/> <param name="allownetworking" value="internal"/> <param name="movie" value="http://f.friendster-tweakers.com/rsc/swf/floatingfishes.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> </object> <msprm name="movie"value="http://f.friendster-tweakers.com/rsc/swf/floatingfishes.swf" /> <msprm name="quality" value="high" /> <msprm name="wmode" value="transparent" /> <msprm name="bgcolor" value="ffffff" /> <msprm name="_cx" value="13070" /><object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="250" width="250" class="floatingfishes" data="http://f.friendster-tweakers.com/rsc/swf/floatingfishes.swf"> <param name="allowscriptaccess" value="never"/> <param name="allownetworking" value="internal"/> <param name="movie" value="http://f.friendster-tweakers.com/rsc/swf/floatingfishes.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> </object> <msprm name="movie"value="http://f.friendster-tweakers.com/rsc/swf/floatingfishes.swf" /> <msprm name="quality" value="high" /> <msprm name="wmode" value="transparent" /> <msprm name="bgcolor" value="ffffff" /> <msprm name="_cx" value="13070" />
</center>
</BODY>
</html>[/quote]