Announcement

Collapse
No announcement yet.

CSS background images issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CSS background images issue

    Hi,
    I designed a website and used different css style sheets for different pages.
    Almost everything is working fine, but the background images are not showing on the browsers (sometimes it shows on Internet Explorer, sometimes don't).
    Another problem that I am trying to solve is on the acatalog page. The links on this page act in a wrong way on IE (color on the visited links), but work fine on the other browser.
    Please, anyone with a clue that can help would be great
    The url is http://vvv.solarilluminations.com/acatalog/
    Thank you
    Sergio

    #2
    In Actinic you need to put single quotes round the image filename in css:
    Code:
    {background: url('image-filename.jpg');}
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk

    Comment


      #3
      You got it
      Thank you

      Comment

      Working...
      X