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?
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?!
Oh my god I’m so stupid. Please, somebody shoot me now, it’s been a long day.