Ho creato un css, ed un html, nel css vengono descritte le classi, e nell'html le uso, ma non mi accetta le immagini!
ecco il codice css:
e quello html:
non so perchè ma le uniche immagini che appaiono nel foglio, sono mback_left mback_dx e mback_right
perchè??
ecco il codice css:
Codice:
.mback_left {width: 104px; background-image: url(http://a.imageshack.us/img4/7725/51194034.png); background-repeat: no-repeat; background-position: bottom}
.mback_sx {width: 42px; background-image: url(http://a.imageshack.us/img194/2715/mbacklft.png); background-repeat:no-repeat; background-position: bottom}
.mback_center {background-image: url(http://a.imageshack.us/img85/8620/ctri1.png); background-repeat: repeat-x; background-position: bottom}
.mback_dx {width: 42px; background-image: url(http://a.imageshack.us/img294/6879/mbackrght.png); background-repeat:no-repeat; background-position: bottom}
.mback_right {width: 89px; background-image: url(http://a.imageshack.us/img707/9223/66091328.png); background-repeat: no-repeat; background-position: bottom}
.mback {height: 70px; background-image: none}
e quello html:
HTML:
<head>
<link rel="stylesheet" href="stile.css" type="text/css">
</head>
<table width="400"><table class="mback" width="400" cellpadding="0" cellspacing="0"><tr><td class="mback_left"></td><td class="mback_sx></td><td class="mback_center">
<div align="center" valign="bottom">TITOLO</div>
</td><td class="mback_dx"></td><td class="mback_right"></td></tr></table>
<table>contenuto tabella</table>
non so perchè ma le uniche immagini che appaiono nel foglio, sono mback_left mback_dx e mback_right
perchè??