Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 01-23-2008, 01:36 AM   #1 (permalink)
 
Newb Techie

Join Date: Jan 2008

Location: Chicago,IL

Posts: 3

Mancill*chicago is on a distinguished road

Default Website help

I am in the middle of creating a website for my children clothing co. using dreamweaver. A feature I want to include on the site is an outfit matcher feature.

1.) A transparent child in the background
2.) I have 7 shirts and 6 pant styles. Each product has 4 color choices
3.) I want a option to choose shirt design and color
4.) Then choose pant bottoms and color.
5.) Once selection is made I would like the transparent child in the background to become visable wearing the clothing selection the customer picked.

What software(s) would I have to implement to get this feature to work correctly.

Thank You,

Mancill*Chicago
Mancill*chicago is offline  
Old 01-23-2008, 04:33 AM   #2 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,683

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: Website help

Java, Javascript, or Flash.
__________________

Need website help? PM me!
CrazeD is offline  
Old 01-23-2008, 03:04 PM   #3 (permalink)
TonCrafter's Avatar
 
Ultra Techie

Join Date: Mar 2005

Posts: 872

TonCrafter is on a distinguished road

Default Re: Website help

I use Flash for similar things.
__________________
Abit IP35 Pro
Core 2 Duo 2.2ghz
eVGA 7900GTX
2gig Crucial Ballistix Ram
PC Power & Cooling 510
------------------------------------------
2.33ghz Core 2 Duo Macbook Pro
TonCrafter is offline  
Old 01-29-2008, 01:58 PM   #4 (permalink)
 
Ultra Techie

Join Date: Jul 2006

Posts: 578

TimBlanchard

Default Re: Website help

Adobe Flash.
__________________
<img src=http://img3.freeimagehosting.net/uploads/b4b225c12f.png border=0 alt="Free Image Hosting"></a>
TimBlanchard is offline  
Old 01-29-2008, 03:48 PM   #5 (permalink)
Yek
 
T.F's Resident Cool Guy...

Join Date: Aug 2006

Posts: 1,625

Yek is on a distinguished road

Send a message via AIM to Yek Send a message via MSN to Yek Send a message via Yahoo to Yek Send a message via Skype™ to Yek
Default Re: Website help

Flash for a newbie to webdesign, no way...

I would reccomend creating seperate pages (sort of like frames) for each item. E.g having the bar at the bottom with different colours and a start image (index.html) when blue is selected it will load blue.html, green box would load green.html etc.

Ill show you what i meen

Code:
<p align="center"><img src="start_image.jpg"></p>

<p align="center">
<a href="red.html">
<img src="red_box.jpg"></a>

<a href="blue.html">
<img src="blue_box.jpg"></a> 

<a href="green.html">
<img src="green_box.jpg"></a> 

<a href="yellow.html">
<img src="yellow_box.jpg"></a></p>
Then put an i frame on your page with that contained....

Code:
<p>
<iframe name="Frame_Select" src="index_select.html" width="50%" height="50%" scrolling="no" border="0" frameborder="0">
</iframe></p>

Ask if your still having probs...
Yek is offline  
Old 01-29-2008, 04:00 PM   #6 (permalink)
 
Ultra Techie

Join Date: Jul 2006

Posts: 578

TimBlanchard

Default Re: Website help

whats teh difference beetween a 'frame' and an 'iframe'?
__________________
<img src=http://img3.freeimagehosting.net/uploads/b4b225c12f.png border=0 alt="Free Image Hosting"></a>
TimBlanchard is offline  
Old 01-29-2008, 04:05 PM   #7 (permalink)
Yek
 
T.F's Resident Cool Guy...

Join Date: Aug 2006

Posts: 1,625

Yek is on a distinguished road

Send a message via AIM to Yek Send a message via MSN to Yek Send a message via Yahoo to Yek Send a message via Skype™ to Yek
Default Re: Website help

An Iframe is a window in a sense, displays another page/URL inside it (mostly used for masking) a frame splits a page.

(Plus in my opinion IFrames are easier )

IFrames can be made transparent by adding
Code:
allowtransparency="true"
to the attribs. And
Code:
<body style=background-color:transparent>
to your containing page.



Last edited by Yek; 01-29-2008 at 04:08 PM.
Yek is offline  
Old 01-30-2008, 12:12 AM   #8 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,683

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: Website help

He asked what could be used to make it correctly. I would say Flash would be immensely better than regular HTML. Harder, sure, but he didn't ask what was easiest.
__________________

Need website help? PM me!
CrazeD is offline  
Old 01-30-2008, 12:20 PM   #9 (permalink)
Yek
 
T.F's Resident Cool Guy...

Join Date: Aug 2006

Posts: 1,625

Yek is on a distinguished road

Send a message via AIM to Yek Send a message via MSN to Yek Send a message via Yahoo to Yek Send a message via Skype™ to Yek
Default Re: Website help

Quote:
Originally Posted by CrazeD View Post
He asked what could be used to make it correctly. I would say Flash would be immensely better than regular HTML. Harder, sure, but he didn't ask what was easiest.
Yeah, you've got me there
Yek is offline  
 
Closed Thread

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

BB 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
On the lookout for the perfect Avatar Virtual Assistant creating Software onauc Web Graphics, Design, Digital Images 1 11-20-2007 07:48 AM
Another great free wallpaper website Osiris Web Graphics, Design, Digital Images 2 07-24-2007 11:23 AM
Start your Website Marketing campaign with this Lists Sief3r Search Engines & Internet Traffic 1 05-22-2007 10:03 PM