Avrei un problema.. come faccio ad impostare una grandezza fissa per la tabella? Ovvero che sia della stessa dimensione sia in mozilla che in ie?
ecco il codice css
tablediv è la tabella!<style type="text/css">
body{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px}
.tablediv{border:0}
.centercell{vertical-align:top; background-color:#EFF7F9; width:100px; height:120px}
.a1{background:url(http://127.0.0.1/new/images/a1.png) no-repeat right bottom; width:19px; height:17px}
.a2{background:url(http://127.0.0.1/new/images/a2.png) no-repeat left bottom; width:19px; height:17px}
.a3{background:url(http://127.0.0.1/new/images/a3.png) no-repeat top right; width:19px; height:17px}
.a4{background:url(http://127.0.0.1/new/images/a4.png) no-repeat top left; width:19px; height:17px}
.au{background:url(http://127.0.0.1/new/images/au.png) repeat-x bottom; width:3px; height:17px}
.ad{background:url(http://127.0.0.1/new/images/ad.png) repeat-x top; width:3px; height:17px}
.al{background:url(http://127.0.0.1/new/images/al.png) repeat-y right; width:19px; height:3px}
.ar{background:url(http://127.0.0.1/new/images/ar.png) repeat-y left; width:19px; height:3px}
</style>
a1 a2 a3 a4 sono gli angoli della tabella
al ar sono i contorni della tabella che sono ripetuti
au ad altrettanto
centercell invece è la cella centrale.. quella dove vi è la scritta!
ho provato ad impostare un valore fisso in px di width e height! ma se do un valore minore a 100px la tabella si vede in un modo in firefox e in un altro in ie!
Come posso fare per dare una grandezza fissa alla tabella senza che si vedi diversamente da un browser all'altro?

Rispondi quotando