mediengestalter.info
FAQ :: Mitgliederliste :: MGi Team

Willkommen auf dem Portal für Mediengestalter

Aktuelles Datum und Uhrzeit: Fr 26.04.2024 14:30 Benutzername: Passwort: Auto-Login

Thema: Navigation über DHTML Slider wird verdeckt vom 10.04.2011


Neues Thema eröffnen   Neue Antwort erstellen MGi Foren-Übersicht -> Allgemeines - Nonprint -> Navigation über DHTML Slider wird verdeckt
Autor Nachricht
marceljansen
Threadersteller

Dabei seit: 10.04.2011
Ort: -
Alter: -
Geschlecht: -
Verfasst So 10.04.2011 21:50
Titel

Navigation über DHTML Slider wird verdeckt

Antworten mit Zitat Zum Seitenanfang

Hallo,

ich habe ein Problem mit meiner Navigation.

www.medienbauer.de/kunden/francofalcone/index_slider.html

Die SubNavigation wi[/code]rd durch den DHTML Slider verdeckt.
Hat jemand eine Ahnung wie ich die Subnavigation vor über den Slider anzeigen lassen kann?

hier die CSS dazu....

Code:


body {
    padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   font-family: verdana;
   font-size: 13px;
   background: url("../images/site_parkett.jpg") center top repeat-x #663f18; background-attachment:fixed;
   text-align: center;
   color: #6e533f;
}


ul {
    margin-top:0;
}

#content a {
    color:#6e533f;
   font-weight:bold;
}

#all-page {
  margin: auto;
  text-align: left;
  width: 993px;
  background: #fff;
  border-bottom: 1px solid #f2efec;
  position: relative;
}

#top {
  width: 937px;
  background: url("../images/banner2.html") left top no-repeat;
}

#col-left {
  width: 234px;
  float: right;
  text-align: left;
  padding-top: 172px;
  padding-bottom: 30px;
}

#col-right {
  width: 703px;
  float: right;
  text-align: left;
  padding-top: 172px;
  padding-bottom: 30px;
}

.cleaner {
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  clear: both
}

a img {
  border: 0px
}



a:hover {
  text-decoration: none;
}

p {
  margin:  0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 18px;
}

#topmenu {
  margin:  8px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  background: url("../images/topmenu-off1.gif") left bottom repeat-x;
  height: 41px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#topmenu li{
  margin:  0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  float: left;
  position: relative;
}

#topmenu li a{
  margin:  0px 0px 0px 0px;
  padding: 20px 0px 5px 0px;
  list-style-type: none;
  display: block;
  color: #663f18;
  text-decoration: none;
  border-left: 1px solid #fff;
  font-family: arial;
  font-size: 14px;
  width: 120px;
  text-align: center;
}

#topmenu li a.activ{
  background: url("../images/topmenu-on.gif") left top repeat-x;
  color: #663f18;
  font-weight: bold;
  margin:  0px 0px 0px 0px;
}

#topmenu li a:hover{
  background: url("../images/topmenu-on.gif") left top repeat-x;
  color: #663f18;
  margin:  0px 0px 0px 0px;
 
}

/* submenu */


#topmenu li ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: none;
  text-align: left;
  width: 120px;
  clear: left;
  position: relative;
  z-index:1;

}

#topmenu li:hover ul, #topmenu li.mnhover ul {
  display: inline;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  position: absolute;
  clear: left;
  left: 0px;
 z-index:1;
}                       

#topmenu li:hover ul li, #topmenu li.mnhover ul li
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 120px;
  height: 30px;
  list-style-type:none;
  position: relative;
 z-index:1;
}

#topmenu li:hover ul li span, #topmenu li.mnhover ul li span
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 120px;
  height: 30px;
  background: url("../images/transp.png");
  position: absolute;
  filter: alpha(opacity=50);
 z-index:1;
}

#topmenu li ul li a, #topmenu li ul li a
{
  padding: 0px 0px 0px 0px;
  display: block;
  color: #663f18;
  text-decoration: none;
  line-height: 30px;
  height: 30px;
  width: 120px;
  font-family: arial, sans-serif;
  font-size: 11px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: url("../images/transp.png")filter: alpha(opacity=50);
  position: absolute;
  z-index:1;   
}

#topmenu li ul li a.white
{
  color: #fff;
  font-weight: normal;

}

#topmenu li ul li a.white:hover
{
 
  font-weight: bold;
  color: #663f18;
}

#topmenu li ul li a:hover, #topmenu li ul li a:hover
{
 background: #CEB585;
  font-weight:bold;
}

/* submenu end.... */

.footer {
  font-size: 10px;
  margin: auto;
  text-align: left;
  width: 993px;
}

.footer p.left{
  float: left;
  color: #E0D1C2;
  padding-top: 3px;
  font-family: arial, sans-serif;
  font-size: 11px;
}

.footer p.right{
  float: right;
  color: #E0D1C2;
  padding-top: 3px;
  font-family: arial, sans-serif;
  font-size: 11px;
}

.footer p.right a{
  text-decoration: none;
  color: #E0D1C2;
  font-family: arial, sans-serif;
  font-size: 11px;
}

.footer p.right a:hover{
  text-decoration: none;
  color: #b89555;

}

.footer p.right a.activ{
  color: #ceb17d;
  font-weight: bold;
}

.footer p.right span{
  padding: 0px 6px 0px 6px;
  font-size: 12px;
}

.dn {
  display: none;
}

.logo {
  float: right;
  padding: 10px 20px 0px 0px;
  display: block;
}

.slogan {
  float: left;
  padding: 100px 20px 0px 0px;
  display: block;
}

.lang {
  margin:  0px 0px 0px 0px;
  padding: 20px 0px 0px 20px;
  list-style-type: none;
  float: left;
}

.lang li{
  margin:  0px 0px 0px 0px;
  padding: 0px 3px 0px 0px;
  list-style-type: none;
  font-family: arial, sans-serif;
  font-size: 10px;
  color: #663f18;
  float: left;
}

.lang li a{
  margin:  0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  text-decoration: none;
  font-family: arial, sans-serif;
  font-size: 10px;
  color: #663f18;
}

.lang li a.activ{
  font-weight: bold;
}

.lang li a:hover{
  text-decoration: underline;
}

.img-hp-left {
  float: left;
  width: 503px;
}

.img-hp-left img{
  padding-left: 1px;
  display:none;
 
}

.img-hp-right {
  float: right;
  width: 489px;
}

.img-hp-right img{
  padding-right: 1px;
  display:none;
 
}

.img-hp-small {
  float: left;
  width: 159px;
  text-align: right;
  padding-top: 10px;
}

p.homepage {
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 80px 0px 100px 0px;
  font-family: "arial narrow", arial, sans-serif;
  line-height: 60px;
  color: #c59d63;
}

p.homepage span{
  font-size: 18px;
  font-weight: normal;
  display: block;
  line-height: 35px;
  color: #663f18;
}

.music {
  float: right;
  display: block;
  padding: 0px 12px 10px 0px;
}

.headers-space {
  padding: 20px 20px 0px 0px;
}

.headers {
  text-align: right;
  font-size: 53px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "arial narrow", arial, sans-serif;
  line-height: 60px;
  color: #c59d63;
}

.header-small {
  text-align: right;
  font-size: 18px;
  font-weight: normal;
  line-height: 35px;
  color: #663f18;
  font-family: "arial narrow", arial, sans-serif;
}

gallery_nav a {
   height:10px;
}

.gallery {
  font-size: 17px;
  margin-left:100px;
  font-weight: normal;
  color: #b89555;
  font-family: "arial narrow", arial, sans-serif;
  position:relative;
  top:-47px;
}

.gallery a {
    text-decoration:none;
    color: #b89555;
}

.gallery img {
  position:relative;
  top:54px;
  left:4px;
}


#content {
  padding: 25px 20px 40px 0px;


  View user's profile Private Nachricht senden
Sp4wNi

Dabei seit: 26.10.2010
Ort: Düsseldorf
Alter: 37
Geschlecht: Männlich
Verfasst Mo 11.04.2011 16:15
Titel

Antworten mit Zitat Zum Seitenanfang

hast da nen paar fehler auf der Seite.
Ansonsten hast du ja auch inline Styles beim Slider.
Vll dort mal schauen?
  View user's profile Private Nachricht senden
Anzeige
Anzeige
snuwie

Dabei seit: 06.07.2010
Ort: -
Alter: -
Geschlecht: Männlich
Verfasst Mo 11.04.2011 16:26
Titel

Antworten mit Zitat Zum Seitenanfang

den z-index des untermenüs erhöhen ... auserdem solltest du deine seite mal durch den validator jagen^^
  View user's profile Private Nachricht senden
marceljansen
Threadersteller

Dabei seit: 10.04.2011
Ort: -
Alter: -
Geschlecht: -
Verfasst Fr 22.04.2011 22:04
Titel

Antworten mit Zitat Zum Seitenanfang

hallo, ok, aber den z-index hab ich j schonauf 999 gestellt....
geht aber irgendwie trotzdem nicht...

z-index: 999;
  View user's profile Private Nachricht senden
sahnemuh

Dabei seit: 19.06.2003
Ort: /dev/null
Alter: 42
Geschlecht: Männlich
Verfasst Fr 22.04.2011 22:31
Titel

Antworten mit Zitat Zum Seitenanfang

z-index: 1001 würde helfen. der slider hat 1000.
  View user's profile Private Nachricht senden
 
Ähnliche Themen jQuery Info Slider (Content Slider)
Div css popupmenü wird verdeckt... :(
Scrollbar wird verdeckt vom DIV
hover effekt verdeckt hintergrundgrafik
Flashbanner verdeckt Dropdown Menü - wie Attribut einfügen?
[Flash] MC verdeckt MCs darunter, aber nur die Sicht, nicht
Neues Thema eröffnen   Neue Antwort erstellen
MGi Foren-Übersicht -> Allgemeines - Nonprint


Du kannst keine Beiträge in dieses Forum schreiben.
Du kannst auf Beiträge in diesem Forum nicht antworten.
Du kannst an Umfragen in diesem Forum nicht mitmachen.