Bonjour
Je vous explique mon probleme. Je veut faire un site qui peut etre vu sur des blackberry, mais j'ai un probleme d'affichage qui est que ma dernier colone de mon tableau se mais dans la ligne du bas
j'ai conectement parametre l'emulateur de blackberry en metant l'affichage bureau avec toute les option d''affichage cocher
voici mon code si qqun a une idée:
<div class="Global">
<div class="Title">
<div class="Image"></div><div class="Image"></div>
<div class="Side"> Side</div>
<div class="Symbol"> Symbol</div><div class="QExec"> Q. Exec</div><div class="AVGPrice"> Avg price</div>
<div class="Broken"> Broken</div>
</div>
<div class="PartiallyOrder">
<div class="Image"><img src="bis/plusbottom1.gif" alt=""/></div>
<div class="Image"><img src="bis/line.gif" alt=""/></div>
<div class="SideSell"> Sell</div>
<div class="Symbol"> Euro</div>
<div class="QExec">100.0% </div>
<div class="AVGPrice"> 1000000.00</div>
<div class="Broken"> Broker_Deutsche_Bank</div>
</div>
</div>
mon css:
.Global {
float:left;
display:block;
}
.Title {
float:inherit;
font-family: Arial, Helvetica, sans-serif;
}
.TreminatedOrder {
background-color:#FF9999;
}
.TreminatedOrderFils {
background-color:#FF99CC;
}
.PartiallyOrder {
background-color:#FFFF99;
height:inherit;
}
.PartiallyOrderFils {
background-color:#FFFFCC;
}
.Image {
float:left;
width:18px;
height:18px;
}
.Side {
float:left;
width:40px;
}
.SideBuy {
float:left;
width:40px;
background-color:#0066FF;
}
.SideSell {
float:left;
width:40px;
background-color:#FF0066;
}
.Symbol {
float:left;
width:60px;
}
.QExec {
float:left;
width:60px;
}
.AVGPrice {
float:left;
width:85px;
}
.Broken {
float:left;
width:inherit;
}
Sur IE et FF ainsi que sur les pda (windows mobile) ça passe correctement sur blackberry ya la colone broken ki dessent d'une ligne
ps: pas de tableau en html car je doit faire un affichage dynamique dans la quel je doit cacher de ligne dans le tableau comme un treeview