Noch nicht viel geschrieben
Hallo Leute!
Ich habe ein (hoffentlich) kleines Problem mit meiner HP
Und zwar wenn ich im untermenü bei den News z.Bsp "Aktionen" auswählen will verschwindet die Grafik. An was kann das liegen?
Die zweite <ul> bitte ignorieren, die is noch nicht ausgerichtet..
hier mal der CSS-Code:
Weiss jemand Rat? Ich hab schon soviel rumgemurkst, nix hat geholfen :'(
Bitte um Hilfe!
Danke
pYro
Ich habe ein (hoffentlich) kleines Problem mit meiner HP
Und zwar wenn ich im untermenü bei den News z.Bsp "Aktionen" auswählen will verschwindet die Grafik. An was kann das liegen?
Die zweite <ul> bitte ignorieren, die is noch nicht ausgerichtet..
hier mal der CSS-Code:
Code:
body {
background-color: #333333;
}
.container {
margin:auto;
width:1000px;
background-color:#333333;
}
.header {
background-image:url(../images/hg_header.gif);
width:948px;
height:97px;
}
.rand1 {
background-image:url(../images/hg_pixel.gif);
width:8px;
height:500px;
margin:90px 30px;
position: absolute;
}
.rand2 {
background-image:url(../images/hg_pixel.gif);
width:8px;
height:500px;
margin:92px 912px;
position: absolute;
}
.bottom {
background-image:url(../images/hg_bottom.gif);
width:948px;
height:76px;
position:absolute;
margin:590px 0px;
}
.menu_news {
width:344px;
height:59px;
margin:52px 170px;
position:absolute;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.menu_news {
background-image:url(../images/btn_news.gif);
width:127px;
height:25px;
}
.menu_news:hover {
background-image:url(../images/btn_news_ext.gif);
width:334px;
height:49px;
position:absolute;
}
.menu_news ul { /* menu ul/hover ul: mit diesen befehlen wird die liste nur bei hover angezeigt */
display:none;
}
.menu_news:hover ul {
display:block; /* menu ul/hover ul: mit diesen befehlen wird die liste nur bei hover angezeigt */
list-style:none;
margin-top: 28px;
}
.menu_news li {
display: inline;
padding-right: 53px;
}
.menu_news li a {
color:#333333;
border-bottom:none;
}
.menu_news a:hover {
color:#990000;
}
.menu_pub {
float:right;
width:344px;
height:59px;
margin:52px 300px;
position:absolute;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.menu_pub {
background-image:url(../images/btn_pub.gif);
width:127px;
height:25px;
}
.menu_pub:hover {
background-image:url(../images/btn_pub_ext.gif);
width:334px;
height:49px;
position:absolute;
}
Bitte um Hilfe!
Danke
pYro