CSS Question

Out of context: Reply #6

  • Started
  • Last post
  • 6 Responses
  • Juddly0

    Try
    NAV
    background: url("images/menu_over.png") no-repeat 5px 0px 7px 0px; (without background-position)

    FOOTER
    background: url("images/bravecopyright.gif") no-repeat #fff;
    (without the background-color)

    You can't have 'background' - which contains background-image, background-repeat, background-attachment, background-colour, etc. WITH one of those selectors, one will cancel out the other.

View thread