problem with dropdown menu

Discussion in 'HTML & Website Design' started by NobilKnight, May 2, 2011.

  1. #1
    Hi all,

    1st sorry for by bad English

    2nd I have a WordPress website "http://www.ezbetgerges.com/blog/" runs in Arabic language "RTL Language" and with iNove template
    the problem is that when I hover over the menu item called "فيديو مارمرقس" the sub menu cover the main item IN FIREFOX ONLY while it works right in other browsers

    and there are 2 pictures (1st is the normal view without hovering - and the 2nd is while hovering)

    [​IMG]

    [​IMG]

    I'll be so thankful if you help me guys .. coz I can't find it out !
     
    NobilKnight, May 2, 2011 IP
  2. bhupendradwi

    bhupendradwi Member

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #2
    problem with dropdown menu is that this is not search engine friendly and it is also effects on SEO Promotion
     
    bhupendradwi, May 2, 2011 IP
  3. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #3
    @OP, With the screencap one can only guess rather pointing out the real issue. Expected is a URL or the HTML/CSS code so that further investigation can be done.
    what exactly a normal CSS dropdown has to do with SEO unless a JS based dropdown?
     
    radiant_luv, May 2, 2011 IP
  4. NobilKnight

    NobilKnight Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks for your replies and I'll get some screen shots and the css codes for more help .. thanks alot
     
    Last edited: May 3, 2011
    NobilKnight, May 3, 2011 IP
  5. NobilKnight

    NobilKnight Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The problem occur when any user login to the blog (when the user bar appears) .. so the problem isn't only in firefox .. byt in ALL BROWSERS

    I knew what makes the problem .. but can't figure out how to solve it !!!

    [​IMG]

    [​IMG]

    this is the css code of the menu (some Properties are repeated because classes are being called from 2 different css files style.css and rtl.css because of the language of the website)
    #menus li li a {
        padding-left: 18px;
        padding-right: 10px;
    }
    #menus li li a {
        background-image: none;
        border-bottom-color: #DDDDDD;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        color: #999999;
        display: block;
        float: none;
        height: auto;
        line-height: 145%;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding-bottom: 7px;
    	padding-top: 7px;
        text-decoration: none;
        width: 175px;
    }
    #menus li a {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: transparent;
        background-origin: padding-box;
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: auto auto;
    }
    #menus li a {
        background-position: 0 0;
    	font-size: 11px;
    	line-height: 31px;
    	z-index: 1;
    }
    #menus li li {
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
    }
    body {
        direction: rtl;
        text-align: right;
    }
    body {
        font-family: Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
    }
    Code (markup):
    for an overall look on the css files:
    this is the style.css file
    http://www.ezbetgerges.com/blog/wp-content/themes/inove/style.css


    and this is the rtl.css file
    http://www.ezbetgerges.com/blog/wp-content/themes/inove/rtl.css

    thanks for quick response
     
    NobilKnight, May 3, 2011 IP
  6. NobilKnight

    NobilKnight Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    need a little help here guys !!!
     
    NobilKnight, May 5, 2011 IP