1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

image overlays - how difficult

Discussion in 'HTML & Website Design' started by tyankee, Oct 2, 2013.

  1. #1
    i want to do something like this on my website but don't know how difficult it might be or how much it might cost.. something similar to the fabric viewer at http://www.polstitchesdesigns.co.uk/fabricviewer.htm. you select the first image (here it's the pattern) and then put a background image (the fabric here) behind that image to show the customer what their product would look like.
     
    tyankee, Oct 2, 2013 IP
  2. rohitjain

    rohitjain Member

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #2
    They are using Adobe Frameworks and back end coding in Asp.Net .
     
    rohitjain, Oct 3, 2013 IP
  3. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #3
    All you really need for this is a transparent image for the foreground as the background of a DIV inside another DIV with the background on it.

    <div id="bgImage"><div id="fgImage"></div></div>

    #fgImage { width:160px; height:240px; }

    Just add a 'onchange' script handler to the SELECT tag to give #bgImage the background and #fgImage it's foreground -- alongside the proper alignments.
     
    deathshadow, Oct 7, 2013 IP
  4. tyankee

    tyankee Well-Known Member

    Messages:
    1,023
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    150
    #4

    could you do something like this and how much would it cost.
     
    tyankee, Oct 22, 2013 IP