Also folgendes ich wollte mal die last /next war anzeige im header haben!! Auf den folgendem bild könnt ihr sehen wie ichs meine!
Bloß das prblem ist folgendes wenn ihr euch das oben anguckt ist es nicht komplett schwarz sondern mit lüken ziwschen den wars. Ich würde aber gerne diese lücken weg haben! darunter könnt ihr es halt sehen wie ichs in etwa ahben möchte. Habe dies erst mal zum testen an dem neuen design von zurro gemacht.
caos-der-clan.pytalhost.de/test.PNG
Hier der code
/***********************************************
* 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
var menu1=new Array()
menu1[0]='<a href="?user">Members</a>'
menu1[1]='<a href="?wars">Matches</a>'
menu1[2]='<a href="?awards">Awards</a>'
menu1[3]='<a href="?kasse">Kasse</a>'
menu1[4]='<a href="?rules">Ruls</a>'
//Contents for menu 2, and so on
var menu2=new Array()
menu2[0]='<a href="?news">{_boxes_LASTWARS}</a>'
//Contents for menu 3, and so on
var menu3=new Array()
menu3[0]='<a href="?forum">Forum</a>'
menu3[1]='<a href="?gallery">Gallery</a>'
menu3[2]='<a href="?fightus">Fight Us</a>'
menu3[3]='<a href="?links">Links</a>'
menu3[4]='<a href="?impressum">Imprint</a>'
menu3[5]='<a href="?contact">Contact</a>'
		
var menuwidth='121px' //default menu width
var menubgcolor='write'  //menu bgcolor
var disappeardelay=250  //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="1024" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td><table width="1024" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td valign="top"><img src="include/designs/design_62/img/header1.jpg" width="356" height="216" /></td>
          <td valign="top"><table width="368" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td><table width="368" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td><a href="#" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '122px')" onMouseout="delayhidemenu()"><img src="include/designs/design_62/img/clan.jpg" name="image1" width="122" height="25" border="0"></a></td>
                  <td><a href="#" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, '123px')" onMouseout="delayhidemenu()"><img src="include/designs/design_62/img/community.jpg" name="image2" width="123" height="25" border="0"></a></td>
                  <td><a href="#" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu3, '123px')" onMouseout="delayhidemenu()"><img src="include/designs/design_62/img/contact.jpg" name="image3" width="123" height="25" border="0"></a></td>
                </tr>
              </table></td>
Wie ihr sehen könnt hab ich nur last warbox bei menü 2 eingegeben
//Contents for menu 2, and so on
var menu2=new Array()
menu2[0]='<a href="?news">{_boxes_LASTWARS}</a>'
Weiß jemand was ich ändern muss und wo??
PS: es wäre auch cool wenn der hintergrund (aufn bild schwarz u. garu) ein bissel transparent wäre, ist das machbar?
MFG Kekskruemelesser(B)

 
 
                        
 
  
 
                        
 Zitat geschrieben von Kekskruemelesse
Zitat geschrieben von Kekskruemelesse 
                 mh... aber leider wird die nun immer noch nicht richtig angezeigt! So ich hab da nun wirklich keine Ahnung aber ich bring jetzt einfach mal einen Vorschlag ein,  muss ich vielleicht irgendwo ein background angeben ob nun als Farbe oder Image sei jetzt mal dahin gestellt, so das eben diese Lücken verschwinden??
  mh... aber leider wird die nun immer noch nicht richtig angezeigt! So ich hab da nun wirklich keine Ahnung aber ich bring jetzt einfach mal einen Vorschlag ein,  muss ich vielleicht irgendwo ein background angeben ob nun als Farbe oder Image sei jetzt mal dahin gestellt, so das eben diese Lücken verschwinden??
 
 
                         
