|
-
Mar 18th, 2002, 08:14 AM
#1
Thread Starter
Frenzied Member
CSS and background picture
I have a picture, which I want to use as background. How do I define this in CSS?
Code:
background : techlogic_vandmaerke.gif;
-
Mar 18th, 2002, 08:18 AM
#2
Fanatic Member
<style type="text/css">
body {background-image:url(techlogic_vandmaerke.gif);}
</style>
Or
<style type="text/css">
body {background:url(techlogic_vandmaerke.gif);}
</style>
-
Mar 19th, 2002, 12:13 PM
#3
Black Cat
And that'll work for any box, not just the body tag!
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|