[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 06-02-2003, 04:38 PM   #1 (permalink)
NamePros Member
 
Join Date: May 2003
Posts: 37
58.00 NP$ (Donate)

Leech is an unknown quantity at this point


Layers

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 ?
Leech is offline  
Old 06-20-2003, 03:55 PM   #2 (permalink)
NamePros Member
 
Join Date: May 2003
Posts: 37
58.00 NP$ (Donate)

Leech is an unknown quantity at this point


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
Leech is offline  
Old 06-20-2003, 03:58 PM   #3 (permalink)
Senior Member
 
Join Date: Aug 2002
Posts: 1,300
2.85 NP$ (Donate)

deadserious has a spectacular aura aboutdeadserious has a spectacular aura about


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.
deadserious is offline  
Old 06-20-2003, 05:03 PM   #4 (permalink)
NamePros Member
 
Join Date: Jun 2003
Posts: 41
0.00 NP$ (Donate)

GreyBoy is an unknown quantity at this point


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.
GreyBoy is offline  
Old 06-20-2003, 05:26 PM   #5 (permalink)
Senior Member
 
Join Date: Aug 2002
Posts: 1,300
2.85 NP$ (Donate)

deadserious has a spectacular aura aboutdeadserious has a spectacular aura about


Quote:
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 ...
deadserious is offline  
Old 06-20-2003, 07:18 PM   #6 (permalink)
NamePros Member
 
Join Date: Jun 2003
Posts: 41
0.00 NP$ (Donate)

GreyBoy is an unknown quantity at this point


no biggie!!! I forget the small stuff all the time!!!
GreyBoy is offline  
Old 06-20-2003, 07:20 PM   #7 (permalink)
NamePros Member
 
Join Date: Jun 2003
Posts: 41
0.00 NP$ (Donate)

GreyBoy is an unknown quantity at this point


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.
GreyBoy is offline  
Old 06-21-2003, 12:19 AM   #8 (permalink)
Senior Member
 
Join Date: May 2003
Posts: 2,211
6,170.25 NP$ (Donate)

adam_uk is a jewel in the roughadam_uk is a jewel in the roughadam_uk is a jewel in the rough

Breast Cancer
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>
adam_uk is offline  
Old 06-21-2003, 12:28 PM   #9 (permalink)
NamePros Member
 
Join Date: May 2003
Posts: 37
58.00 NP$ (Donate)

Leech is an unknown quantity at this point


thx .guys ....jsut gonna finsihe new layout now and start on forums....
Leech is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 03:43 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85