Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 10-30-2007, 11:50 AM   #1 (permalink)
Inactive
 
Join Date: 10-30-07
Posts: 2
iTrader: 0 / 0%
Latest Blog:
None

Pookumz is liked by many
Exclamation I am in desperate need of help in CS3

I'm trying to build a site and I'm starting to think that what I want is not possible.

I have an image that I want to base the site design around. This image does not cover the entire screen so I can't use it as the background image. I want to be able to place things over the image so I can't use it in a form field (unless you can place a form over a form..which I don't think you can).

I guess my question is...in CS3 can you make the main content section an image background different than what your "background" image is...I want to keep the background black.

I tried using a liquid design with the background black. I then used a form to place my image in...I tried to use floats to enter the rest of the information that I wanted over the image...but on different monitors the floats stayed put while the form and background was flexible.

To say the least I am frustrated and I am ready to throw my computer out the window. Please save my computer from destruction!
Pookumz is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-30-2007, 05:28 PM   #2 (permalink)
Member
 
Turbine's Avatar
 
Join Date: 10-30-07
Location: Fresno, California
Posts: 36
iTrader: 0 / 0%
Latest Blog:
None

Turbine is a jewel in the roughTurbine is a jewel in the roughTurbine is a jewel in the roughTurbine is a jewel in the roughTurbine is a jewel in the roughTurbine is a jewel in the roughTurbine is a jewel in the roughTurbine is a jewel in the rough
I do apologize if I misunderstand you, I'm having a hard time understanding exactly what you're saying! I'll give it a try, though!

If you have a design in photoshop and you have finished using the "slice" tool to define the different sections of the layout, and you take and "Save for web," finish up and go to the folder CS3 made, open the .html in dreamweaver. You will have, if you did things right, sliced out a square where you want your content to be located. CS3 will set up the code like this:
Code:
<td> <img src="images/Untitled-4_01.gif" width="59" height="47" alt=""></td>
This segment is the cell (Marked by the td and /td tags) that you want your content to be located. You want to remove that .gif from the top layer so you can put content in, but you want that image visible and things "ontop" of the image! We need to use it as a background for the cell! How do we do that? Delete the image, so things will look like this! (Same code)
Code:
<td background="images/Untitled-4_01.gif"> This is with text over the image!</td>
With ANY cell you can use the "background" to define a few things. You can set the background color to whatever you want. For further details, go ahead and head over w3schools.com : HTML Tables and that'll help you lots! Hope this helps, and I do apologize in advance if I've misunderstood you!

-Turbine
__________________
"Wealth is the product of man's capacity to think." - Ayn Rand
"Reality is that which, when you stop believing in it, doesn't go away." - Philip K. Dick
Turbine is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply



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

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Desperate for help!! gump2773 Coding Forum 4 09-11-2006 11:46 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 08:42 AM.
© Copyright 2008 V7 Inc