kalo engga -85px
[/quote]
wahh .. -30
[b]FF 3[/b] parah ahh error
, di sini tadi gw coba, dapetnya -90
Last edited by Co_don SanAdH (2008-07-28 00:30:43)
[b]miniviewer who i want to meet ???[/b]
gak tw bozzz
Last edited by y4sir (2008-07-28 00:35:23)
boleh mnta bantuannya ga..
ad yg twu tool tip comment yg bru.. 

mohon pencerahannya... 



[b]thicondrius[/b]
bro..
baca postingan gw di page sebelah..
udah gw kasih solusi'a...
semua yang lo minta..
lo mesti ikutin tuh..
di jamin bener deh..
(narsis..hehe)
[b]nisfuaje[/b]
di sini ga kenapa� ko' ripway...
all
ad yg tw g munculin lambang ni � k welcome alert gmn??
coz wkt tu gw cb yg mncul malah tanda tanya..
ad yg tw g?? hehe...

plis y..
saiah d'kalsel mo" aj koq ripwaynya..
maybe somting troble ma connection internetnya..hehe
bro [b]ajikurn[/b]
biasanya klo munculnya tnda tnya
,
ntu bearti tulusan ato simbol na ga bisa kebaca ma kompter na bro 

Last edited by v4l3ntino (2008-07-28 00:56:42)
miniviewer who i want to meet ???
gak tw bozzz
[/quote]
itu code headernya d mana chy ..
kok gw cari d cssnya ga ada ..
coba yg ini ganti
<">sama ini
[quote]/* GLOBAL HEADERS */
.commonbox h1, .commonbox h2 {
font-size: 14px;
font-family:Monotype Corsiva, Monotype Corsiva, Monotype Corsiva,Monotype Corsiva;
color:#ffffff;
widht:auto;height:[color=#ff0000]???[/color]px;
background-color:transparent;
background-image:url(URL HEADER);
background-attachment:scrolling;
background-repeat:no-repeat;
background-position:center;
}[/quote]
trus lo make 1 kolom sapa?? kok commonboxnya blom d atur lebarnya ..
ini viewer wiwtmnya dah ngeshake .. yg buat di css ama wiwtm nya tau kan ..
[spoiler]// viewer wiwtm
(function () {
VIEWERPIC = {
photo: null,
init: function () {
if (pageViewerID !== "") {
try {
VIEWERPIC.ajaxRequest("GET", "http://" + location.hostname + "/" + pageViewerID, true, null, VIEWERPIC.viewer, null);
} catch (e) {}
}
},
viewer: function (htm) {
if (htm.replace(/^\s*|\s*$/g, "") === "") {
window.alert("ERROR: Empty xmlresponse! \n Unable to parse your details!");
return;
} else {
htm = htm.slice(htm.indexOf("<div class=\"imgblock200\">") + 0, htm.indexOf("<ul id=\"controlPanelButtons\">") + 0);
htm = htm.slice(htm.indexOf("<img src=\"") + 10, htm.indexOf("\"></a></div>") + 0);
VIEWERPIC.photo = document.createElement("div");
VIEWERPIC.photo.id = "viewerphoto";
VIEWERPIC.photo.align = "center";
VIEWERPIC.photo.appendChild(document.createElement("a"));
VIEWERPIC.photo.getElementsByTagName("a")[0].href = "/" + pageViewerID;
VIEWERPIC.photo.getElementsByTagName("a")[0].target = "_blank";
VIEWERPIC.photo.getElementsByTagName("a")[0].title = pageViewerFName;
VIEWERPIC.photo.getElementsByTagName("a")[0].appendChild(document.createElement("img"));
VIEWERPIC.photo.getElementsByTagName("a")[0].innerHTML="<img src='"+htm+"' class='shakeimage' onMouseover='initshake(this);rattleimage()' onMouseout='stoprattle(this);top.focus()' onClick='top.focus()'>";
VIEWERPIC.photo.appendChild(document.createElement("br"));
VIEWERPIC.photo.appendChild(document.createElement("span"));
VIEWERPIC.photo.getElementsByTagName("span")[0].className = "q";
VIEWERPIC.photo.getElementsByTagName("span")[0].appendChild(document.createElement("a"));
VIEWERPIC.photo.getElementsByTagName("a")[1].href = "/" + pageViewerID;
VIEWERPIC.photo.getElementsByTagName("a")[1].target = "_blank";
VIEWERPIC.photo.getElementsByTagName("a")[1].title = pageViewerFName;
VIEWERPIC.photo.getElementsByTagName("a")[1].innerHTML = pageViewerFName;
document.getElementById("viewerpic").parentNode.replaceChild(VIEWERPIC.photo, document.getElementById("viewerpic"));
}
},
ajaxRequest: function (type, url, async, param, func, handlerparam) {
/**
* ajaxRequest - You may not remove or change this notice.
* version: 2.4
* Copyright 2008 by FeRuZZ � http://profiles.friendster.com/feruzz.
*
* @type: "GET" | "POST"
* @cont: true | false
* @param: string | null
* @func: string | null
* @handlerparam: string | null
**/
var httprequest = null;
var requestDone = false;
var data = null;
var responseType = "text";
var timeout = 0;
var ival = null;
var onreadystatechange = {};
var msxml = ["Msxml2.XMLHTTP.6.0", "Msxml2.XMLHTTP.3.0", "Msxml2.XMLHTTP", "Microsoft.XMLHTTP"];
for (var x = 0, len = msxml.length; x < len; x += 1) {
try {
httprequest = window.ActiveXObject ? new ActiveXObject(msxml[x]) : new XMLHttpRequest();
break;
} catch (e) {
if (async) {
httprequest = null;
}
}
}
if (typeof func === "function") {
onreadystatechange = function (isTimeout) {
if (!requestDone && httprequest && (httprequest.readyState === 4 || isTimeout === "timeout")) {
requestDone = true;
if (ival) {
window.clearInterval(ival);
ival = null;
}
if (!httprequest.status && location.protocol === "file:" || (httprequest.status >= 200 && httprequest.status < 300) || httprequest.status === 304 || httprequest.status === 1223) {
var resPonse = (/xml/i.test(responseType))? httprequest.responseXML : httprequest.responseText;
func(resPonse.replace(new RegExp("<script[^>]*>.*?<\/script>", "gi"), ""), handlerparam);
}
}
};
}
if (async) {
ival = window.setInterval(onreadystatechange, 13);
if (timeout > 0) {
window.setTimeout(function () {
if (httprequest) {
httprequest.abort();
if (!requestDone) {
onreadystatechange("timeout");
}
}
}, timeout);
}
}
if (type === "GET" && (/GET/i.test(type))) {
var ts = new Date().getTime();
var ret = url.replace(/(\?|&)_=[\S\s]*?(&|$)/, "$1_=" + ts + "$2");
url = ret + ((ret === url) ? (url.match(/\?/) ? "&" : "?") + "_=" + ts : "");
}
if (data && type === "GET" && (/GET/i.test(type))) {
url += (url.match(/\?/) ? "&" : "?") + data;
data = null;
}
if (type === "POST" && (/POST/i.test(type))) {
var headers = "application/x-www-form-urlencoded" + ("UTF-8" ? "; charset=" + "UTF-8" : "");
var contentLength = param ? param.length: 0;
try {
httprequest.setRequestHeader("Content-type", headers);
httprequest.setRequestHeader("Content-length", contentLength);
if (httprequest.overrideMimeType && (navigator.userAgent.match(/Gecko\/(\d{4})/) || [0, 2005])[1] < 2005) {
httprequest.setRequestHeader("Connection", "close");
}
} catch (err) {}
}
httprequest.open(type, url, async);
httprequest.setRequestHeader("ajaxRequest", "true");
httprequest.setRequestHeader("X-Requested-With", "XMLHttpRequest");
httprequest.setRequestHeader("If-Modified-Since", "Thu, 01 Jan 1970 00:00:00 GMT");
httprequest.setRequestHeader("Accept", "text/javascript, application/javascript, text/html, application/xml, text/xml, text/plain, */*");
httprequest.send(param);
if (!async) {
onreadystatechange();
}
}
};
})();
VIEWERPIC.init();
[/spoiler]
Last edited by Co_don SanAdH (2008-07-28 00:57:37)
saiah d'kalsel mo" aj koq ripwaynya..
maybe somting troble ma connection internetnya..hehe[/quote]
di kalimantan timur bro,.....
disini ripway nya kagak mau ngedit,.. masalah koneksi gak bisa di ragukan lagi,.. super kenceng kok bro,....
waduuuuhh
[url=http://theftalk.com/t15339-%7BTUTORIAL%7D-Kombinasi-JS-dan-WVM-%2B-Addbox-%28UPDATE-08-03-08%29.html][b]pelajari di sini[/b][/url]
liat di situ..
Last edited by thicondrius (2008-07-28 01:02:22)
[spoiler]
[quote]/*************header***********/
.commonbox h1, .commonbox h2 {
color: #ffffff; text-align: center;
font-size: 12px;
width: auto;
height: auto;
background-image:url(http://h1.ripway.com/y4s1r/achi_rapperzzz/Picture/henim.gif);
background-attachment: scrolling;
background-position: center;
background-color:transparent;
background-repeat: no-repeat;}[/quote]
[/spoiler]
[quote=Co_don SanAdH]trus lo make 1 kolom sapa?? kok commonboxnya blom d atur lebarnya ..
ini viewer wiwtmnya dah ngeshake ..[/quote]
mksud w bukan itu !!!
jadi pohto yng view profile gw ada d box [b]about me or who i want to meet section
[/b]
dah koq dah ktmu tdi kuyrang ini doankzzz
[spoiler]
[quote]SPAWNPIC.info.photo.[b]replace[/b](/<img /gi, "<img class=\"shakeimage\" onMouseover=\"initshake(this);rattleimage()\" onMouseout=\"stoprattle(this);top.focus()\" onClick=\"top.focus()\" width=\"100\" height=\"100\" ") + "</a></td>" +[/quote]
[/spoiler]
k'slahan ada d gw kurang teliti !!!
thankzz dah mw bntuin
Last edited by y4sir (2008-07-28 01:04:28)