-Raid-
Mitglied
Hi,
ich bin's mal wieder...
Und zwar habe ich folgende zwei Probleme:
Das eine ist auf dem Bild (hoffentlich) zu erkennen. Der Home Button ist normal, der "Preise-Button" ist im Rollover.
Im normalen "Modus" haben die Buttons einen Pixel zuviel Platz nach oben, im Rollover "Modus" erscheint ein Pixel zuviel nach unten.
Das zweite Problem ist, dass ich die Bilder nicht direkt auf eine größe setzen kann, sondern die größe auf umwegen einstellen muss:
Layout.css
Mit freundlichen Grüßen,
-Raid-
ich bin's mal wieder...
Und zwar habe ich folgende zwei Probleme:
Das eine ist auf dem Bild (hoffentlich) zu erkennen. Der Home Button ist normal, der "Preise-Button" ist im Rollover.
Im normalen "Modus" haben die Buttons einen Pixel zuviel Platz nach oben, im Rollover "Modus" erscheint ein Pixel zuviel nach unten.
Das zweite Problem ist, dass ich die Bilder nicht direkt auf eine größe setzen kann, sondern die größe auf umwegen einstellen muss:
Code:
<ul id="navigation">
<li class="home"><a href="index.php">          </a></li>
<li class="preise"><a href="index.php?page=preise">           </a></li>
<li class="bilder"><a href="index.php?page=bilder">          </a></li>
<li class="gaestebuch"><a href="index.php?page=gaestebuch">                  </a></li>
<li class="links"><a href="index.php?page=links">         </a></li>
</ul></center>
Layout.css
Code:
* {
margin:0;
padding:0;
}
html,body {
margin:0;
padding:0;
height:100%;
}
body {
font-size:100.01%;
font-family: Times New Roman;
background: #270341;
}
.clearfix:after {
content: ".";
display: block;
height: 100%;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
h1#header {
font-size: 1.0em;
margin: 0px 0px -2px 0px;
padding: 60px;
background: url(images/header.jpg);
}
ul#navigation {
text-align: center;
font-size: 26px;
width: 100%;
height: 27px;
background: url(images/inhaltsleiste.jpg);
}
ul#navigation li {
list-style: none;
display: inline;
}
ul#navigation li.home a:link {
background: url(images/home.jpg);
}
ul#navigation li.home a:visited {
background: url(images/home.jpg);
}
ul#navigation li.home a:hover {
text-decoration: none;
background: url(images/homeover.jpg); color: grey;
}
ul#navigation li.preise a:link {
display: inline;
background: url(images/preise.jpg);
color: white;
text-decoration:none;
text-align:center;
}
ul#navigation li.preise a:visited {
background: url(images/preise.jpg);
color: white;
text-decoration:none;
text-align:center;
}
ul#navigation li.preise a:hover {
text-decoration: none;
background: url(images/preiseover.jpg); color: grey;
}
ul#navigation li.bilder a:link {
display: inline;
background: url(images/bilder.jpg);
color: white;
text-decoration:none;
text-align:center;
}
ul#navigation li.bilder a:visited {
background: url(images/bilder.jpg);
color: white;
text-decoration:none;
text-align:center;
}
ul#navigation li.bilder a:hover {
text-decoration: none;
background: url(images/bilderover.jpg); color: grey;
}
ul#navigation li.gaestebuch a:link {
display: inline;
background: url(images/gaestebuch.jpg);
color: white;
text-decoration:none;
text-align:center;
}
ul#navigation li.gaestebuch a:visited {
background: url(images/gaestebuch.jpg);
color: white;
text-decoration:none;
text-align:center;
}
ul#navigation li.gaestebuch a:hover {
text-decoration: none;
background: url(images/gaestebuchover.jpg); color: grey;
}
ul#navigation li.links a:link {
display: inline;
background: url(images/links.jpg);
color: white;
text-decoration:none;
text-align:center;
}
ul#navigation li.links a:visited {
background: url(images/links.jpg);
color: white;
text-decoration:none;
text-align:center;
}
ul#navigation li.links a:hover {
text-decoration: none;
background: url(images/linksover.jpg); color: grey;
}
ul#inhaltsleiste {
color: #ec44ef;
font-size: 14px;
margin: 0px 0px 0px 0px;
padding: 0px 2px;
background: url(images/inhaltsleistend.jpg);
}
ul#inhaltsleiste li{
list-style: none;
display: inline;
padding: 0 25px 0 0;
}
ul {
list-style:none;
}
div#Inhalt {
width: 95.5%;
background: #340549;
margin: 1.6% 0px 7% 23px;
padding: 0 0%;
color: #ec44ef;
}
div#Inhalt h2 {
text-align: center;
font-size: 1em;
margin: 0 !important;
margin:0 0 0 -3px;
padding: 0 0 0 0;
background: url(images/Inhalttop.jpg);
height:1%;
}
div#Inhalt h3 {
text-align: center;
font-size: 5px;
margin: 0 0px 0px 0px;
padding: 0 0 0 0;
background: #650097;
width: 100%;
height: 1px;
}
div#Inhalt ul.admin {
text-align: center;
font-size: 1em;
margin: 0em 0em;
background: url(images/Inhalttop.jpg);
height:1%;
}
div#Inhalt a:link {
color: white;
}
div#Inhalt a:visited{
color: white;
}
div#Inhalt a:hover{
color: #970202;
text-decoration:none;
}
div#Inhalt p.center {
text-align: center;
font-size: 1em;
margin: 0em 0em;
padding: 0.8em 1em;
margin-bottom: 0em;
}
div#Inhalt p {
font-size: 1em;
margin: 0em 0em;
padding: 0.8em 1em;
margin-bottom: 0em;
}
div#footer {
text-align: right;
margin:0 0px 0 0px;
padding: 0;
position:absolute;
bottom:0;
width: 100%;
clear:left;
color: #ec44ef;
background: url(images/footer.jpg);
}
div#footer p {
font-size: 1em;
margin: 0 0;
padding: 0em 0.4em;
}
div#footer a:link {
text-decoration: none;
color: #ec44ef;
}
div#footer a:visited{
text-decoration: none;
color: #ec44ef;
}
div#footer a:hover{
color: #ab05ae;
text-decoration:none;
}
Mit freundlichen Grüßen,
-Raid-