Jump to content

Need help with a wrapper shadow


deansaddigh

Recommended Posts

How do i do it, i know i would use it on a wrapper tag.

 

so something like this

 

#wrapper {
width:960px;
margin-left: 20px;
margin-top:100px;
margin-bottom:20px;
overflow:auto;
background-image:url(../images/wrapper_shadow.png);
background-repeat:repeat-y;
}

 

But how do i make the image in photoshop to have a shadow on each side?

 

Is there anyway some one can do it? or tell me how you do it pretty please  :shrug:

Link to comment
https://forums.phpfreaks.com/topic/187771-need-help-with-a-wrapper-shadow/
Share on other sites

I posted a Technique which works for shadows as well, you can find it at http://www.phpfreaks.com/forums/index.php/topic,281729.msg1342957.html#msg1342957

 

By using that, you will still be able to use percentages for your widths, and allow for a more flexible layout.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.