Re: Master page and problems with background-image
- From: "3Dfelix" <3dfelix@xxxxxxxxx>
- Date: Mon, 18 Sep 2006 13:16:20 +0200
Hi all,
Finally a have found the solution. There are two possibilities:
a) using ResolveClientUrl passing the relative URL, example:
<body background=<%=ResolveClientUrl("picture.gif")%>
b) using external CSS, not embedded
Regards,
Félix
"3Dfelix" <3dfelix@xxxxxxxxx> escribió en el mensaje
news:O0WruZv2GHA.4932@xxxxxxxxxxxxxxxxxxxxxxx
I have a problem when using a Master page file in diferent aspx files. Some
of this aspx are in different places. I have see that the problem is with
styles definition on master file, when use "background-image". In some aspx
files this background image are lost.
for example:
background-image:url('../App_Themes/images/image2.gif ');
Any solution for this?
.
- Follow-Ups:
- Re: Master page and problems with background-image
- From: 3Dfelix
- Re: Master page and problems with background-image
- References:
- Master page and problems with background-image
- From: 3Dfelix
- Master page and problems with background-image
- Prev by Date: Static Field in IHttpModule
- Next by Date: Re: Help - exception from WebResource.axd - what does it mean?
- Previous by thread: Re: Master page and problems with background-image
- Next by thread: Re: Master page and problems with background-image
- Index(es):
Relevant Pages
|