b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » XXX » Message 7546725 (Thread)

# div worked
but it's all jumbled, can I make it so there's a black background with the image just once at the top?
(, Sun 26 Aug 2007, 0:55, archived)
#
 div { background: #000000 url('http://www.b3tards.com/u/1628d80a69fd3a28d054/spectrum.jpg') top left no-repeat; }
(, Sun 26 Aug 2007, 0:57, archived)
#
after the background image code, try


background-repeat: no-repeat;
background-color: black;
(, Sun 26 Aug 2007, 0:58, archived)
# or what the stoat says
his is tidier
(, Sun 26 Aug 2007, 0:59, archived)