Cycle Slider Text Positions

Watch lessons 1 and 2. After take a look below for text positions

Cycle FullScreen Slider Video Tutorial – LESSON #1 Cycle FullScreen Slider Video Tutorial- LESSON #2

Yeah, Cycle Fullscreen Slider is a difficult slider, but so pretty (: try to create it. i will help you.

Hello World

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.


<div style="position:absolute; top:125px; right:10px; width:400px;">
<h1>Hello World</h1>
Lorem Ipsum is simply dummy text of the printing and typesetting industry........
</div>


Hello World

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.


<div style="position:absolute; top:125px; left:10px; width:400px;">
<h1>Hello World</h1>
Lorem Ipsum is simply dummy text of the printing and typesetting industry........
</div>


Hello World

Lorem Ipsum is simply dummy text of the printing and typesetting industry.


<div style="position:absolute; top:100px; width:100%; text-align:center;">
<h1>Hello World</h1>
Lorem Ipsum is simply dummy text of the printing and typesetting industry........
</div>


Hello World

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Click for more


<div style="position:absolute; top:100px; right:10px; width:500px;">
<h1 style="color:#88AC2E;">Hello World</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.....</p>
[button size="small"]Click for more[/button]
</div>


Hello World

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Click for more


<div style="position:absolute; top:100px; left:10px; width:500px;">
<h1 style="color:#FF0000;">Hello World</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.....</p>
[button size="small" color="red"]Click for more[/button]
</div>


Hello World

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Click for more


<div style="position:absolute; top:50px; width:100%; text-align:center;">
<h1>Hello World</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
[button color="gray"]Click for more[/button]
</div>