Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Location
    UK
    Posts
    13
    Plugin Contributions
    0

    Default Header problems!

    I have installed a flash header on my site which I thought was working fine but I am encountering some display issues! Any help greatly appreciated.....

    On the website at www.groovy-stuff.co.uk the flash header looks and seems generally to be working fine right up to the point of viewing the detail of the item. When you click 'view larger image' the header stays where it is and obscures the top half of the larger image!

    Whats more confusing is when you scroll down so the header is not displayed in the item description and then click the 'view larger image' link it works fine!

    The header is causing problems and I am not at all sure what I have done or how to resolve it!

    Any help.......?

    Many Thanks

  2. #2
    Join Date
    Oct 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: Header problems!

    I think you need to try seting the z-index higher in the LightBox's CSS Stylesheet.

  3. #3
    Join Date
    Nov 2007
    Location
    UK
    Posts
    13
    Plugin Contributions
    0

    Default Re: Header problems!

    thanks for the response.

    I have three instances of the z-index in the lightbox stylesheet .....


    #lightbox{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
    }

    #hoverNav{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    }

    #overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    }

    Any suggestions?

    Many thanks

  4. #4
    Join Date
    Oct 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: Header problems!

    Try changing the first one to something like this:
    Code:
    #lightbox{
    	position: absolute;
    	left: 0;
    	width: 100%;
    	z-index: 1000;
    	text-align: center;
    	line-height: 0;
    	}
    If that doesn't take care of it, try another one until you find the correct one.

  5. #5
    Join Date
    Nov 2007
    Location
    UK
    Posts
    13
    Plugin Contributions
    0

    Default Re: Header problems!

    Thanks for your help on this

    have still not been able to sort it but I am now looking for other stylesheets realting to lightbox! Program bought as a packge so too familiar with where addins have been placed!!!

    As the site looked pretty silly have re-instated the old logo (although its still not right) and will try to sort out in the new year!!!!!!

    Many thanks again.

 

 

Similar Threads

  1. Header problems :(
    By krisdiamond in forum Addon Templates
    Replies: 2
    Last Post: 7 Jan 2011, 12:35 AM
  2. Header problems
    By bearlymakinit in forum General Questions
    Replies: 7
    Last Post: 6 Mar 2009, 02:35 PM
  3. Header problems
    By lasilhouette in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 13 Nov 2008, 11:13 PM
  4. Email header problems - and update problems
    By kinget in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 7 Oct 2006, 09:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg