Mycket flitig postare
|
|
Reg.datum: Aug 2004
Inlägg: 688
|
|
Mycket flitig postare
Reg.datum: Aug 2004
Inlägg: 688
|
Nu korkar jag upp!
function fixa()
{
w = window.innerWidth;
if ( !w ) w = document.body.clientWidth;
w = ( w / 2 ) - ( 963 / 2 );
document.getElementById('sokABS').style.left = w + 'px';
document.getElementById('sokABStva').style.left = w + 'px';
}
|