is images inside the theme folder?

On Tue, Nov 18, 2008 at 10:17 AM, Wendell <[EMAIL PROTECTED]> wrote:

>
> Hi,
> I'm using VS 2005. I'm trying to implement Themes and skins in my web
> site. The background colors all show up specified in the associated
> CSS file but the images do not. My folder structure is: App_Themes
> \Theme1\Images. The skin file and CSS file is in Theme1 and the images
> are in Images.
>
> This is the CSS for the header image:
> .HeaderStyle
> {
>    background-image: url(Images/Header.jpg);
>    background-position:top;
>    background-repeat:repeat-x;
> }
>
> .HeaderStyle th
> {
>    padding: 0px;
>    color: #ffffff;
> }
>
> I've tried quotes and even putting the images in my Image file in the
> root directory but i could not get it to display. Does anyone  have a
> suggestion?
>
> Thanks,
> Wendell
>
>

Reply via email to