Master page and problems with background-image

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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?


.



Relevant Pages

  • Re: Master Pages - loading of ContentPlaceHolder
    ... news store from the center section or the quick menu on the right side of the ... Here is the layout of the master page (open window until you have three ... The reason we don't want to have different .aspx pages calling the same ... You setup a .master file with ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Problem calling function
    ... I have an aspx page that uses a master page. ... added a reference to a javascript file. ... javascript file, I keep getting error that function is undefined. ...
    (comp.lang.javascript)
  • Re: How to reference the masterpage body element in server code
    ... demonstrate how to access a control on a master page from the content page: ... "Roberto Kohler" wrote: ... > handler from an aspx file that uses the master-page. ... I could choose to set the onkeydown event handler to null from ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Re: Making a public property in a master page is not visible in .aspx page
    ... I have a .aspx page that has a master page. ... In the master page, I have a Literal Control, and I created a public ... or methos via "Master.Method" etc. ...
    (microsoft.public.dotnet.languages.csharp)
  • How to modify tag when using a master page?
    ... single master page. ... to the head tag in order to use Google maps. ... In the aspx page: Page_Load ...
    (microsoft.public.dotnet.framework.aspnet)