Hi,I used the code you sent me but its not working correctly. The image appears as an x and the words my page still shows up. Not only that, but it only appears on one page. Portfolio. http://webvideovision.com/Portfolio
1 2 3 | <div class="Header-jpeg"> <a href="http://webvideovision.com"><img src="<?php print base_path() . path_to_theme() . '/images/header.jpg'; ?>" alt="">My Page</a> </div> |
CSS
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | div.Header-jpeg{
position: absolute;
z-index:-1;
top: 0;
left: 0;
width: 920px;
height: 125px;
background-image: url('images/Header.jpg');
background-repeat: no-repeat;
background-position: center center;
}
div.Header-jpeg a{
text-indent: -100em;
overflow: hidden;
display:block;
width: 920px;
height: 125px;
} |
I notice that you minify the css and js files which mean that any changes won't be available straight away. Have you cleared the cache since you made those changes?
thanks for replying. I can send the code to your email if you like. Do you have a code feature on these forums? I didn't know how to post it.
Add new comment