 |
Results from the most recent live auction are here.
10 members in the live chat room. Join Chat!
| |
09-25-2003, 12:37 AM
|
· #1 | | NamePros Member | CSS - Layers **
This code is used to place an image behind text. You can change the left and top dimensions to move the image anywhere on the page - (be sure to replace "yourimage.gif" with the appropriate image)
**
<html>
<head>
<style type="text/css">
img.x {position: absolute; left: 10; top: 20; z-index: -1}
</style>
</head>
<body>
<h1>You can enter your text here...</h1>
<img class="x" src="yourimage.gif" width="100" height="100">
<p>z-index is always default at 0. -1 will place the image behind the text...</p>
</body>
</html> |
| |
09-25-2003, 04:57 AM
|
· #2 | | NamePros Member Join Date: Jul 2003
Posts: 120
NP$: 185.00 ( Donate)
| Nice one!! |
| |
12-30-2003, 12:24 PM
|
· #3 | | NamePros Regular Name: Todd Location: California Join Date: Jun 2003
Posts: 249
NP$: 401.00 ( Donate)
| Cool. I'm gonna have to try it. I've been working on a CSS lately so it'll be easy to implement this. In fact, I'm getting ideas already  Thanks!
__________________
--Alpha
|
| |
05-20-2004, 04:56 PM
|
· #4 | | HostVilla.net Name: Juan Location: Connecticut Join Date: Apr 2004 | Dang this is nice!!! Never knew it existed tho
!!! |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |