background picture can't display.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cccc2046
    New Member
    • Aug 2008
    • 1

    background picture can't display.

    hi,

    i am a rookies in ASP.Net(C#). and i am using visual studio 2005
    i am creating a webpages.and using CSS, Master page, and Content page
    in my CSS ( myStyle.css) i set my background picture as bellow:

    [CODE=css].Column4a
    {
    float: right;
    height: 50px;
    font-size: small;
    background-image:url(Image s/column1.gif);
    border: solid yellow 1pt;
    }
    [/CODE]
    at master page( myMaster.page)
    <head> tag
    [HTML]<link href="myStyle.c ss" rel="stylesheet " type="text/css" />
    [/HTML]
    and a content page (myContent.page )
    it is login secree
    and a content page (myHome.page)
    it is a blank page for current.

    i found several problem in my pages
    1.) i added background-image in myCss.css i cannot view the picture in the design at myMaster.page but it can be display while running myContent.page why? is it a problem related to my picture format?

    2.) i set several link at myMaster.page it is a hyperlink and linkButton.
    once i select any of the linkage, the pictures in myMaster.page will be disappear.

    3.) select a hyperlink to other page(myHome click to myContent, without a picture at myMaster.page) it can be go, but i cannot continue to select other page(myHome ) it come out an error.

    Problem above is is relevant to my Config file setting?

    Please, i really need some guidance from you.
    Thank you.

    by cccc2046 (CS)
    Last edited by acoder; Aug 3 '08, 04:32 PM. Reason: Please use [code] tags
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    This is more a .NET problem rather than a CSS one, so I've moved this thread across to the .NET forum for you.

    Please remember to use code tags when posting code. It makes the code easier to read. Thanks.

    Moderator.

    Comment

    Working...