How can one duplicate this?

2 replies
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
#duplicate
  • Profile picture of the author John Ayling
    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>
    Signature
    Software Marketing & Licensing System for WordPress Plugins, Themes & .NET Software
    >> 72 Hour Special <<
    {{ DiscussionBoard.errors[6580526].message }}
  • Profile picture of the author HostWind
    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?
    {{ DiscussionBoard.errors[6584684].message }}

Trending Topics