hi
ich bin an meiner webseite (html und css) und hab folgendes prob:
ich hab mit css ein dropdown menü gemacht und mit css das layout von tabellen definiert (breite, höhe, hintergrund, bild, ect)
und in ie6, ie7 und opera9 geht alles 100% super. aber der bl¨de firefox will einfach nicht!!! weder das menü funktioniert noch der hintergrund ect der tabelle 
ka wieso.
hier der code:
css:
.menu {display:none; }
.menubox {position: relative; height: 24px;}
#menue { position:absolute; top: 186px; left: 3px;}
#menue .outer, .outer:visited {color: tan; width:146px; height:23px; background:images/linkliste2.gif; border:1px solid #000; margin-right:1px; text-align:center; float:left; text-decoration:none; font-family:tahoma, garmond, garmond, garmond; font-size:14px; line-height:23px; overflow:hidden}
#menue .outer:hover {height:auto; color: #000; background: #a7a359;}
a.inner, a.inner:visited {display:block; width:146px; height:23px; border-bottom:1px solid #000; text-decoration:none; background:#000; color:#D2B48C; font-family:garmond, garmond, garmond, garmond; font-size:13px; text-align:center}
a.inner:hover {background:#a7a359; color:#000;}
a.menutag, a.menutag:visited { display: block; color:tan; text-decoration:none; }
a.menutag:hover { display: block; color: #000; text-decoration:none; }
table#table38 { border:1px; border-color: black; background-image: url(kachel2.JPG); width:720px; height:400px; text-align: justify; font-size: 15px;}
table#table40 { border:1px; border-color: black; background-color: #a7a359; width:720px; height:400px; }
table#table38 td { width:50%; }
table#table39 { width:900px; border: 0; text-align:center; }
img#img1 { border-color: white; }
img#img2 { border-color: white; }
table#table41 { border:1px; border-color: black; background-image: url(kachel2.JPG); width:720px; height:400px; text-align: justify; font-size: 15px;}
table#table41 td { width:50%; }
img#img3 { border-color: white; }
img#img4 { border-color: white; }
table#table42 { border:1px; border-color: black; color: black; background-image: url(kachel2.JPG); width:720px; height:400px; text-align: justify; font-size: 15px;}
table#table42 td { width:50%; }
img#img5 { border-color: white; }
img#img6 { border-color: white; }
html:
Home
Deutsch
Portugues
English
Aktuell
News
News
Aufbau
Desing
Produktiong
Produkte
Bilder
Über uns
Home
Deutsch
Portugues
English
News
News
Aufbau
Design
Produktion
text text
**text text
.
**
text trext
text text
text text
**text text
**
html code sollte io sein. hab ihn testen lassen.
gruss
sam

Auch bei HTML und CSS, sonst kriegst Du u.U. ein Ergebnis, das Du nicht willst. Und der IE ist dafür bekannt, dass er aus falschem Code was macht, was dem Laien zunächst gefällt.