Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DHTML: Put graphic in R upper corner of table cell?
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
DHTML: Put graphic in R upper corner of table cell?
Divers
Thread ID:
01150717
Message ID:
01150717
Vues:
118
I have a table inside of a table. The outer table is dynamically positioned absolutely on the web page when a mouse click occurs. Within the inner table, I want to place a small graphic in the R upper corner of one of the cells. What I thought was the solution does work in IE but does not work in Firefox. Here is the HTML in schematic form:
<TABLE style=position:absolute; etc>   -->> Outer table
<TR><TD>
  <TABLE style=position:relative; etc> -->> Inner table
  <TR><TD><IMG SRC=x.gif style=position:absolute;top:0;right:0>
etc...
In IE, the graphic x.gif does display in the R upper corner of the cell. But in Firefox, it displays in the R upper corner of the outer table.

Any suggestions appreciated!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform