Jag har följande:
[red]
<table id="dList" class="dList" cellspacing="0" border="0" style="border-collapse:collapse;">
<tr>
<td>
<div class="dHeadLeft">
icaa
</div>
<div class="dHeadRight">
<a class="imgemail" href="mailto:"><img src="/guestbook/img/email.gif" alt="skicka epost till skribenten." border="0" /></a><a id="dList__ctl0_GoToHomepage" class="imghome" href="http://"><img src="/guestbook/img/home.gif" alt="Skribentens hemsida." border="0" /></a>11 juli
</div>
<div class="dListMess">
Här kommer det text
</div>
</td>
</tr>
</table>[/red]
och
[red]
.dList
{
width: 100%;
}
.dHeadLeft
{
margin: 20px 0px 0px 0px;
font-weight: normal;
font-size: 9pt;
color: #000;
font-style: normal;
font-family: Verdana, Arial, Courier;
font-variant: normal;
border-top: #000000 1px solid;
border-left: #000000 1px solid;
border-bottom: #000000 1px solid;
background-color: #dcdcdc;
clear: left;
float: left;
width: 50%;
height: 25px;
}
.dHeadRight
{
margin: 20px 0px 0px 0px;
font-weight: normal;
font-size: 9pt;
color: #000;
font-style: normal;
font-family: Verdana, Arial, Courier;
font-variant: normal;
border-top: #000000 1px solid;
border-right: #000000 1px solid;
border-bottom: #000000 1px solid;
background-color: #dcdcdc;
clear: right;
float: right;
width: 50%;
height: 25px;
}
.dlistMess
{
font-weight: normal;
font-size: 9pt;
color: #000;
font-style: normal;
font-family: Verdana, Arial, Courier;
background-color: #f5f5f5;
border-bottom: #000000 1px solid;
border-right: #000000 1px solid;
border-left: #000000 1px solid;
padding: 3px;
clear: both;
width: 100%;
height: 40px;
}[/red]
i IE ser det bra ut men jag har problem med bl. a Mozilla, för där ligger allt huller om buller.
Jag har en XHTML DTD:
[red]
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
[/red]