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;
}