div interni

Web design, grafica bitmap e vettoriale, DTP e creatività 3D.
Post Reply
User avatar
Nadiuccia
Mac Peer Aficionado
Posts: 532
Joined: Wed Mar 22, 2006 5:37 am
div interni

Post by Nadiuccia »

Ciao a tutti
posso chiedervi un favore...?
Vorrei mettere due div uno interno all'altro come in questa immagine allegata (1)....
Ho creato il div text e due div uno title e uno caption da mettere all'interno

Nel css ho scritto
#text {
width: 370px;
height: 45px;
}

#caption {
width: 300px;
height: 10px;
text-align:right;
position: relative; left:70;px;
background-color:#333333
}
#title {
text-align:left;
background-color: #0033FF
}

il CAPTION è visual designer
e il TITLE è nadiaabate.com

nell'html ho scritto
<div id="text">
<div id="caption"><h3>visual designer</h3></div>
<div id="title"><h1>nadiaabate.com</h1></div>
</div>

ma non riesco ad ottenere l'allineamento...vedo una cosa come questa (2)...
cosa sbaglio?
Attachments
Immagine 2.png
Immagine 2.png (16.09 KiB) Viewed 134 times
Immagine 1.png
Immagine 1.png (13.79 KiB) Viewed 141 times
"Don't worry, be happy...or hippy!" ^__^

Post Reply