Viewing 12 replies - 1 through 12 (of 12 total)
  • Corbett

    (@drknowsystems)

    Hi Iceq,

    In your style.css sheet take a look at your “.topright” variable.

    .topright {
    width:641px;
    font-family:Tahoma ,Century gothic,Verdana,Tahoma,sans-serif;
    margin:0px 0px;
    float:left;
    background:url(images/topright.jpg) no-repeat;
    height:106px;
    overflow:visible;
    position:relative;
    }

    –>You need to change your overflow from hidden to visible.

    Good luck!
    Corbett

    Thread Starter iceq

    (@iceq)

    Aaah at last my savior comes 😀

    Thank you my friend, I deeeeeeeeply appreciate your help, and your solution works just PERFECTLY !

    there should be some kind of crediting system in these forums, so we can credit quality supporters like you …

    BIG THANX !

    Thread Starter iceq

    (@iceq)

    Hey drknowsystems.

    Sadly, that change turned to be causing negative effects.
    The sub-pages do indeed appear above the header image now, but there is a strange very long horizontal scrolling, at the end of it, appear the two sub-pages of the last page that appear in the menu.

    Please consider viewing my blog again now (after I applied your fix), and notice that the page scrolls to the right for a long spave and then appear two subpages.

    This happens in Firefox and IE (latest versions)

    I wish you have a solution to this.

    Thread Starter iceq

    (@iceq)

    Up..

    Thread Starter iceq

    (@iceq)

    Corbett could you please answer my question above ?

    and btw, is this your website:

    http://www.drknowpcmedic.com/

    Thread Starter iceq

    (@iceq)

    ………

    Thread Starter iceq

    (@iceq)

    Bumping the topic after 2 weeks

    Corbett

    (@drknowsystems)

    Hi Iceq,

    Many apologies for not getting back to you sooner. I didn’t see your subsequent question. Not sure what the issue is. I don’t see what you are seeing. Please post screenshot if possible.

    Corbett

    Thread Starter iceq

    (@iceq)

    You mean you do not experience the problem? but I see it even on various computers.. these two screenshots again explain it all

    http://img204.imageshack.us/img204/493/6172010121059am.jpg

    http://img683.imageshack.us/img683/1945/6172010121807am.jpg

    Thread Starter iceq

    (@iceq)

    THank you everybody. especially Drknowsystems. I have managed to overcome the problem with the help of Interstice Solutions:
    http://interstice.biz/

    The solution is this:

    The solution was to do the -999 to the *right*, and to also adjust the hover state to have a *right* positioning of ‘auto’ (rather than left)

    #menu li ul {
    position: absolute;
    width: 150px;
    right:-999em;
    z-index:200;
    }

    #menu li:hover ul {
    right: auto;
    display: block;
    }

    Recently, i have problem.
    I have social dropdown plug-in, but it has no dropdown features.
    I still can’t know what the problem is.
    Do i add wrong plug-ins
    My blog

    Thread Starter iceq

    (@iceq)

    your question is not quite clear my friend

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘dropdown subpages appear behind header image’ is closed to new replies.