Welcome to TalkGraphics.com
Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11

    Default Re: Help with Error Message

    Here is the background and the Xara file.

    The background in 1920x1120

    Thanks
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Watch-My-MVP-General-Background.jpg 
Views:	85 
Size:	10.5 KB 
ID:	69869  
    Attached Files Attached Files

  2. #12

    Default Re: Help with Error Message

    Try removing this section from the <head> placeholder:

    <style type="text/css" media="screen">
    html, body, #flashContent { height:100%; background-color:#3a362f; }
    body { margin:0; padding:0; overflow:hidden; }
    </style>

  3. #13

    Default Re: Help with Error Message

    Thanks for your help.

    Removing the entire section of code took the background away and errored out, but I found a way for it to work.

    <style type="text/css" media="screen">
    html, body, #flashContent { height:100%; background-color:#3a362f; }
    body { margin:0; padding:0; overflow:hidden; }
    </style>

    I removed the the text "html" from the second line.

    It seemed that this flash html code was controlling the entire page. After removing the reference to html, the backgorund shows as it should.

    The page displays and functions properly when I export it and open it in IE, which I will go with. But IE registers an error of "sfwmacmousewheel object null or void".

    I don't know how to get rid of this, but as long as it is working, I will proceed.

    Thanks for your help!

  4. #14

    Default Re: Help with Error Message

    Removing only the style section as shown worked fine in my tests,
    But, you've got it working now and that's all that matters.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •