Ich hab den background etwas getunt. Er hat jetzt ne sehr große auflösung und macht mit folgendes problem: wie krieg ichs hin, dass nicht der ganze rest des backgrounds bei niedriger auflösung weggeschnitten bleibt und somit immer das gesamte bild angezeigt wird `?
ja soweit bin ich auch schon. Kann ich das also doch mit PHP realisieren ? Ich hab vor kurzem nem thread aufgemacht … seht selbst # http://www.html.de/showthread.php?t=10893 #
<?php
session_start();
if (isset($_GET['style'])) {
$_SESSION['style'] = $_GET['style'];
}
elseif (!isset($_SESSION['style'])){
$_SESSION['style'] = 'standard';
}
?>
Styleswitch mit PHP
Hier nur ein Test
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum
as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various version
have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).