<b>REGISTER</b>

GFX-Sector - HTML, CSS


 
GFX-Sector » Coding Area » Webentwicklung » HTML, CSS » NAVIGATIONS-Probleme (vermutlich z-index) » Hello Guest [Login|Register]
Last Post | First Unread Post Print Page | Recommend to a Friend | Add Thread to Favorites

HTML, CSS

Einfache Scriptsprachen und deren Layout mit HTML und CSS
Post New Thread Post Reply

NAVIGATIONS-Probleme (vermutlich z-index)

     Deutsche Version  English version
Author
Post « Previous Thread | Next Thread »

tobimo
Scharfzeichner


Avatar von tobimo

Registration Date: 11.11.2007
Posts: 130
Location: Deutschland
Program: Photoshop, Cinema4D, Flash

Spacer
NAVIGATIONS-Probleme (vermutlich z-index)

NAVIGATIONS-Probleme (vermutlich z-index)

      

Hallo,

es geht um www.avex-gaming.de

^^ Im Internet Explorer wird die Dropdown Navi nicht richtig angezeigt


Weiß einer woran das liegte?

Hier die Codes:

quote:

<div id="navi">
<ul>
<li style="width: 107px;"><img alt="NAVILEFT" style="width: 107px;" src="Bilder/navileft.png"/></li>
<li style="width: 68px;"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Main','','http://avex-gaming.de/templates/AveX Gaming/Bilder/mainover.png',1)"><img src="http://avex-gaming.de/templates/AveX%20Gaming/Bilder/main.png" alt="Main" name="Main" border="0" id="Main" /></a>
<ul>
<li style="z-index: 5;"><a href="index.php?mod=news&amp;action=recent">News</a></li>
<li><a href="index.php?mod=board">Forum</a></li>
<li><a href="index.php?mod=gbook">Guestbook</a></li>
</ul>
</li>

<li style="width: 77px;"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Clan','','http://avex-gaming.de/templates/AveX Gaming/Bilder/clanover.png',1)"><img src="http://avex-gaming.de/templates/AveX%20Gaming/Bilder/clan.png" alt="Clan" name="Clan" border="0" id="Clan" /></a>
<ul>
<li><a href="index.php?mod=members&amp;action=teams">Squads</a></li>
<li><a href="index.php?mod=history">History</a></li>
<li><a href="index.php?mod=wars">Clanwars</a></li>
<li><a href="index.php?mod=joinus&amp;action=new">Join us</a></li>
<li><a href="index.php?mod=fightus&amp;action=new">Fight us</a></li>
</ul>
</li>

<li style="width: 81px;"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Misc','','http://avex-gaming.de/templates/AveX Gaming/Bilder/miscover.png',1)"><img src="http://avex-gaming.de/templates/AveX%20Gaming/Bilder/misc.png" alt="Misc" name="Misc" border="0" id="Misc" /></a>
<ul>
<li><a href="index.php?mod=events&amp;action=calendar">Kalendar</a></li>
<li><a href="index.php?mod=board">Forum</a></li>
<li><a href="index.php?mod=gbook">Guestbook</a></li>
</ul>
</li>

<li style="width: 123px; z-index: 5"><a href="index.php?mod=links&amp;action=sponsors" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Sponsoren','','http://avex-gaming.de/templates/A
veX Gaming/Bilder/sponsorenover.png',1)"><img src="http://avex-gaming.de/templates/AveX%20Gaming/Bilder/sponsoren.png" alt="Sponsoren" name="Sponsoren" border="0" id="Sponsoren" /></a> </li>

<li style="width: 104px;"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Kontakt','','http://avex-gaming.de/templates/Ave
X Gaming/Bilder/kontaktover.png',1)"><img src="http://avex-gaming.de/templates/AveX%20Gaming/Bilder/kontakt.png" alt="Kontakt" name="Kontakt" border="0" id="Kontakt" /></a>
<ul>
<li><a href="index.php?mod=contact&amp;action=mail">Kontakt</a></li>
<li><a href="index.php?mod=contact&amp;action=imprint">Impressum</a></li>
</ul>
</li>

<li style="width: 81px;"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Media','','http://avex-gaming.de/templates/AveX Gaming/Bilder/mediaover.png',1)"><img src="http://avex-gaming.de/templates/AveX%20Gaming/Bilder/media.png" alt="Media" name="Media" border="0" id="Media" /></a>
<ul>
<li><a href="index.php?mod=gallery">Galerie</a></li>
<li><a href="index.php?mod=files">Downloads</a></li>
</ul>
</li>
<li style="width: 209px;"><img alt="NAVIRIGHT" style="width: 211px; margin-left: -1px; margin-bottom: -2px; height: 33px;" src="Bilder/naviright.png"/></li>
</ul>
</div>



und die dropdown.css
quote:

ul {
padding: 0;
margin: 0;
list-style: none;
z-index: 5;
}
li {
float: left;
position: relative;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
width: 128px;
background-image: url(Bilder/dropdown_bg.png);
text-align: center;
z-index: 5;
}
li a:link, li a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
}
li a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
}
li ul {
display: none;
position: absolute;
top: 1em;
left: 0;
z-index: 5;
}
li > ul {
top: auto;
left: auto;
}
li:hover ul { display: block;
z-index: 5;
}


MfG Tobimo

NAVIGATIONS-Probleme (vermutlich z-index) 09.03.2008 13:56 tobimo is offline Homepage of tobimo Search for Posts by tobimo
 
Spacer
   
GFX-Sector
unregistered


 hat kein Avatar


Spacer

Have you enjoyed this topic?


If you were enjoying this post and if you keen on reading more interesting stuff then do not hesitate to complete the free sign up.

After the free registration you will gain access to all areas and you will be able to communicate with other artists from all over the world.

In addition you will benefit from our Photoshop and coding section as well as from our huge (hundreds of gigabytes) free resource section where you can find everything you will need to be a successful (web) designer/artist.

Sign up now and enjoy the advantages as a registered member.

(This website will be ad-free after a complete free sign up.)

New Post 09.03.2008 13:56  
Tree Structure | Board Structure
Post New Thread Post Reply
GFX-Sector » Coding Area » Webentwicklung » HTML, CSS » NAVIGATIONS-Probleme (vermutlich z-index)

Similar topics to NAVIGATIONS-Probleme (vermutlich z-index)
Thread
1 Attachments attached [TUT-GIMP] Probleme mit Light ? (Forum: GIMP Tutorials)
Ilch Clan Template Css Html probleme (Forum: HTML, CSS)
[Problem] Photoshop CS 4 Extended Probleme!!! (Forum: Fragen & Probleme)
[Problem] Photoshop hat Probleme beim abspeichern (Forum: Fragen & Probleme)
Z-Index Problem (Flash) (Forum: HTML, CSS)