H
heroxx
Guest
Hallo,
habe folgendes Problem... ich sitz schon den ganzen Tag an meiner Seite und hab endlich das Layout so hinbekommen wie ich es möchte. Jedoch habe ich mein Menü horizontal unter meinem Banner.
Mit Float:left; habe ich dann die Slices nebeneiner zum Menü bekommen.
Wie bekomme ich nun dieses mittig zum Banner bei 1024px ?
durch float:left oder right, kriege ich ja mehrere Divs in einer Reihe, jedoch gibt es kein float:mid wie ich gelesen habe.
Nun wie bekomme ich nun dieses trotzdem in die Mitte für Firefox wie IE?
Mein HTML code:
und meine CSS Datei:
habe folgendes Problem... ich sitz schon den ganzen Tag an meiner Seite und hab endlich das Layout so hinbekommen wie ich es möchte. Jedoch habe ich mein Menü horizontal unter meinem Banner.
Mit Float:left; habe ich dann die Slices nebeneiner zum Menü bekommen.
Wie bekomme ich nun dieses mittig zum Banner bei 1024px ?
durch float:left oder right, kriege ich ja mehrere Divs in einer Reihe, jedoch gibt es kein float:mid wie ich gelesen habe.
Nun wie bekomme ich nun dieses trotzdem in die Mitte für Firefox wie IE?
Mein HTML code:
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Author" content="WME" />
<meta name="Publisher" content="WME" />
<meta name="Copyright" content=" WME " />
<meta http-equiv="content-language" content="de" />
<meta name="keywords" content="Template" />
<meta name="description" content="Text" />
<meta name="Audience" content="Alle" />
<meta name="allow-search" content="yes" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="1 days" />
<link rel="stylesheet" embossed" href="formate.css">
<link rel="stylesheet" type="text/css" xhref="formate-ie.css" />
</head>
<body style="background-image:url(images/pixel.png)"; "margin: 0px auto;" background-repeat:repeat;>
<div id=”wrapper”></div>
<div id=”wrapper”>
<div id="banner"></div>
</div>
<div id="navi1"></div>
</div>
<div id="Startseite";></div>
</div>
<div id="navi3";></div>
</div>
<div id="Produkte";></div>
</div>
<div id="navi5";></div>
</div>
<div id="ueber";></div>
</div>
<div id="navi7";></div>
</div>
<div id="Kontakt";></div>
</div>
<div id="navi9";></div>
</div>
<div id="Impressum";></div>
</div>
<div id="navi11";></div>
</div>
<div id="br";></div>
</div>
<div id="writing";>
</div>
<div id="foot"></div>
</div>
</body></html><strong></strong>
Code:
@charset "utf-8";
/* CSS Document */
html
*{ margin:0px; padding:0px;}
{
text-align:center;
}
#wrapper
{
Width:1024px;
margin-left:auto;
margin-right:auto;
}
#banner
{
background-image:url(images/01.gif);
width:1024px;
height:199px;
margin-left:auto;
margin-right:auto;
margin-top:40px;
}
#navi1
{
background-image:url(images/02.gif);
width:70px;
height:43px;
float: left;
}
#Startseite
{
background-image:url(images/03.gif);
width:126px;
height:43px;
float: left;
display:block;
}
#Startseite:hover
{
background-image: url(images/menue_03.gif);
width: 126px;
height: 43px;
float: left;
display: block;
}
#navi3
{
background-image:url(images/04.gif);
width:52px;
height:43px;
float: left;
}
#Produkte
{
background-image:url(images/05.gif);
width:122px;
height:43px;
float: left;
display:block;
}
#Produkte:hover
{
background-image:url(images/menue_05.gif);
width:122px;
height:43px;
float: left;
display:block;
}
#navi5
{
background-image:url(images/06.gif);
width:52px;
height:43px;
float: left;
}
#Unternehmen
{
background-image:url(images/07.gif);
width:173px;
height:43px;
float: left;
display:block;
}
#Unternehmen:hover
{
background-image:url(images/07.gif);
width:173px;
height:43px;
float: left;
display:block;
}
#navi7
{
background-image:url(images/08.gif);
width:52px;
height:43px;
float: left;
}
#Kontakt
{
background-image:url(images/09.gif);
width:108px;
height:43px;
float: left;
display:block;
}
#Kontakt:hover
{
background-image:url(images/menue_09.gif);
width:108px;
height:43px;
float: left;
display:block;
}
#navi9
{
background-image:url(images/10.gif);
width:52px;
height:43px;
float: left;
}
#Impressum
{
background-image:url(images/11.gif);
width:149px;
height:43px;
float: left;
display:block;
}
#Impressum:hover
{
background-image:url(images/menue_11.gif);
width:149px;
height:43px;
float: left;
display:block;
}
#navi11
{
background-image:url(images/12.gif);
width:68px;
height:43px;
float: left;
}
#br
{
background-image:url(images/13.gif);
width:1024px;
height:43px;
float: left;
}
#writing
{
background-image:url(images/14.gif);
width:1024px;
height:101px;
float: left;
}
#foot
{
background-image:url(images/15.gif);
width:1024px;
height:382px;
margin-left:auto;
margin-right:auto;
margin-top:40px;
}