Forums

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

Home Forums CSS Browser ignoring my CSS, rendering its own?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33962
    Brightonmike
    Member

    The CSS:

    #topslider {
    background:black;
    width:100%;
    float:left;
    display:block;
    border-top:5px solid #B9B9B9;
    border-bottom:5px solid #B9B9B9;
    background:white;
    }

    The browser is rendering:

    #topslider {
    background: none repeat scroll 0 0 white;
    border-bottom: 5px solid #B9B9B9;
    border-top: 5px solid #B9B9B9;
    display: block;
    float: left;
    width: 100%;
    }

    I don’t get it?!

    #85181
    Brightonmike
    Member

    Oh my god I’m so stupid. Please, somebody shoot me now, it’s been a long day.

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