Visa ett inlägg
Oläst 2010-09-09, 09:10 #7
qson qson är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Sep 2006
Inlägg: 513
qson qson är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Sep 2006
Inlägg: 513
Lägg med den variabeln i sökvägen till cssConfig.php

i index.php:
HTML-kod:
<link rel="stylesheet" type="text/css" href="cssConfig.php?width=<?php echo $divWithPictures; ?>" />
i cssConfig.php:
HTML-kod:
.pictureContainer {

width: <?php echo (int)$_GET['width']; ?>px;

}
qson är inte uppkopplad   Svara med citatSvara med citat