<img src="/throcksideoflyf2/images/header.jpg" alt="" /><h1 class="gkAnimate">Hello!<br />My name<br />is John</h1>
<p class="gkAnimate">I'm multidisciplined freelance designer specialise in rich interactive experiences for web. If you’ve got an exciting project, get in touch with me!</p>
<a href="#my-works" class="gkScrollDown gkAnimate reverse">Scroll Down</a>
<img src="/throcksideoflyf2/images/demo/header/header.jpg" alt="John S." class="gkHeaderBg" />
<h1 class="gkAnimate">Hello!<br />My name<br />is John</h1>
<p class="gkAnimate">I'm multidisciplined freelance designer specialise in rich interactive experiences for web. If you’ve got an exciting project, get in touch with me!</p>
<a href="#my-works" class="gkScrollDown gkAnimate reverse">Scroll Down</a>
<img src="images/demo/header/header1.jpg" alt="John S." class="gkHeaderBg" />
<i class="gk-icon-prize"></i>
<i class="gk-icon-heart"></i>
<h1 class="gkAnimate">Hello!<br />My name<br />is John</h1>
<p class="gkAnimate">I'm multidisciplined freelance designer specialise in rich interactive experiences for web. If you’ve got an exciting project, get in touch with me!</p>
<a href="#my-works" class="gkScrollDown gkAnimate reverse">Scroll Down</a>
<img src="images/demo/header/header1.jpg" alt="John S." class="gkHeaderBg" />
<div class="custom gk-header1" style="background-image: url('/images/headers/photodez5resize.jpg')" >
<h1 class="gkAnimate">Hypnotherapy<br />Personal/ Health Coaching<br />NLP Trainer</h1>
<p class="gkAnimate">I am a world renowned Executive and Health Coach, Hypnotherapist, NLP Trainer and Reiki Master specializing in abundance creation. Are you ready to change your life and experience the abundance you desire? Work with me and I will show you how to have the life you DESERVE !</p>
<a class="gkScrollDown gkAnimate reverse" href="#my-works">Scroll Down</a> <img class="gkHeaderBg" src="/images/headers/photodez5resize.jpg" alt="John S." />
</div>
<div class="custom gk-header1" >
<h1 class="gkAnimate">Hello!<br />My name<br />is John</h1>
<p class="gkAnimate">I'm multidisciplined freelance designer specialise in rich interactive experiences for web. If you’ve got an exciting project, get in touch with me!</p>
<a href="#my-works" class="gkScrollDown gkAnimate reverse">Scroll Down</a>
<img src="/joomla25/john/images/demo/header/header1.jpg" alt="John S." class="gkHeaderBg" />
</div>
Cyberek wrote:@awlboi - if you compare your source code:
- Code: Select all
<div class="custom gk-header1" style="background-image: url('/images/headers/photodez5resize.jpg')" >
<h1 class="gkAnimate">Hypnotherapy<br />Personal/ Health Coaching<br />NLP Trainer</h1>
<p class="gkAnimate">I am a world renowned Executive and Health Coach, Hypnotherapist, NLP Trainer and Reiki Master specializing in abundance creation. Are you ready to change your life and experience the abundance you desire? Work with me and I will show you how to have the life you DESERVE !</p>
<a class="gkScrollDown gkAnimate reverse" href="#my-works">Scroll Down</a> <img class="gkHeaderBg" src="/images/headers/photodez5resize.jpg" alt="John S." />
</div>
to original one:
- Code: Select all
<div class="custom gk-header1" >
<h1 class="gkAnimate">Hello!<br />My name<br />is John</h1>
<p class="gkAnimate">I'm multidisciplined freelance designer specialise in rich interactive experiences for web. If you’ve got an exciting project, get in touch with me!</p>
<a href="#my-works" class="gkScrollDown gkAnimate reverse">Scroll Down</a>
<img src="/joomla25/john/images/demo/header/header1.jpg" alt="John S." class="gkHeaderBg" />
</div>
You have set a background for entire module that messes with background which should be created by our code and is used in image element.
Cyberek wrote:@danieltidemo - it works absolutely fine from what I see.