Domain Empire

Layers

Spaceship
Watch
Impact
0
Hey....i just forgote how to do layers in php...like i put an image on the web and i can write stuff overtop of it....anyoen knwos how to do it with php or any oterh language ?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Hey Ppl , come on i really need help , how the hell do you do layers in php? something like ....i ogt a picture i want to write text over it but i want it to be text not as part of the picture
 
0
•••
I don't think php would have anything do with that. :)

There's a couple or maybe a few different ways to do it, but I can't think of any off the top of my head. If i can possibly remember how you do that I will let you know. :D
 
0
•••
You always make a table in html and set the pic as the background. Then, any text you enter into the table will be on top of th image.
 
0
•••
Originally posted by GreyBoy
You always make a table in html and set the pic as the background. Then, any text you enter into the table will be on top of th image.

Exactly, how could I forget that? lol ...
 
0
•••
no biggie!!! I forget the small stuff all the time!!!:p
 
0
•••
Oh yeah, leech, you can use CSS to position the image and to keep it from repeating in the background, but Im not sure exactly how.
 
0
•••
an example of a way i do it

Code:
<img border="0" src="file:///F:/Downloads/wallpaper_munchs_oddysee_13_1152.jpg" width="212" height="161"></p>
<div style="position: absolute; left: 35; top: 133; width: 231; height: 36; z-index: 1">
  <font size="6" face="Arial"><font color="#FFFFFF">Blah Blah BL</font>ah</font></div>
 
0
•••
thx .guys ....jsut gonna finsihe new layout now and start on forums....
 
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back