Medlem
|
|
Reg.datum: Sep 2008
Inlägg: 189
|
|
Medlem
Reg.datum: Sep 2008
Inlägg: 189
|
Funkar inte, dvs ger ingen markering på muspekaren, den bryr sig inte,,,
Men sätter jag ovannämnda form, just efter de två div, så funkar det.
Nedan funkar: (men nu är den ju utanför.)
echo "$starttext_old<br>$ba15$ba16";
echo "</div></div>";
?>
<form action="http://www.******.se/*****.php" method="post" name="frm">
<div><input type="hidden" name="foo" value="bar" />
<a href="#" onclick="document.forms[0].submit();return false;">submit</a></div>
</form>
<?php
'''''''''''''''''''''''''''''''''''''''''''''''''' '''''''''''''''''''''''''''''''''''''''''''''''''' Om felet är där???
Jag vet jag såg exempel där css hade "..celldivh" fast jag gjorde bara med en punkt....
Ligger felet där eller?
Sänder med lite css
.tablediv {
position:relative; left:0px; top:1px;height:859px; width:640px;
background-color: silver;
}
.celldivh {
position: absolute; top: 0px; height:18px; left: 1px; width: 52px; background-color: azure;
}
.celldiv2h {
position: absolute; top: 0px; height:18px; left: 54px; width: 108px; background-color: azure;
}
.celldiv3h {
position: absolute; top: 0px; height:18px; left: 163px; width: 240px; background-color: azure;
}
.celldiv4h {
position: absolute; top: 0px; height:18px; left: 404px; width: 60px; background-color: azure;
}
.celldiv5h {
position: absolute; top: 0px; height:18px; left: 465px; width: 84px; background-color: azure;
}
.celldiv6h {
position: absolute; top: 0px; height:18px; left: 550px; width: 89px; background-color: azure;
}
.celldiv {
position: absolute; top: 0px; height:92px; left: 1px; width: 52px; background-color: azure;
}
.celldiv2 {
position: absolute; top: 0px; height:92px; left: 54px; width: 108px; background-color: azure;
}
.celldiv3 {
position: absolute; top: 0px; height:92px; left: 163px; width: 240px; background-color: azure;
}
.celldiv4 {
position: absolute; top: 0px; height:92px; left: 404px; width: 60px; background-color: azure;
}
.celldiv5 {
position: absolute; top: 0px; height:92px; left: 465px; width: 84px; background-color: azure;
}
.celldiv6 {
position: absolute; top: 0px; height:92px; left: 550px; width: 89px; background-color: azure;
}
.rowdiv {
position:relative; height:93px; width:800px;
}
.rowdivh {
position:relative; height:19px; width:800px;
}
Senast redigerad av TonyL den 2010-04-09 klockan 09:17
|