Body Background Photo No Show in FF, OK in IE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DZaidle
    New Member
    • Oct 2009
    • 9

    Body Background Photo No Show in FF, OK in IE

    I have set a photo/graphic JPEG as the background under the Body panel in the VB (3.8.4, Patch Level 1) style ( url(images/cw2_breeze/jimmy's output/CW2_Breeze_08.jpg) ). It displays fine in IE7, but not at all in in FF3.5.3.

    It is probably something in the CSS code I am missing, but I am too much a noob to figure it out.

    This is a fresh template worked up from scratch (no custom coding or outside sourced skin).

    You can view the site at www.forum.fishgame.com (Style TFG2).

    Please give details and assume I know nothing (which mostly I don't).

    Thanks.
  • kennethj
    Senior Member
    • Apr 2001
    • 116
    • 3.6.x

    #2
    instead of adding "background-image" try just using the background setting vB has :

    in the background block for the body (and tcat

    right now the background is : transparent
    would change to :
    Code:
    url(images/cw2_breeze/jimmys output/CW2_Breeze_08.jpg)
    or
    transparent url(images/cw2_breeze/jimmys output/CW2_Breeze_08.jpg)
    would also try to avoid spaces in directory and file names.
    .. . / GFXstyles certain amount of common sense is necessary to survive in this world !
    insanity leaves you no restrictions

    Comment

    • DZaidle
      New Member
      • Oct 2009
      • 9

      #3
      Originally posted by kennethj
      instead of adding "background-image" try just using the background setting vB has :

      in the background block for the body (and tcat

      right now the background is : transparent
      would change to :
      Code:
      url(images/cw2_breeze/jimmys output/CW2_Breeze_08.jpg)
      or
      transparent url(images/cw2_breeze/jimmys output/CW2_Breeze_08.jpg)
      would also try to avoid spaces in directory and file names.
      That did the trick. Works like a hose now.

      Thank you!

      Comment

      Related Topics

      Collapse

      Working...