Hoppa till huvudinnehållet

Some Toolbar tabs cannot be clicked after banner-text shift

Kommentarer

5 kommentarer

  • Permanently deleted user
    perhaps you can try playing around with the z-index value in your CSS style?  See what it's set to currently (if it's set at all) and try lowering the value from there.
    0
  • Justin Kraemer
    Thanks Peter. Under .banner-subtitle, I have z-index: 500; 

     

    under .banner-text there is no z-index. Does one belong there, or is it the banner-subtitle z-index: 500 I ought to try lowering?
    0
  • Permanently deleted user
    Justin,

     

    after looking at your css a bit closer in firebug, it is your 'height' property that is causing the problem.  I don't think changing the z-index will fix the problem in this case.

     

    Can you try reducing your height to 5 or 6em and increase your 'top' property to something like 75% and see if that works better for you?  Reducing the height will shift the text up but increasing the top will push it back down again without increasing the total height of the element.

     

    Peter.
    0
  • Dan Giersz
    Peter is right.  You probably meant to put "1.0" for the height.  An em of 10 is ten times the size of the font, which is a lot.
    0
  • Justin Kraemer
    Thanks Peter and Dan. I have made some adjustments you suggested, and as you can see here: .banner-text { font-size: 1.0em; left: 135px; height: 1.0em; margin-top: -1em; top: 50%; } and the result is my problems are resolved. The original values simply came from a copy from another forum post. 

     

    Thanks again,

     

    Justin

     

     
    0

Du måste logga in om du vill lämna en kommentar.