I am trying to add a shadow to my white wrapper, but have been unsuccessful, and it's not even showing up on the page.
I'm doing it in a rather unconventional way, (I want the shadow to be its own div/image, aside from the background or wrapper) because I want the shadow to fit inside the wrapper, but not extend past it.
Here is the site.
Here is the code:
Quote:
Quote:
#shadow {
background-image:url (http://www.ivancash.com/images/shadow_thang.gif);
background-repeat: repeat-y;
background-position: 50%;
text-align:center;
width:810 px;
position: relative;
margin: 0 auto;
min-width:810px;
min-height:100%;
z-index:1;
}
|
Lastly, I am not able to get rid of the hyperlink decoration for "ivan cash," despite having code that's supposed to do the trick:
Quote:
Quote:
#intro {
font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
font-size:36px;
text-align:center;
text-decoration:none;
width:600px;
}
#intro a:link, #intro a:visited, #intro a:active, #intro a:hover {
text-decoration: none;
color: #464646;
}
|
If you can help me, I will love you long time.
__________________
Last edited by shwizle; 10-14-2007 at 05:53 PM..
|