P
Philipp-
Hallo Community,
schaut euch diese Seite mal an:
http://wbb-service.de.dd17812.kasserver.com/hacklistev2/index.php
Im FF passt alles soweit, bis auf dass sich der Hintergrund des "Startmenü´s" nicht wiederholt, sondern eine feste größe braucht.
Im Ie 7 ist außerdem das ganze Menü kaputt, seht ihr vllt selber.
Ich hoffe ihr könnt mir helfen:
Hier mal der html Code:
So und hier der Css Code:
Wäre euch sehr dankbar wenn mir jemand ne Lösung für mein Problem hätte.
mfg
Philipp
schaut euch diese Seite mal an:
http://wbb-service.de.dd17812.kasserver.com/hacklistev2/index.php
Im FF passt alles soweit, bis auf dass sich der Hintergrund des "Startmenü´s" nicht wiederholt, sondern eine feste größe braucht.
Im Ie 7 ist außerdem das ganze Menü kaputt, seht ihr vllt selber.
Ich hoffe ihr könnt mir helfen:
Hier mal der html Code:
Code:
<div class="menuStart clearfix">
<div id="searchBox">
<form action="" method="post">
<input type="text" value="Suche starten..." onBlur="if(this.value=='') this.value='Suche starten...';" onFocus="if(this.value=='Suche starten...') this.value='';" />
</form>
</div>
<div id="navBox">
<ul style="padding-left:4px;">
<li id="navBoxTop"></li>
<li id="navBoxMiddle">
<a class="nav" style="text-decoration:none;" href="#">
<img src="images/vista/iconMsStart" border="0" alt="" /> <span class="navTypo">Startseite</span></a>
<a class="nav" style="text-decoration:none;" href="#">
<img src="images/vista/iconMsProfil" border="0" alt="" /> <span class="navTypo">Profil</span></a>
<a class="nav" style="text-decoration:none;" href="#">
<img src="images/vista/iconMsPms" border="0" alt="" /> <span class="navTypo">Private Nachrichten</span></a>
<a class="nav" style="text-decoration:none;" href="#">
<img src="images/vista/iconMsKalender" border="0" alt="" /> <span class="navTypo">Kalender und Events</span></a>
<a class="nav" style="text-decoration:none;" href="#">
<img src="images/vista/iconMsDatenbank" border="0" alt="" /> <span class="navTypo">Datenbank</span></a>
<a class="nav" style="text-decoration:none;" href="#">
<img src="images/vista/iconMsImpressum" border="0" alt="" /> <span class="navTypo">Impressum</span></a>
</li>
<li id="navBoxBottom"></li>
</ul>
<div id="menuBottom"></div>
</div>
</div>
So und hier der Css Code:
Code:
/* Startmenu */
.menuStart {
position:fixed;
left:0;
top:30px;
z-index:1;
text-align:center;
background-image:url(images/vista/menuBg.png);
background-repeat:repeat-y;
width:287px;
min-height:313px;
height:auto !important;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display:
inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */
#menuBottom {
background-image:url(images/vista/menuBottom.png);
background-repeat:no-repeat;
width:287px;
height:8px;
padding:0;
margin:0;
}
#searchBox {
width:274px;
height:24px;
margin-left:4px;
padding-top:6px;
}
#searchBox input {
background-color:#ffffff;
width:260px;
height:17px;
border:2px solid #3F3F3F;
font-family:Calibri;
font-size:12px;
font-style:italic;
padding-left:10px;
padding-top:3px;
background-image:url(images/vista/iconSearchBox.png);
background-position:right;
background-repeat:no-repeat;
}
#navBox {
width:274px;
height:24px;
margin:0px;
padding:0px;
}
#navBox ul li {
list-style:none;
padding:0;
margin:0;
}
#navBoxTop {
background-image:url(images/vista/navBoxTop.png);
background-repeat:no-repeat;
width:274px;
height:5px;
}
#navBoxMiddle {
background-image:url(images/vista/navBoxMiddle.png);
background-repeat:repeat-y;
width:274px;
}
a.nav {
width:262px;
height:40px;
display:block;
margin-left:6px;
font-family:Calibri;
font-size:18px;
color:#000000;
font-style:italic;
text-align:left;
line-height:40px;
}
.navTypo {
padding-top:12px;
}
a.nav:link { color:#000000; background-color:#FFFFFF; width:262px;
height:40px; line-height:40px;}
a.nav:visited { color:#000000; background-color:#FFFFFF; width:262px;
height:40px; line-height:40px; }
a.nav:hover { color:#000000; background-image:url(images/vista/menuButtonOn.png); width:262px;
height:40px; line-height:40px; }
a.nav:active { color:#000000; background-image:url(images/vista/menuButtonOn.png); width:262px;
height:40px; line-height:40px; }
#navBoxBottom {
background-image:url(images/vista/navBoxBottom.png);
background-position:bottom;
background-repeat:no-repeat;
width:274px;
height:5px;
}
Wäre euch sehr dankbar wenn mir jemand ne Lösung für mein Problem hätte.
mfg
Philipp