
Ich möchte einen bestimmten Content von Ilch ohne Header und Menü als Iframe einbinden, sodass man Aktionen ausführen kann, ohne dass die gesamte Seite neu geladen werden muss.
Es handelt sich hierbei genauer gesagt um das Usergästebuch, welche bei mir viel besser in die Userdetails passt.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <?php $title = $allgAr [ 'title' ]. ' :: Gästebuch von ' . $nickname [ 'name' ]. '' ; $hmenu = 'Gästebuch von <a href="?user-details-' . $uid . '">' . $nickname [ 'name' ]. '</a>' ; $design = new design ( $title , $hmenu ); $design ->addheader(' <style type= "text/css" > a.ugbinfo { text-align: left; border-bottom: 1px dashed #fc0000; text-decoration:none; font-size:11px; } a.ugbinfo:hover { cursor:help; color:#000000; background: #cfcfcf} a.ugbinfo span { font-size:10px; visibility:hidden; position:absolute; left: 16em; margin-top:10px; padding:10px; text-decoration:none; display:block; position:fixed; left:inherit; } a.ugbinfo:hover span { font-size:10px; visibility:visible; border:1px solid #000; color:000000; background:#cfcfcf; } </style> '); $design ->header(); $tpl = new tpl ( 'user/usergb' ); ?> |
Dort habe ich alle Headerinfos rausgenommen und unten den Footer, jedoch klappts nicht jetzt meine style.css zu verknüpfen in der .html davon
MfG
Zuletzt modifiziert von Anarchy 90210 am 30.05.2011 - 15:20:59