Visa ett inlägg
Oläst 2007-10-12, 21:35 #2
Innocast Innocast är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Aug 2004
Inlägg: 688
Innocast Innocast är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Aug 2004
Inlägg: 688
eftersom ja inte är css guru löste ja de me ett javascript som även reagerar på resize..
.
function fixa()
{
w = window.innerWidth / 2;
w = w - ( 500 / 2 );
document.getElementById('div1').style.left = w + 'px';
}
Innocast är inte uppkopplad   Svara med citatSvara med citat