Today I discovered position:absolute....lol...
I have a table and I want to display some text in, I also want to display an image in there as well, when I position:absolute the image, the text just runs throught the pic...how can the get it to detect the pic and just wrap around it
here is the css im using
I have a table and I want to display some text in, I also want to display an image in there as well, when I position:absolute the image, the text just runs throught the pic...how can the get it to detect the pic and just wrap around it
here is the css im using
Code:
.Pic
{
position:absolute;
left:100px;
top:150px;
}