[quote=nopathz]ily wrote:
tolong periksa bro....
pa da yg salah....
saya liat dah bener tuh ....
cuma ada satu yang gagal, yaitu controlpanel box ...
itu terjadi karena header controlpanel tertutup oleh navBg ..
coba tambahkan ini di css nya ..
#navBg {
height:0px !important;
}
--- edited ---
fungsi ini cukup satu aja :
Code:
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';
}
}
}[/quote]
ok bro...
menuju TKP