Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Help with z-index on my new site!

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29401
    keithdevon
    Member

    Hi guys,

    I’ve just done a redesign of my portfolio page.

    http://www.uberleaf.com/newhomepage/

    I’d really like to launch it soon but thought I’d run it by you guys first. I’m having some trouble getting the page title to display above the content in IE7 (IE6 is totally fucked for now). I have fiddled with the z-index of the offending elements but to no avail. Any ideas?

    Other than that, what do you think of the site?

    Cheers,

    Keith

    #78169
    Capt Otis
    Member

    I like it, looks clean and professional. I know this might be obvious but did you try

    Code:
    h2#page-name {
    font-size:6em;
    letter-spacing:-5px;
    line-height:1em;
    margin-bottom:0px;
    z-index:1000;
    }

    ?

    #78185
    keithdevon
    Member

    Hi Capt!

    I’d tried that but it didn’t work. Managed to fix it now:

    Putting the z-index to 100 on the #header did the trick! I just had to narrow the header section so that it didn’t cover the back arrow on the slider.

    I had tried targeting the page-title specifically but it hadn’t worked. I wonder why?

    Thanks guys. Any feedback on the design/content?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.