CSS background image issue

Last post 08-09-2011, 2:08 PM by Kenneth. 2 replies.
Sort Posts: Previous Next
  •  08-05-2011, 3:51 PM 69315

    CSS background image issue

    Hi,
    I went to http://cutesoft.net/example/general.aspx and uploaded 2 images SA-5DZ1.jpg and SA-5DZ2.jpg in the /uploads/guest folder and then a template file test_template_rm.htm. This template file uses the abvoe 2 jpgs as CSS background and has some text and tables as HTML content. When I select this template the text and content are being displaced by background image (when I view this file in web browser the text and HTML content come up neatly on the back ground image. Attached below is the screen shot. Where am I going wrong? How can this issue be corrected?

    Thanks in advance,
  •  08-08-2011, 7:16 AM 69403 in reply to 69315

    Re: CSS background image issue

    Hi hrm123,
     
    Can you send me your template file and the images and show me the full steps to reproduce this issue? So we can check it for you.
     
    My E-mail: Kenneth@CuteSoft.net
     
    Regards,
     
    ken
  •  08-09-2011, 2:08 PM 69450 in reply to 69403

    Re: CSS background image issue

    Hi hrm123,
    Please change the sections below
     
    background-image: url(/uploads/guest/SA-5DZ1.jpg)
    background-image: url(/uploads/guest/SA-5DZ2.jpg)
    to
    background-image: url(uploads/guest/SA-5DZ1.jpg)
    background-image: url(uploads/guest/SA-5DZ2.jpg)
    Regards,
    ken
View as RSS news feed in XML