> How do I position it? It seems the last
> time I tried to stick the image within the CSS file, I ended up with a
> repeating image that was off-centered and not at all what i wanted.

#masthead {
  background: transparent url("images/craftwebheader_bytara.jpg") top
center no-repeat;
  height: 173px;
}

And remove the image from the HTML.  You can replace the image in the
HTML with a text equivalent, and add text-indent: -9999px to the above
CSS, but it'd just be repeating what's already in the <title>, word
for word, so IMHO it's not necessary.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to