Suche im Forum:
Suchen


Autor Nachricht
Beitrag20.10.2009 um 09:30 (UTC)    
Titel: EDITH: Kein Hover-Effekt

Mein altes Problem hab ich nun anders gelöst Very Happy

Aber ich hab ein neues. Ich bekomme keinen Hover-Effekt...

HIer mein Code:

Code:
td[height="102"] {
position:absolute;
left:50%;
margin-left:-384px; }

h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}

body {background-color:#ffe4b5;}
a{color:#58483c; font-size: 14px; text-decoration: none;}
a:hover {color: #58483c; font-size: 14px; text-decoration: none;}
a:link {color: #58483c; font-size: 14px; text-decoration: none;}
a:active {color: #58483c; font-size: 14px; text-decoration: none;}
a:visited {color: #58483c; font-size: 14px; text-decoration: none;}


* { padding: 0; margin: 0; }

#Testdesign2 {
margin: 0 auto;
width: 922px;}

#Header_oben {
color: #333;
width: 1000px;
height: 137px;
float: left;
padding: 10px;
border: 1px solid #58483c;
border-left: 10px solid #58483c;
border-top: 10px solid #58483c;
border-roght: 10px solid #58483c;
margin: 10px 0px 0px 0px;
background-image: url(http://img.webme.com/pic/w/wolfbooks/banner.jpg);
}

#Streifen_oben {
float: left;
width: 1000px;
color: #333;
padding: 10px;
border: 1px solid #58483c;
border-left: 10px solid #58483c;
border-right: 10px solid #58483c;
margin: 0px 0px 0px 0px;
background: #ffefd5;}


#content {
color: #333;
border-left: 10px solid #58483c;
border-right: 1px solid #58483c;
border-bottom: 1px solid #58483c;
margin: 0px 0px 0px 0px;
padding: 0px;
height: 540px;
width: 795px;
float: left;
background: #ffe4b5;
overflow:auto;}


/* Feld der Navigation */
#nav_container {
float:left;
width:1020px;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
background-color:#58483c;
border-right:1px solid #58483c;
border-left: 10px solid #58483c;
border-bottom: 1px solid #58483c;}

/* Titel der Navigation entfernt mit */
#nav_heading {
display:none; }

ul#nav {
margin:0px;
padding:0px; }

/* Hintergrund der Navi-Links */
li.nav_element {
float:left;
position: relative;
list-style-type: none;
color:#58483c;
display: block;
margin: 5px;
padding-left: 10px;
text-decoration: none;
width: 224px;
height: 29px;
background-image:url(http://img.webme.com/pic/w/wolfbooks/button1.png);
background-color:#ffefd5;}
border:1px solid #58483c; }


li.nav_element a:hover{
color:#58483c;
margin: 5px;
padding-left: 10px;
text-decoration: none;
width: 224px;
height: 29px;
background-image:url(http://img.webme.com/pic/w/wolfbooks/button2.png);
background-color:#ffefd5;}

#Streifen_unten {
width: 1000px;
clear: both;
color: #333;
border: 1px solid #58483c;
border-left: 10px solid #58483c;
background: #58483c;
margin: 0px 0px 10px 0px;
padding: 10px;}

#counter{text-align:center;}


______________
Bei Interesse an guten Büchern besucht doch einmal:

wolfbooks.de.tl


Zuletzt bearbeitet von mondstreuner am 20.10.2009, 12:22, insgesamt einmal bearbeitet
Beitrag20.10.2009 um 17:53 (UTC)    
Titel:

Ich habe jetzt auch schon einen code fehler gefunden, trotzdem geht es nicht Sad



Code:
/* Feld der Navigation */
#nav_container {
float:left;
width:1020px;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
background-color:#58483c;
border-right:1px solid #58483c;
border-left: 10px solid #58483c;
border-bottom: 1px solid #58483c;}

/* Titel der Navigation entfernt mit */
#nav_heading {
display:none; }

ul#nav {
margin:0px;
padding:0px; }

/* Hintergrund der Navi-Links */
li.nav_element {
float:left;
position: relative;
list-style-type: none;
color:#58483c;
display: block;
margin: 5px;
padding-left: 10px;
text-decoration: none;
width: 224px;
height: 29px;
background-image:url(http://img.webme.com/pic/w/wolfbooks/button1.png);
background-color:#ffefd5;}
border:1px solid #58483c; }


li.nav_element:hover{
background-image:url(http://img.webme.com/pic/w/wolfbooks/button2.png);
}

______________
Bei Interesse an guten Büchern besucht doch einmal:

wolfbooks.de.tl


Zuletzt bearbeitet von mondstreuner am 20.10.2009, 18:53, insgesamt einmal bearbeitet
Beitrag20.10.2009 um 18:14 (UTC)    
Titel:

Hier:

Code:
/* Feld der Navigation */
#nav_container {
float:left;
width:1020px;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
background-color:#58483c;
border-right:1px solid #58483c;
border-left: 10px solid #58483c;
border-bottom: 1px solid #58483c;}

/* Titel der Navigation entfernt mit */
#nav_heading {
display:none; }

ul#nav {
margin:0px;
padding:0px; }

/* Hintergrund der Navi-Links */
li.nav_element {
float:left;
position: relative;
list-style-type: none;
color:#58483c;
display: block;
margin: 5px;
padding-left: 10px;
text-decoration: none;
width: 224px;
height: 29px;
background-image:url(http://img.webme.com/pic/w/wolfbooks/button1.png);
background-color:#ffefd5;}
border:1px solid #58483c; }


li.nav_element a:hover{
background-image:url(http://img.webme.com/pic/w/wolfbooks/button2.png);
}
Beitrag21.10.2009 um 07:28 (UTC)    
Titel:

Danke, das habe ich eingesetzt, dennoch klappt es nicht Sad
______________
Bei Interesse an guten Büchern besucht doch einmal:

wolfbooks.de.tl
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de