Ciao, ho un testo dentro ad un DIV.
Vedendolo con IE è in alto in cima, con Firefox è più in basso.
Vorrei che avessero la stessa posizione (meglio se centrati entrambi).
Come posso risolvere?
Grazie
Ecco il codice:
<html>
<head>
<title>test</title> <style type="text/css">
<!--
#testata_dx{
float: right;
margin-right: 40px;
height: 100px;
background:url(img/bg_head.gif) no-repeat 50% 10px;
background-color: #cc55cc;
}
-->
</style>
</head>
<body>
<div id="testata_dx">
<h2>Hola test!</h2>
</div>
</body>
</html>
...il testo è dentro il tag H2... devo giocare con il padding di questo tag?
tnx

Rispondi quotando