[quote=thicondrius]ough iya kenapa ripway gagh bisa di edit yaw ?[/quote]
yg ini apus ajah .. ga ada fungsinya ..
[spoiler]if (!attachOnLoadHandler(function(){animatedWindow()})) window.onload = function(){animatedWindow()};
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 = 1; sizeheight < winheight; sizeheight += heightspeed)
sizer.resizeTo("1", sizeheight);
for (sizewidth = 1; sizewidth < winwidth; sizewidth += widthspeed)
sizer.resizeTo(sizewidth, sizeheight);
sizer.location = website;
}
else
window.open(website,'mywindow');
}
[/spoiler]
di atasnya itu juga apus inih
[spoiler]function show_hide(the_box) {
if (document.getElementById(the_box)) {
if (document.getElementById(the_box).style.display == 'none') {
document.getElementById(the_box).style.display = 'block';
}
else {
document.getElementById(the_box).style.display = 'none';
}
}
}
[/spoiler]
[quote=riohardis]bro giman caranya narok header ma backround di css....[/quote]
mau ganti background ..
liat d CSSnya yg gini
[quote]/* PROFILE BACKGROUND */
body { background-image:url([b]
http://img369.imageshack.us/img369/2015 … 024vx0.jpg[/b]); background-attachment:fixed; background-position: center; background-repeat:no-repeat; background-color:#000000; }[/quote]
nah itu ganti yg d bold
yg header juga .. di CSSnya yg ini
[quote]/*HEADERS*/
.commonbox h1, .commonbox h2 {
font-family: Comic Sans MS;
color: #ffffff;
font-size: 15px;
height:50px;
background-color:transparent;
background-image: url([b]
http://img371.imageshack.us/img371/6481 … opysn5.png[/b]);
background-repeat: no-repeat;
}[/quote]
Last edited by Co_don SanAdH (2008-07-27 23:37:50)