webForumDet fria alternativet

Hoverfunktionen i menyer

0 svar · 259 visningar · startad av Jompan

JompanMedlem sedan juli 200739 inlägg
#1

Jag håller på och anpassar en gratismall till en egen webbsida, men jag har problem med hoverfunktionen.

Adressen till min sida är denna: http://www.vskg.nu/byggnytt/index.html

I menyerna ska valen mellan de olika katalogerna följas av dels mörk bild och dels att katalogtexten växlar från svart till vit. Så funkar det i alla fall i den ursprungliga kodningen. Nu ligger HEM-funktionen kvar även i valet GUIDEPROGRAM.

(Jag har bara gjort i ordning litet grand i valen HEM och GUIDEPROGRAM.)

Kan någon hjälpa mig att hitta felet i css.filerna?

STYLE.css

#menu ul {
margin: 0 auto 0 auto;
color: #dbe0e3;
}
#menu li {
list-style:none;
line-height:25px;
}
#menu li a {
text-decoration:none;
font-family:Tahoma, "Franklin Gothic Medium", Georgia;
font-size: 11px;
letter-spacing: 1px;
background: url(img/left.gif) no-repeat;
color: #5e7080;
padding-left: 10px;
}
#menu li a:hover {
color: #000;
}
#menu li a, #menu li span {
display: block;
}
#menu li span {
padding-right: 10px;
padding-bottom: 3px;
background:url(img/right.gif) no-repeat top right;
}
#menu .clicked a {
background:url(img/left_clickec.gif) no-repeat;
color: #ffffff;
}
#menu .clicked a:hover {
background:url(img/left_clickec.gif) no-repeat;
color: #ffffff;
}
#menu .clicked span {
background:url(img/right_clicked.gif) no-repeat top right;
}

GENERAL.css

body, img, ul, li, p, h1, h2, h4, a {
margin: 0;
padding: 0;
border: 0;
text-decoration:none;
}
body {
background: url('bak.jpg');
}
h2 {
padding-top: 3px;
padding-bottom: 5px;
color: #5e7080;
font-size: 18px;
}
p {
font-family: verdana, Arial;
font-size: 12px;
margin-bottom: 10px;
color: #111;
line-height: 150%;
}
#logotype {
height: 160px;
background: #FAFAD2;

}
#menu {
padding: 10px;
float: left;
width: 150px;
font-weight: bold;
}
#title {
position: absolute;
margin: 33px 0 0 100px;
}
#title h1 {
font-family: "Franklin Gothic Medium", Arial, Verdana;
font-size: 30px;
color: #ffffff;
font-weight: Normal;

}
i {
font-family: Tahoma, "Franklin Gothic Medium", Georgia;
font-size: 11px;
letter-spacing: 1px;
color: #006400;
font-weight: bold;
}
#container {
width: 900px;
background: #DBE0E3;
margin-left: auto;
margin-right: auto;
}
#field {
width: 680px;
margin: 10px auto 10px auto;
background: white;
padding: 20px;
float: left;
}
#field h1 {
font-family: verdana, Arial;
font-size: 24px;
font-weight: normal;
margin-bottom: 10px;
margin-left: 20px;
color: #4B0082;
}
#columnleft {
border: 1px dashed #c8cccf;
padding: 20px;
width: 288px;
float: left;
margin-right: 10px;
}
#columnright {
border: 1px dashed #c8cccf;
padding: 20px;
width: 288px;
float: left;
margin-left: 10px;
}
#columnbig {
width: 638px;
border: 1px dashed #c8cccf;
padding: 20px;
}
#columnbig img {
float: right;
border: 1px solid #C8CCCF;
margin: 0 20px 0 20px;

}
table {
width: 100%;
background: #718C9D;
border: 1px solid #C8CCCF;
}
th {
font-family: "Franklin Gothic Medium";
font-weight: normal;
color: #ffffff;
}
td {
border: 1px solid #C8CCCF;
background: #FAFAD2;
font-family: verdana, Arial;
font-size: 12px;
padding: 5px;
}
#footer {
background: url('menu/img/menu_bkg.gif');
font-family: Arial, Verdana;
font-size: 11px;
text-align: center;
color: #666;
height: 15px;
padding: 5px;
line-height: 12px;
}
#footer a {
font-family: Arial, Verdana;
font-size: 11px;
font-weight: normal;
color: #000000;

}
#footer a:hover {
text-decoration: underline;
}
.clear {
clear: both;
float: none;
padding: 0;
margin:0;
}

139 ms totalt · 3 externa anrop · v20260731065814-full.30151723
0 ms — hämta forumlista (cache)
0 ms — hämta statistik (cache)
136 ms — hämta tråd, inlägg och bilagor (db)