Fixes z-index positioning issues

This commit is contained in:
Luke Barratt 2014-04-05 02:19:08 +01:00
parent 4ed4986ffa
commit f5799b458e
2 changed files with 8 additions and 14 deletions

View file

@ -2,6 +2,8 @@
div div
&#indexForums &#indexForums
position: relative
z-index: 1000
width: 940px width: 940px
padding-bottom: 5px padding-bottom: 5px
margin: 0 auto 0 auto margin: 0 auto 0 auto

View file

@ -11,13 +11,14 @@ div
position: relative position: relative
margin: 0 auto 0 auto margin: 0 auto 0 auto
width: 1200px width: 1200px
padding-bottom: 20px padding-bottom: 20px
&#logo &#logo
width: 480px width: 480px
height: 353px height: 353px
position: absolute position: absolute
top: 5px top: 5px
z-index: 1
background: image-url('logo.png') left -85px no-repeat background: image-url('logo.png') left -85px no-repeat
&#indexBanner &#indexBanner
@ -25,20 +26,9 @@ div
height: 194px height: 194px
position: relative position: relative
&#indexLogo
position: absolute
top: 0px
left: 100px
width: 330px
height: 194px
//top: 130px
//left: 265px
//width: 250px
//height: 50px
visibility: hidden
background-color: transparent
&#indexLinks &#indexLinks
position: relative
z-index: 1000
width: 850px width: 850px
height: 25px height: 25px
padding-top: 3px padding-top: 3px
@ -144,6 +134,8 @@ div
color: #d6d5d5 color: #d6d5d5
&#indexMainarea &#indexMainarea
position: relative
z-index: 1000
padding: 10px 100px 10px 100px padding: 10px 100px 10px 100px
&#indexContent &#indexContent