hi,
wollte mal fragen ob es möglich ist das man mit hilfe einen php codes
einzelne boxen so so umprogramieren kann das sie sich durch einen klick darauf aufklappen oder wie einklappen können
betroffene Homepage: externer Link
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
<script language="javascript" type="text/javascript"> function hide(element) { if (dodument.getElementByID(element).style.display = 'block') { document.getElementByID(element).style.display = 'none'; } else { document.getElementByID(element).style.display = 'block'; } } </script> <a href="javascript=hide('div1')">Klick mich</a> <div id="div1">Dieser Text wir beim anklicken des Links eingeklappt und ausgeklappt.</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > <head> <title>{TITLE}</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="designer" content="Juergen Koller - http://www.lernvid.com" /> <meta name="licence" content="Copywright LernVid.com - Creative Commons Sharalike 3.0" /> <link rel="stylesheet" type="text/css" href="include/designs/freak_lernvid.com/style.css"/> <link rel="SHORTCUT ICON" href="http://www.fka-show.de/favicon.ico" type="image/x-icon"> </head> <body> <div id="wrapper"> <div id="header"> <div id="sitename">{SITENAME}</div> </div> <div id="top"><p>{HMENU}</p></div> <div id="main_content"> <div id="sidebar_left"> {_list_menunr1@ <div id="left_menu"> <div class="menu_heading">%1</div> <div id="left_menu_inner">%2</div> <div class="menu_bottom"></div> </div> } </div> <div id="content">{EXPLODE}</div> <div id="sidebar_right"> {_list_menunr2@ <div id="right_menu"> <div class="menu_heading">%1</div> <div id="right_menu_inner">%2</div> <div class="menu_bottom"></div> </div> } </div> <div class="clr"></div> </div> <!-- Der Backlink zum Autor darf nicht entfernt werden! // It's not allowed to remove the Backlink to the Autor //--> <div id="footer">Designvorlage by <a href="http://www.lernvid.com" target="_blank">LernVid.com</a> | Script Copyright by <a href="http://www.ilch.de/" target="blank">ilch.de</a>|Grafik und überarbeitung by<a href="http://www.fka-show.de/" target="blank">F.K.</a></div> </div> <!-- vertikaler menupunkt --> {_list_vmenupoint@ <ul><li><a target="%1" class="box" href="%2">%3</a></li></ul> } </body> </html>
<a href="javascript=hide('sidebar_right')">Ausblenden</a>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > <head> <title>{TITLE}</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="designer" content="Juergen Koller - http://www.lernvid.com" /> <meta name="licence" content="Copywright LernVid.com - Creative Commons Sharalike 3.0" /> <link rel="stylesheet" type="text/css" href="include/designs/freak_lernvid.com/style.css"/> <link rel="SHORTCUT ICON" href="http://www.fka-show.de/favicon.ico" type="image/x-icon"> <script language="javascript" type="text/javascript"> function hide(element) { if (dodument.getElementByID(element).style.display = 'block') { document.getElementByID(element).style.display = 'none'; } else { document.getElementByID(element).style.display = 'block'; } } </script> <a href="javascript=hide('sidebar_right')">Ausblenden</a> </head> <body> <div id="wrapper"> <div id="header"> <div id="sitename">{SITENAME}</div> </div> <div id="top"><p>{HMENU}</p></div> <div id="main_content"> <div id="sidebar_left"> {_list_menunr1@ <div id="left_menu"> <div class="menu_heading">%1</div> <div id="left_menu_inner">%2</div> <div class="menu_bottom"></div> </div> } </div> <div id="content">{EXPLODE}</div> <div id="sidebar_right"> {_list_menunr2@ <div id="right_menu"> <div class="menu_heading">%1</div> <div id="right_menu_inner">%2</div> <div class="menu_bottom"></div> </div> } </div> <div class="clr"></div> </div> <!-- Der Backlink zum Autor darf nicht entfernt werden! // It's not allowed to remove the Backlink to the Autor //--> <div id="footer">Designvorlage by <a href="http://www.lernvid.com" target="_blank">LernVid.com</a> | Script Copyright by <a href="http://www.ilch.de/" target="blank">ilch.de</a>|Grafik und überarbeitung by<a href="http://www.fka-show.de/" target="blank">F.K.</a></div> </div> <!-- vertikaler menupunkt --> {_list_vmenupoint@ <ul><li><a target="%1" class="box" href="%2">%3</a></li></ul> } </body> </html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > <head> <title>{TITLE}</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="designer" content="Juergen Koller - http://www.lernvid.com" /> <meta name="licence" content="Copywright LernVid.com - Creative Commons Sharalike 3.0" /> <link rel="stylesheet" type="text/css" href="include/designs/freak_lernvid.com/style.css"/> <link rel="SHORTCUT ICON" href="http://www.fka-show.de/favicon.ico" type="image/x-icon"> <script language="javascript" type="text/javascript"> function hide(element) { if (dodument.getElementByID(element).style.display = 'block') { document.getElementByID(element).style.display = 'none'; } else { document.getElementByID(element).style.display = 'block'; } } </script> </head> <body> <div id="wrapper"> <div id="header"> <div id="sitename">{SITENAME}</div> </div> <div id="top"><p>{HMENU}</p></div> <div id="main_content"> <div id="sidebar_left"> {_list_menunr1@ <div id="left_menu"> <div class="menu_heading">%1</div> <div id="left_menu_inner">%2</div> <div class="menu_bottom"></div> </div> } </div> <div id="content">{EXPLODE}<br /> <a href="javascript=hide('sidebar_right')">Ausblenden</a> </div> <div id="sidebar_right"> {_list_menunr2@ <div id="right_menu"> <div class="menu_heading">%1</div> <div id="right_menu_inner">%2</div> <div class="menu_bottom"></div> </div> } </div> <div class="clr"></div> </div> <!-- Der Backlink zum Autor darf nicht entfernt werden! // It's not allowed to remove the Backlink to the Autor //--> <div id="footer">Designvorlage by <a href="http://www.lernvid.com" target="_blank">LernVid.com</a> | Script Copyright by <a href="http://www.ilch.de/" target="blank">ilch.de</a>|Grafik und überarbeitung by<a href="http://www.fka-show.de/" target="blank">F.K.</a></div> </div> <!-- vertikaler menupunkt --> {_list_vmenupoint@ <ul><li><a target="%1" class="box" href="%2">%3</a></li></ul> } </body> </html>
<a href="javascript=hide('sidebar_right')">Ausblenden</a>
<a href="javascript:hide('sidebar_right')">Ausblenden</a>
<script language="javascript" type="text/javascript"> function hide(element) { if (document.getElementByID(element).style.display = 'block') { document.getElementByID(element).style.display = 'none'; } else { document.getElementByID(element).style.display = 'block'; } } </script>
Geschlossen | ||
Zurück zu HTML, PHP, SQL,... |