Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS,
silahkan bertanya dan posting disini,
tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-
[quote=rouet]aku punya scriptnya navigasi klo diklik koq open new window
itu biar ga open new window gmna??[/quote]
coba gini
[spoiler]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Mootools 3D Carousel</title>
<style>
#carousel{
background-color:#transparent;
width:600px;
height:300px;
position:relative;
border:1px solid #transparent;
}
img{
width:100%;
height:auto;
border:0px solid #transparent;
display:block;
}
</style>
<script src="http://rouet.fileave.com/navigasi/mootools.js" type="text/javascript"></script>
<script src="http://rouet.fileave.com/navigasi/3dcarousel.js" type="text/javascript"></script>
</head>
<body>
<div id="carousel">
<div><a href="http://profiles.friendster.com/user.php"><img src="http://img242.imageshack.us/img242/9623/profil2gifcv9.png"></a></div>
<div><a href="http://www.friendster.com"><img
src="http://img523.imageshack.us/img523/8589/home1gifht5.png"></a></div>
<div><a href="http://www.friendster.com/editprofile.php"><img
src="http://img508.imageshack.us/img508/9185/editrpofile2gifqo1.png"></a></div>
<div><a href="http://www.friendster.com/logout.php"><img src="http://img166.imageshack.us/img166/7208/logout2gifnp7.png"></a></div>
</div>
</body>
</html>[/spoiler]