jag har en cell med en bild som jag kan byta ut till fem olika bilder
alla bilder har en del genomskinlig yta
sen kan jag byta ut bakgrundfärgen i olika färger
allt fungerar förutom att det blir en rad av färgen under bilderna (bara nån pixel hög...).
om jag har bara en bild så finns ej raden med
<td rowspan="2" align="right" id="farg" bgcolor=
<% if RecSet("farg1") = "" then%>""<%end if %>
<% if RecSet("farg1") = "#0033CC" then%>#0033CC<%end if %>
<% if RecSet("farg1") = "#CC6633" then%>#CC6633<%end if %>
<% if RecSet("farg1") = "#33CC33" then%>#33CC33<%end if %>
<% if RecSet("farg1") = "#FFFF00" then%>#FFFF00<%end if %>
<% if RecSet("farg1") = "#FF6600" then%>#FF6600<%end if %>
<% if RecSet("farg1") = "#FF0000" then%>#FF0000<%end if %>
<% if RecSet("farg1") = "#000000" then%>#000000<%end if %>
<% if RecSet("farg1") = "#FFFFFF" then%>#FFFFFF<%end if %>>
<img id="bild_1hy" src="../images/lbhytt.gif" width="46" height="86"
<% if RecSet("biltyp") = "Lastbil" or IsNull(RecSet("biltyp")) then
else%> style="display:none;"
<% end if %>>
<img id="bild_2hy" src="../images/lbhytt.gif" width="46" height="86"
<% if RecSet("biltyp") = "Lastbil + släp" then
else%> style="display:none;"
<% end if %>>
<img id="bild_3hy" src="../images/llbhytt.gif" width="65" height="86"
<% if RecSet("biltyp") = "Latt_Lastbil" then
else%> style="display:none;"
<% end if %>>
<img id="bild_4hy" src="../images/lbhytt.gif" width="80" height="86"
<% if RecSet("biltyp") = "Skåpbil/van" then
else%> style="display:none;"
<% end if %>>
<img id="bild_5hy" src="../images/slap1.gif" width="20" height="86"
<% if RecSet("biltyp") = "släpCE" then
else%> style="display:none;"
<% end if %>></td>