Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Image bg not showing in my ul id tag

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27788
    NikeAirforce1s
    Participant

    This is driving me insane and I feel so dense, even went to sleep on it and still having the same problem.

    Why is my page not showing ul bg pls?

    I was following chrises first psd to html and already having problem.

    vm.css

    Code:
    @charset “utf-8”;

    * {
    margin: 0;
    padding: 0;
    }

    body {
    font-family: Verdana, Geneva, sans-serif;
    background:#ffff00 url(‘../images/vminterfacebg.png’) repeat-x;

    }

    ul# nav {
    height: 118px; width: 940px;
    margin: 0 auto;
    background:url(‘../images/vminterface_header.jpg’) no-repeat;
    }

    Thanks.

    #70189
    NikeAirforce1s
    Participant

    Thanks Jamy that did it, can’t believe the space made al the difference. Cheers

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.