How can one duplicate this?

by 2 replies
3
Hi,

How can one duplicate a squeeze page like this? The left side will hold sign up info. The right side will have a video.

TIA
#programming #duplicate
  • Looks great.
    Search on google needs to be something like 'transparent div'.
    This url looks good to get you going in the right direction.
    CSS Image Opacity / Transparency

    And then inside the div, you just need to float 2 inner divs for the text and video.

    Code:
    <div>
            <div style="float:left">text</div>
            <div style="float:left">video</div>
    </div>
  • John has it right. This should be relatively simple. Just create a small wrapper and place content over it I believe. A few divs, some simple CSS and you are good to go.
    Any progress made yet?

Next Topics on Trending Feed