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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

place image 'under' background image 1

Status
Not open for further replies.

Slippenos

MIS
Apr 22, 2005
333
US
Is there anyway I can have my image 'under' my css background image?

We'll say below is my background, and my image is a circle.
The circle is surrounded in a white, rectangular background.

How can I turn this ...

Code:
--------------------
|                  |
| ----             |
| ----             |
|                  |
|                  |
|                  |
|                  |
--------------------

Into this .. (no white background)

Code:
--------------------
|                  |
|  _               |
| (_)              |
|                  |
|                  |
|                  |
|                  |
--------------------

Any thoughts?

 

The circle is surrounded in a white, rectangular background.

Is the image maybe a GIF? Have you set the background to transparent on the image? Maybe that's all you are looking to do.

Cheers,
Jeff

 
That did it - thanks.

I'm not a CSS guy, or much of an images guy- so thanks for not mocking out my drawing ;)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top