Hallo Community,
ich habe ein problem mit den dem grauen Background hinter den 3 Spalten. Der Background soll immer so lang sein wie der längste Ihhalt. Also bei der Startseite ist der längste Inhalt die News. Bei Downloads ist der längste Inhalt die 1. Spalte mit dem Besucherzähler. Und da geht der Background halt noch weiter runter und passt sich nicht an den längsten Inhalt an. Wie mache ich das? Ich zerbreche mir den Kopf darüber. Klick hier.
index.php 3 Spalten-Code:
<div class="content">
<div class="content_left">
<img src="img/side_content/login.png" />
<div class="content_left_main">
<?php include("site/sidebar/login.php"); ?>
</div>
<img src="img/side_content/shoutbox.png" />
<div class="content_left_main">
<?php include("site/sidebar/shoutbox.php"); ?>
</div>
<center><a id="224821" href="http://www.gratis-kontaktformular.de">Kontaktformular Generator Php</a><script type="text/javascript" language="JavaScript" src="http://www.gratis-kontaktformular.de/kjsdfijsd.php?drgdgsdsf=224821&ht
h3sfhdh=2"></script></center>
</div>
<div class="content_middle">
<img src="img/main_content.png" />
<div class="content_middle_text">
<?php
switch($_GET['site'])
{
case 'news': include "site/home/news.php"; break;
case 'about_me': include "site/home/about_me.php"; break;
case 'downloads': include "site/downloads.php"; break;
case 'contact': include "site/contact.php"; break;
case 'imprint': include "site/imprint.php"; break;
case 'gallery': include "site/gallery.php"; break;
default: header("Location:index.php?site=news");
}
?>
</div>
If you were enjoying this post and if you keen on reading more interesting stuff then do not hesitate to complete the free sign up.
After the free registration you will gain access to all areas and you will be able to communicate with other artists from all over the world.
In addition you will benefit from our Photoshop and coding section as well as from our huge (hundreds of gigabytes) free resource section where you can find everything you will need to be a successful (web) designer/artist.
Sign up now and enjoy the advantages as a registered member.
(This website will be ad-free after a complete free sign up.)