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 ...
Into this .. (no white background)
Any thoughts?
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?