moonwalkercs
08-10-2005, 06:32 AM
I have a content div on my site. Inside the that I have a bio class that I want to use with a picture and some text about me....here's the bio class:
.bio{
font-family: "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color:#353E49;
}
.bio img{
float:left;
}
When I use this in my page, the picture appears behind the content div. Is there anything I should add to .bio img so that the image will appear in front of the content div? I'ver heard something about using the clear variable...would that be relevant here?
.bio{
font-family: "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color:#353E49;
}
.bio img{
float:left;
}
When I use this in my page, the picture appears behind the content div. Is there anything I should add to .bio img so that the image will appear in front of the content div? I'ver heard something about using the clear variable...would that be relevant here?