Forums / General Questions / #mainwrapper image

#mainwrapper image

Locked
Results 1 to 7 of 7
This thread is locked. New replies are disabled.
12 Apr 2009, 17:14
#1
txscubarat avatar

txscubarat

New Zenner

Join Date:
Jan 2009
Posts:
60
Plugin Contributions:
0

#mainwrapper image

I am trying to place a .jpg image in the #mainwrapper. It is basically a "frame" that goes around all four sides to create a "blur effect" so that the two different colors (main wrapper and sidebox) don't crash into each other. I have tried placing url(../images/image_name.jpg) in the css with the image in the image directory, but so far nothing appears.

Am I missing something?
12 Apr 2009, 17:25
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Posts:
6,171
Plugin Contributions:
0

Re: #mainwrapper image

txscubarat:

I am trying to place a .jpg image in the #mainwrapper. It is basically a "frame" that goes around all four sides to create a "blur effect" so that the two different colors (main wrapper and sidebox) don't crash into each other. I have tried placing url(../images/image_name.jpg) in the css with the image in the image directory, but so far nothing appears.

Am I missing something?


Tx,
includes/ templates/ your_template/ images
12 Apr 2009, 17:27
#3
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Posts:
21,876
Plugin Contributions:
6

Re: #mainwrapper image

Which image directory? Template images should not go in the base /images/ but in
/includes/templates/your_template/images/.
12 Apr 2009, 17:28
#4
txscubarat avatar

txscubarat

New Zenner

Join Date:
Jan 2009
Posts:
60
Plugin Contributions:
0

Re: #mainwrapper image

The image is in includes/ templates/ my_template/ images, but it still is a no show.
12 Apr 2009, 17:31
#5
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Posts:
21,876
Plugin Contributions:
6

Re: #mainwrapper image

Without seeing the site I don't know what else we can suggest.

If we can see the site we can examine the stylesheet for possible errors.
12 Apr 2009, 17:37
#6
txscubarat avatar

txscubarat

New Zenner

Join Date:
Jan 2009
Posts:
60
Plugin Contributions:
0

Re: #mainwrapper image

I understand, but it is currently on a local machine. Basically, what I am trying to accomplish is to remove the "sharp edge" from the two different colors. With the sideboxes straddling the main wrapper, I am trying to "diffuse" those edges. Maybe by adding a blur effect, a horizontal gradient, etc.

I have a .jpg image of what I can only describe as a picture frame. This frame is the image I was trying to insert into the #mainwrapper section of the css.
14 Apr 2009, 07:32
#7
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Posts:
21,876
Plugin Contributions:
6

Re: #mainwrapper image

Are you sure that nothing inside #mainWrapper has a background image or color? That could be hiding a #mainWrapper image that is correctly displaying.