Height og margin fejl i browsere - Firefox, Opara og Netscape
Jeg får følgende fejl på min side i forskellige browsere:Hjemmeside: http://www.mixmeister.dk (klik "ja" og se forsiden)
Firefox/netscape:
- Margin problem, ønsker den nederste margin fjernet
Opara:
-Height problem, ønsker siden 100% i højde
Udpluk af min ydre tabel og css
html:
<div align='center'><table width='778' height="100%" cellspacing='0' cellpadding='0'>
<tr>
<td valign="top" class="divbgfarve">
<table align='center' width='743' cellpadding='0' cellspacing='0' class="allarea">
css:
.allarea {
background-color: E7E5DA;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: 9D9B94;
border-right-color: 9D9B94;
border-bottom-color: 9D9B94;
border-left-color: 9D9B94;
.divbgfarve {
background-color: F0F0EB;
border-top-width: 1px;
border-right-width: 10px;
border-bottom-width: 1px;
border-left-width: 10px;
border-top-style: none;
Border-bottom-style: none;
border-right-style: solid;
border-left-style: solid;
border-top-color: 666666;
border-right-color: 666666;
border-bottom-color: 666666;
border-left-color: 666666;
