b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » Zombies! » Message 2753117

[challenge entry] goddamnit
sorry for the biggity


about 2 years ago i did some brushwork of zombies and their arch enemies the robots, which quickly just turned into musings on zombies. it's true, you know. first in the series of 9, which can be found when going to zombie chronicles at the sketch frame, part of the 'web-site'



From the Zombies! challenge. See all 592 entries (closed)

(, Sat 14 Feb 2004, 21:19, archived)
# that is a genius drawing
although big

tj: anyone know how to get text to go over an image in css?
(, Sat 14 Feb 2004, 21:22, archived)
# dunno if it's any use
but the way i do it is by setting the class or element to use the image as a background in the css, then just add the text in the html (or something like that - booze is addling my brain)
(, Sat 14 Feb 2004, 21:25, archived)
# thats even easier than my way
:o)
(, Sat 14 Feb 2004, 21:26, archived)
# css rocks
tables suck big time, but try telling that to some web designers who have been using tables for years
(, Sat 14 Feb 2004, 21:28, archived)
# you got that right
I am currently designing my site in css but all my past sites have been using tables, css is far easier once you get used to it
(, Sat 14 Feb 2004, 21:30, archived)
# i love tables
plus its easier to eat dinner with them!

but html tables are great!
(, Sat 14 Feb 2004, 21:33, archived)
# I got that
but when I try to set where the text goes with a margin it moves the bg too
(, Sat 14 Feb 2004, 21:28, archived)
# what's the css?
here's an example i use

#contentheader {
height: 100px;
background-image: url(images/banner.jpg);
font-family: Verdana, sans-serif;
font-size: 9px;
text-align: right;
}

then in the html

<div id="contentheader">some text</div>
(, Sat 14 Feb 2004, 21:31, archived)
# ah
I aligned the text to centre and now it works fine, but for some reason the bg image repeats about 2 pixels
(, Sat 14 Feb 2004, 21:34, archived)
# ok
fixed it with a no-repeat
(, Sat 14 Feb 2004, 21:40, archived)
# just put a layer over the top of the image
:o)
(, Sat 14 Feb 2004, 21:25, archived)