prova cosi':
codice:
<html>
<head>
<title></title>
<style>
div {
display: block;
}
.entry, .entrytext {
font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
list-style-position: inside;
color: #444;
word-wrap: break-word;
}
* {
padding: 0;
margin: 0;
}
a {
color: black;
display: inline;
font-family: sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: 0;
line-height: 11px;
opacity: 1;
text-align: left;
text-decoration: none;
text-shadow: none;
text-transform: none;
}
.meta_rece {
width: 544px;
float: left;
}
.meta_rece_image {
float: left;
margin: 15px 5px 5px 5px;
}
.meta_rece_inside {
float: left;
background: white;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
border: 1px solid #CCC;
margin: 5px;
padding: 10px;
width: 380px;
}
.meta_rece_voto {
float: left;
width: 185px;
height: 59px;
margin-right: 5px;
border-bottom: 1px solid #CCC;
text-align: center;
}
.meta_rece_prezzo {
float: left;
width: 185px;
min-height: 60px;
background: url(http://www.ipadevice.com/wp-content/.../price_app.png) no-repeat;
margin-left: 5px;
}
.meta_rece_prezzo_tag {
padding-left: 35px;
text-align: center;
line-height: 60px;
font-size: 32px;
color: white;
font-weight: bold;
}
.meta_rece_produttore {
float: left;
margin: 5px 5px 0 0;
width: 185px;
min-height: 60px;
text-align: center;
}
a.meta_rece_itunes_store {
display: block;
width: 185px;
min-height: 60px;
background: url(http://www.ipadevice.com/wp-content/...wnload_app.png) no-repeat;
margin:60px 0px 0px 195px;
background-position: 0px 0px 0px 0px;
}
a.meta_rece_itunes_store:hover {
background-position:0px -60px;
}
</style>
</head>
<body>
<div class="entry">
<div class="meta_rece">
<div class="meta_rece_image">
</div>
<div class="meta_rece_inside">
<div class="meta_rece_voto">
<h3>Nome:</h3>
<div class="meta_rece_voto_tag">Jelly Lander HD</div>
</div>
<div class="meta_rece_prezzo">
<div class="meta_rece_prezzo_tag">0,79</div>
</div>
<div class="meta_rece_produttore">
<h3>Categoria:</h3>
<div class="meta_rece_produttore_tag">Giochi</div>
</div>
<div class="meta_rece_link">
</div>
</div>
</div>
<div class="meta_rece_separator"></div>
</div>
</body>
</html>