Wir haben ein Problem mit dem Design 57-silber:
In den Boxen und im Menü gibt es ja so einen geschtreiften Hintergrund... doch leider passt die Schrift nicht damit überein.
Ich hab das Design ein bisschen angepasst und hoffe, dass, wenn man das Copyright verschiebt nicht auch was verbotenes gemacht hat..
Also hir mein HTML Code:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- Head & Title include --> <title>{TITLE} // Multigaming Clan since 2006!</title> <link rel="stylesheet" type="text/css" href="include/designs/design_57-silber/style.css"> <!-- end Head & Title include --> <script type="text/javascript" src="include/includes/js/BBCodeGlobal.js"></script> <!-- standard Design stylesheet --> <style type="text/css"> body { margin:0px; background-image: url('include/designs/design_57-silber/images/bg.gif'); } .head {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; } .head2 {font-size: 10px; color: #6DC903; font-weight: bold; } #dropmenudiv{ border-left:1px solid black; border-right:1px solid black; border-top:1px solid black; border-bottom:0px solid black; position:absolute; line-height:18px; z-index:100; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Verdana } #dropmenudiv a{ width: 100%; display: block; text-indent: 2px; border-bottom: 1px solid black; padding: 1px 0; text-decoration: none; font-weight: bold; } #dropmenudiv a:hover{ /*hover background color*/ background-color: #191919; } </style> <script type="text/javascript"> /*********************************************** * AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //Contents for menu 1, and so on var menu1=new Array() menu1[0]='<a href="?teams">• Teams</a>' menu1[1]='<a href="?wars">• Matches</a>' menu1[2]='<a href="?history">• History</a>' menu1[3]='<a href="#">• Sponsors</a>' menu1[4]='<a href="?joinus">• Join us</a>' menu1[5]='<a href="?fightus">• Fight us</a>' //Contents for menu 2, and so on var menu2=new Array() menu2[0]='<a href="?user">• Members</a>' menu2[1]='<a href="?forum">• Forum</a>' menu2[2]='<a href="?downloads">• Downloads</a>' menu1[3]='<a href="?links">• Links</a>' //Contents for menu 3, and so on in arbeit var menu3=new Array() menu3[0]='<a href="?kalender">• Kalender</a>' menu3[1]='<a href="?gallery">• Galerie</a>' menu3[2]='<a href="?gbook">• Gästebuch</a>' //Contents for menu 4, and so on var menu4=new Array() menu4[0]='<a href="?news">• News</a>' menu4[1]='<a href="?awards">• Awards</a>' menu4[2]='<a href="?impressum">• Impressum</a>' menu4[3]='<a href="?awaycal">• Awaylist</a>' var menuwidth='165px' //default menu width var menubgcolor='grey' //menu bgcolor var disappeardelay=500 //menu disappear speed onMouseout (in miliseconds) var hidemenu_onclick="yes" //hide menu when user clicks within menu? /////No further editting needed var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top="-500px" if (menuwidth!=""){ dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth } if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth } else{ var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up? edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge } } return edgeoffset } function populatemenu(what){ if (ie4||ns6) dropmenuobj.innerHTML=what.join("") } function dropdownmenu(obj, e, menucontents, menuwidth){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv populatemenu(menucontents) if (ie4||ns6){ showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth) dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px" } return clickreturnvalue() } function clickreturnvalue(){ if (ie4||ns6) return false else return true } function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } function dynamichide(e){ if (ie4&&!dropmenuobj.contains(e.toElement)) delayhidemenu() else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhidemenu() } function hidemenu(e){ if (typeof dropmenuobj!="undefined"){ if (ie4||ns6) dropmenuobj.style.visibility="hidden" } } function delayhidemenu(){ if (ie4||ns6) delayhide=setTimeout("hidemenu()",disappeardelay) } function clearhidemenu(){ if (typeof delayhide!="undefined") clearTimeout(delayhide) } if (hidemenu_onclick=="yes") document.onclick=hidemenu </script> </head> <body> <center> <table width="974" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table width="974" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="182" height="24" align="left" valign="top" background="include/designs/design_57-silber/Bilder/bg_farbe_links.jpg"><table width="182" border="0" cellspacing="0" cellpadding="0"> </td> </tr> <tr> <td width="82" height="0"><table width="100%" border="0" cellspacing="1" cellpadding="0"> </table></td> </tr> <tr> <td background="include/designs/design_57-silber/Bilder/bg_links.jpg"><table width="182" height="100%" border="0" cellpadding="0" cellspacing="1"> </table></td> </tr> <tr> <td> {_list_menunr1@ <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td background="include/designs/design_57-silber/Bilder/nav_linksi.jpg" width="182" height="21"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="7%"> </td> <td width="62%" valign="middle"><font color="#b1842f" style="font-family:Tahoma; font-size:12px ; font-weight:bold">%1 </font></td> <td width="31%"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td valign="top" align="left" background="include/designs/design_57-silber/Bilder/box_rechts.jpg" width="182" height="109"><table width="182" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="10"> </td> <td width="168">%2</td> <td width="10"> </td> </tr> </table> } <br> {_list_menunr2@ <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td background="include/designs/design_57-silber/Bilder/nav_linksi.jpg" width="182" height="21"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="7%"> </td> <td width="62%" valign="middle"><font color="#b1842f" style="font-family:Tahoma; font-size:12px ; font-weight:bold">%1</font></td> <td width="31%"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td valign="top" align="left" background="include/designs/design_57-silber/Bilder/box_rechts.jpg" width="182" height="109"><table width="182" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="10"> </td> <td width="168">%2</td> <td width="10"> </td> </tr> </table> } <img src="include/designs/design_57-silber/Bilder/under_box_links.jpg" width="182" height="93"></td> </tr> </table></td> <td width="610" height="27" align="left" valign="top" background="include/designs/design_57-silber/images/content_66.jpg"><table width="610" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table width="610" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="include/designs/design_57-silber/Bilder/header.jpg" width="610" height="185"></td> </tr> <tr> <td><img src="include/designs/design_57-silber/Bilder/squads.jpg" width="610" height="48" border="0" usemap="#Map"></td> </tr> <tr> <td><table width="610" border="0" cellspacing="0" cellpadding="0"> <tr> <td><a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '125px')" onMouseout="delayhidemenu()"><img src="include/designs/design_57-silber/Bilder/clan.jpg" width="125" height="23" border="0"></a></td> <td><a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, '121px')" onMouseout="delayhidemenu()"><img src="include/designs/design_57-silber/Bilder/communiyt.jpg" width="121" height="23" border="0"></a></td> <td><a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu3, '121px')" onMouseout="delayhidemenu()"><img src="include/designs/design_57-silber/Bilder/stuff.jpg" width="121" height="23" border="0"></a></td> <td><a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu4, '121px')" onMouseout="delayhidemenu()"><img src="include/designs/design_57-silber/Bilder/disclamer.jpg" width="121" height="23" border="0"></a></td> <td><a href="?contact"><img src="include/designs/design_57-silber/Bilder/contact.jpg" width="122" height="23" border="0"></a></td> </tr> </table></td> </tr> <tr> <td><center><br /><marquee><font color="#b1842f" style=" font-size:13px ; font-weight:bold">{TOPNEWS}</font></marquee><br /></td> </tr> <tr> <td align="center" valign="middle"></td> </tr> <tr> <td><img src="include/designs/design_57-silber/Bilder/boxen_mitte.jpg" width="610" height="21"></td> </tr> <tr> <td><table width="610" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" background="include/designs/design_57-silber/Bilder/news_box.jpg" width="204" height="91"><table width="204" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="15"> </td> <td width="178"><? include("sc_headlines.php"); ?><font face="Verdana" size="1" style="margin-top: 4px;">{_boxes_lastnews}</font></td> <td width="11"> </td> </tr> </table></td> <td valign="top" background="include/designs/design_57-silber/Bilder/wars_box.jpg" width="202" height="91"><table width="202" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="13"> </td> <td width="185"><? include("sc_results.php"); ?>{_boxes_nextwars}</td> <td width="10"> </td> </tr> </table></td> <td valign="top" background="include/designs/design_57-silber/Bilder/forum_box.jpg" width="204" height="91"><table width="204" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="13"> </td> <td width="177"><? include("latesttopics.php"); ?><font face="Verdana" size="1" style="margin-top: 4px;">{_boxes_lastforum}</font></td> <td width="14"> </td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><table width="610" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> <td>{HMENU}</td> <td> </td> </tr> <tr> <td width="10"> </td> <td width="596"> {EXPLODE} </td> <td width="10"> </td> </tr> </table></td> </tr> </table></td> </tr> </table></td> <td width="77" height="11" align="left" valign="top" background="include/designs/design_57-silber/Bilder/bg_farbe_rechts.jpg"><table width="182" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="include/designs/design_57-silber/Bilder/bg_farbe_rechts.jpg"><table width="182" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" align="left" background="include/designs/design_57-silber/Bilder/nav_linksi.jpg" width="182" height="21"><table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td background="include/designs/design_57-silber/Bilder/nav_linksi.jpg" width="182" height="21"><table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="7%"> </td> <td width="62%" valign="middle"><font color="#b1842f" style="font-family:Tahoma; font-size:12px ; font-weight:bold">Userlogin</font></td> <td width="31%"> </td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td background="include/designs/design_57-silber/Bilder/bg_farbe_rechts.jpg"><table width="182" height="100" border="0" cellpadding="0" cellspacing="1"> <tr> <td width="100%" align="left" valign="top"><? include("login.php"); ?>{_boxes_login}</td> </tr> </table></td> </tr> <tr> <td valign="top" align="left" width="182" height="0"><table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="182" height="0"><table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="7%"> </td> <td width="62%" valign="middle></td> <td width="31%"> </td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td valign="top" align="left" background="include/designs/design_57-silber/Bilder/nav_linksi.jpg" width="182" height="21"> {_list_menunr3@ <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td background="include/designs/design_57-silber/Bilder/nav_linksi.jpg" width="182" height="21"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="7%"> </td> <td width="62%" valign="middle"><font color="#b1842f" style="font-family:Tahoma; font-size:12px ; font-weight:bold">%1</font></td> <td width="31%"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td valign="top" align="left" background="include/designs/design_57-silber/Bilder/box_rechts.jpg" width="182" height="109"><table width="182" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="10"> </td> <td width="168">%2</td> <td width="10"> </td> </tr> </table> } </td> </tr> <tr> <td><a href="http://z-gfx.de/" target:"_blank" title="free Clandesigns, Webspell Templates,kostenlose Clantemplates"><img src="include/designs/design_57-silber/Bilder/under_box_rechts.jpg" width="182" height="82" border="0"></a></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="27" colspan="3"><table width="974" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="include/designs/design_57-silber/images/footer_63.jpg" width="465" height="36" border="0" usemap="#Map2"> <map name="Map2"> <area shape="rect" coords="136,12,200,30" href="http://z-gfx.de/" target="_blank" title="free Clandesigns, Webspell Templates,kostenlose Clantemplates"> <area shape="rect" coords="235,13,331,31" href="http://www.pcmasters.de/" target="_blank"> <area shape="rect" coords="370,12,460,30" href="http://zurro-gaming.de/" target="_blank" title="free Clandesigns, Webspell Templates,kostenlose Clantemplates"> </map> </td> <td background="include/designs/design_57-silber/images/footer_64.jpg" width="509" height="36"> </td> </tr> </table></td> </tr> </table></td> </tr> </table> </center> <map name="Map"> <area shape="rect" coords="40,0,120,48" href="http://terrorzocker-clan.de/index.php?teams-show-6" title="Trackmania Nations Squad"> <area shape="rect" coords="150,0,235,48" href="http://terrorzocker-clan.de/index.php?teams-show-9" title="Counterstrike 1.6 Squad"> <area shape="rect" coords="260,0,350,48" href="http://terrorzocker-clan.de/index.php?teams-show-5" title="Silkroad Squad"> <area shape="rect" coords="360,0,460,48" href="http://terrorzocker-clan.de/index.php?teams-show-8" title="Warrock Squad"> <area shape="rect" coords="490,0,580,48" href="http://terrorzocker-clan.de/index.php?teams-show-12" title="Trackmania United Squad"> </map> </body> </html> <!-- {_list_DDDmenupoint@<strong><big>·</big></strong><a %1 class="box" href="%2">%3</a><br />}//--> {_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>} {_list_hmenubegi@<ul>} {_list_hmenuende@</ul>} {_list_vmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br /><ul>|</ul></li>} {_list_vmenubegi@<ul>} {_list_vmenuende@</ul>}
Ich hoffe ihr könnt mir helfen...
MfG Dazzel
Zuletzt modifiziert von Dazzel am 01.08.2007 - 17:31:48