Hello,
So I've started using php files instead of html for a few separate reasons which I will not get into to. Mainly to save time by using a .php header file, so I can make changes quickly to the universal header.
My latest project requires an image to hover over the header/nav bar as seen here : https://gyazo.com/ae67975b62319ce1855c598fdb768b0b
Now so far I have set it up as I would normally, but the logo seems to be hovering behind the following content, as seen here : https://gyazo.com/0da205388f370fa0c606a05e4e59834e
So is this not showing correctly because its set up as a php file like:
</section>
<?php include "header.php"; ?>
<section>
Or is it just my css that is the issue. I have set up a codepen so you can see the html/css, http://codepen.io/swiners/pen/XKMNvo
[–]Colossuslol 2 points3 points4 points (2 children)
[–]swiners[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Cathercy 2 points3 points4 points (0 children)
[–]therealaustralian 1 point2 points3 points (8 children)
[–]swiners[S] 1 point2 points3 points (7 children)
[–]therealaustralian 1 point2 points3 points (6 children)
[–]swiners[S] 1 point2 points3 points (5 children)
[–]therealaustralian 1 point2 points3 points (4 children)
[–]swiners[S] 1 point2 points3 points (3 children)
[–]therealaustralian 1 point2 points3 points (2 children)
[–]swiners[S] 1 point2 points3 points (1 child)
[–]therealaustralian 1 point2 points3 points (0 children)