vwaustria3796
Neues Mitglied
Hallo Forum!
Ich brauch so schnell wie möglich eine Lösung für mein Problem im FF sieht alles super aus das css und alles passt nur im ie funktioniert gar nichts obwohl ich ein paar ändern im css gemacht habe zum beispiel ihm das dropdown gelernt aber der ie benützt das css gar nicht hier die seite : vwaustria.at
Hier ein paar auszuge aus meinem code:
HTML Code:
CSS:
Danke im Vorhinein!
Ich brauch so schnell wie möglich eine Lösung für mein Problem im FF sieht alles super aus das css und alles passt nur im ie funktioniert gar nichts obwohl ich ein paar ändern im css gemacht habe zum beispiel ihm das dropdown gelernt aber der ie benützt das css gar nicht hier die seite : vwaustria.at
Hier ein paar auszuge aus meinem code:
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>vwaustria.at:Home</title>
<style type="text/css" media="all">@import "css/style.css";</style>
Code:
}
@font-face {
{
font-family : "'Racing Sans One'";
font-style : normal;
font-weight : 400;
src : local('Racing Sans One'), local('RacingSansOne-Regular'), url
(http://themes.googleusercontent.com/static/fonts/racingsansone/v1/1r3DpWaCiT7y3P
D4KgkNyO921tOcMok2fHawGmtxikA.ttf) format('truetype');
}
@font-face {
font-family : "'Skranji'";
font-style : normal;
font-weight : 400;
src : local('Skranji'), url
(http://themes.googleusercontent.com/static/fonts/skranji/v1/FHc6rL7AhdTIQxDmNZjE
Hw.ttf) format('truetype');
}
@font-face {
{
font-family : "'Lobster'";
font-style : normal;
font-weight : 400;
src : local('Lobster'), url
(http://themes.googleusercontent.com/static/fonts/lobster/v5/TSDaXhyJuDJ-
NBU0popSWA.ttf) format('truetype');
}
}
#header {
position : absolute;
top : 50px;
left : 10px;
width : 1000px;
height : 100px;
}
#suchmaschine {
position : absolute;
top: 70px;
left : 10px;
}
#videos {
position: absolute;
top: 110px;
left: 10px;
width : 1203px;
height : 200px;
}
#registration {
position : absolute;
top: 320px;
left: 10px;
width : 250px;
height : 280px;
}
.piclogo {
position : absolute;
left:310px;
}
.titeltext {
position: absolute;
left: 650px;
top: 10px;
}
#bodyfotos {
position : absolute;
top : 320px;
left : 270px;
width : 943px;
height : 4600px;
}
#impressum {
position:absolute;
top: 620px;
left: 10px;
width: 250px;
height : 170px;
}
#chat {
position : absolute;
top : 808px;
left : 10px;
width : 250px;
height : 400px;
}
#besucher {
position : absolute;
top : 1220px;
left : 10px;
width : 250px;
}
#google {
position: absolute;
top : 5000px;
left : 300px;
}
* {
margin: 0;
padding: 0;
}
* html #menu ul li{
float: left;
width: 100%;
}
*+ html #menu ul li {
float: left;
width: 100%;
}
*html body {
behavior: url(csshover3-source.htc);
font-size: 100%;
}
*html #menu ul li a {
height: 1%;
}
#menu {
width: 100%;
position: absolute;
left: 380px;
top: 10px;
padding: 0 20px;
background: transparent;
font-family: Verdana;
font-size: 1em;
line-height: 1.5;
float: left;
}
#menu ul {
float: left;
width: 110px;
list-style-type: none;
}
#menu h3 {
font-size: 1em;
text-align: center;
color: #000;
border: 1px solid #003366;
background: white;
}
#menu a {
text-decoration: none;
display: block;
border: 1px solid #ccc;
text-align: center;
background: silver;
color: #003366;
}
#menu a:hover {
color: #ff9224;
background: #003366;
}
#menu li {
position: relative;
}
#menu ul ul {
position: absolute;
z-index: 2;
display: none;
}
#menu ul li:hover ul {
display: block;
}
#menu a.direkt:link {
font-size: 1em;
font-weight: bold;
text-align: center;
color: #000;
border: 1px solid #003366;
background: #ff8000;
}
#menu a.direkt:hover {
color: #ff9224;
background: #003366;
border: 1px solid #ccc;
}
a:link { text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
a:focus { text-decoration:none;}
Danke im Vorhinein!