Den div mit der id right löschen:
footer.php:
In der CSS Datei:PHP-Code:<div id="right">
<?@include_once('lib/menue_rechts.php');?>
</div>
Code:#context { .... width:740px; /* alt:590px */ ....
Den div mit der id right löschen:
footer.php:
In der CSS Datei:PHP-Code:<div id="right">
<?@include_once('lib/menue_rechts.php');?>
</div>
Code:#context { .... width:740px; /* alt:590px */ ....
Kill one man, and you are a murderer.
Kill millions of men, and you are a conqueror.
Kill them all, and you are a god. - Jean Rostand, Thoughts of a Biologist (1939)
naja meine Footer sieht so aus
PHP-Code:</div>
<br style="clear:both; font-size:0px;">
</div>
<br style="clear:both; font-size:0px;">
</div>
<div id="footer">
<!-- Diese Seite basiert auf dem VMS1.2 von Designerscripte.net das entfernen dieses Copyrighthinweises ohne Erlaubnis zieht
rechtliche Schritte mit sich -->
© by <a href="http://www.designerscripte.net">Designerscripte.net</a>
<!-- Diese Seite basiert auf dem VMS1.2 von Designerscripte.net das entfernen dieses Copyrighthinweises ohne Erlaubnis zieht
rechtliche Schritte mit sich -->
| <?=$count_query;?> MySQL Abfragen
</div>
</div>
</body>
</html>
<?
db_close();
if ($gzip_rate > 0) ob_end_flush();
?>
Jo, und nu?
Hast das rechte Menü vermutlich schon gelöscht, oder woanders hin verschoben....![]()
Kill one man, and you are a murderer.
Kill millions of men, and you are a conqueror.
Kill them all, and you are a god. - Jean Rostand, Thoughts of a Biologist (1939)
Mich würde es interessieren, wie man es hinbekommt das das recht UND linke menü verschwindet und der mittlere Teil den dadurch entstehenden freien Platz mit verwendet. also verbreitern![]()
Bspw. so:
Das ist einfach nur irgendeine Möglichkeit, sicher keine Optimale, da so trotzdem noch der HTML-Code der Menüs mit in der Ausgabe ist, unnötig div's verschachtelt werden, die aber an sich nicht genutzt werden etc.Code:#left { display:none; ... #right { display:none; ..... #middle { width:900px; .... #context { width:890px; .... #content { /*background-image:url(../images/content_bg.png);*/ background:#fff;
Kill one man, and you are a murderer.
Kill millions of men, and you are a conqueror.
Kill them all, and you are a god. - Jean Rostand, Thoughts of a Biologist (1939)
Kill one man, and you are a murderer.
Kill millions of men, and you are a conqueror.
Kill them all, and you are a god. - Jean Rostand, Thoughts of a Biologist (1939)