I would really like to know how to do this
Ask us questions relavent to Web Design and Computers.
Also support for Bluepearl Design and webclans.net hosting.
|
11-04-2005, 10:13 AM
|
#1 (permalink)
|
Title: Bluepearl Veteran Join Date: May 2005 Location: Mobile, AL Age: 47 Posts: 1,035
Rep Power: 5  | I would really like to know how to do this CSS (I assume), overlay text on images...that's what it looks like. The best example would be at Silver Oracle.... http://silveroracle.com
Anyone have a tutorial they know of? Or, how difficult is this to do? |
| |
11-04-2005, 06:29 PM
|
#2 (permalink)
| |
Title: Member Join Date: Nov 2005 Posts: 8
Rep Power: 0  | Re: I would really like to know how to do this Quote: |
Originally Posted by autumn whispers2me CSS (I assume), overlay text on images...that's what it looks like. The best example would be at Silver Oracle.... http://silveroracle.com
Anyone have a tutorial they know of? Or, how difficult is this to do? | As far as I understand, you want to write on an image, don't you? WSell, that's easy with any software like photoshop or corel draw. With them you are able to work on images, and one thing you can do is writing on them...
Don't know whether this was your doubt 
DO Cvidanja!! :s73 |
| |
11-04-2005, 07:40 PM
|
#3 (permalink)
|
Title: Ipood Join Date: Nov 2004 Location: belgium west-flandres Age: 19 Posts: 4,447
Rep Power: 9  | Re: I would really like to know how to do this overlaying can't be done by CSS for asfar as i know.
but you can try using PHP, to create images with the text on it.
the only problem would be that search engines can't read it anymore, so that's not really the correct solution...
sorry that i can't help ya |
| |
11-05-2005, 04:23 AM
|
#4 (permalink)
|
Title: Bluepearl Veteran Join Date: May 2005 Location: Mobile, AL Age: 47 Posts: 1,035
Rep Power: 5  | Re: I would really like to know how to do this iniwa.. no, that's not what I mean. I've been using photoshop for years, but what I want to do is layer text over images, etc., etc. using code (html, css, etc.) like on Silver Oracle. |
| |
11-05-2005, 08:18 AM
|
#5 (permalink)
|
Title: Ipood Join Date: Nov 2004 Location: belgium west-flandres Age: 19 Posts: 4,447
Rep Power: 9  | Re: I would really like to know how to do this overlay's cant be done with CSS, nor with html
with php i think it's possible, but that would come to the same as you would simply make it the same as you photoshopped it.
so sorry autumn. |
| |
11-05-2005, 02:24 PM
|
#6 (permalink)
| |
Title: Bryan Join Date: Jan 2004 Location: Dundee Age: 22 Posts: 3,543
Rep Power: 8  | Re: I would really like to know how to do this Overlaying can be done in HTML, only problem is it will have to be the background for the entire site.
Ex. the link you provided. that site is a banner on top of a photo background. You can then place text over it by simple HTML coding |
| |
11-05-2005, 06:59 PM
|
#7 (permalink)
|
Title: Ipood Join Date: Nov 2004 Location: belgium west-flandres Age: 19 Posts: 4,447
Rep Power: 9  | Re: I would really like to know how to do this hobo, i think she means "overlay" like when you edit an image, you can set layers to "overlay" mode, so then blend in the ones beneath them.
you are just talking about putting text over an image.
(or i was looking at it in the wrong way) |
| |
11-06-2005, 02:06 AM
|
#8 (permalink)
|
Title: Bluepearl Veteran Join Date: May 2005 Location: Mobile, AL Age: 47 Posts: 1,035
Rep Power: 5  | Re: I would really like to know how to do this No, not any image editing. I'm talking about---well, remember when CSS first began becoming popular and one of the 'perks' with CSS is to layer objects (ie text over images, images over images, etc., etc.)? That's what I'm talking about.
Think about a fixed background, or even a regular background and how the text is layered over the top of it on the page: that's what I mean.
Didn't mean to be so confusing. Sorry about that. lol |
| |
11-06-2005, 02:13 AM
|
#9 (permalink)
|
Title: Bluepearl Veteran Join Date: Jul 2005 Location: Philadelphia, Pennsylvania - Home Base Posts: 727
Rep Power: 4  | Re: I would really like to know how to do this It can be done with HTML I used it on the new Spawn Studios layout. Give me a holler on ICQ and I'll send
__________________ What did he say? A new e1studios site? Where can I get some. Click Here! |
| |
11-06-2005, 03:05 AM
|
#10 (permalink)
|
Title: Ipood Join Date: Nov 2004 Location: belgium west-flandres Age: 19 Posts: 4,447
Rep Power: 9  | Re: I would really like to know how to do this ow, now the fixed background is easy 
.someclass {
background-attachment: fixed / scroll;
background-color: #333333;
background-image: url(images/background.gif);
background-repeat: repeat-x / no-reapeat / repeat / repeat-y;
background-position: 100px;
}
i've tried to give the possibilities there aer for backgrounds here, seperated by an /
- use an class="someclass" tag in the cell where you want the background that you set in the CSS.
hope this was what you meant. |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
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 | | | All times are GMT +11. The time now is 10:52 PM. |