Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fairly new to css...better late than never

Status
Not open for further replies.

daNewfie

Programmer
Oct 14, 2004
258
CA
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

Code:
.Pic
{
position:absolute;
left:100px;
top:150px;

}
 
also there is a table in the main table that Im having the same problem with
 
I just realized that when i had to resize my browser...

Ok..let me explain a little bit more and supply a link to what is happening.

I have a varible im pulling from a database that hold a news article.

about 1/4 the way down the article on the right hand side I wnat to inject an ad and have the article text wrap around it. I cant break the display cell up into multiple cells for obvious reasons.


thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top