Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: menu problem

  1. #1
    Join Date
    Jul 2008
    Location
    boston, ma
    Posts
    88
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default menu problem

    Hello,
    I have this expandable menu made with css and js.
    The words are getting cut off. I see the container in Firebug that is causing this problem. But I can't find this style at all. It says its in the js file..
    site
    left nav go to group two
    Policies + Procedures and you will see my problem.
    Any suggestions?

    Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    Try adding replacing this section of code:


    Code:
    <div id="" class="qmfv" style="z-index: 31; position: relative;">
    With This:
    Code:
    <div id="" class="qmfv" style="z-index: 31; position: relative; margin-left:-10px !important;">
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  3. #3
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    That's the only way I could get it to move over without moving either the whole menu or the whole parent element within the menu.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  4. #4
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    Also, just thought you might want to know... Your menu is REALLY on the fritz in the page below:

    http://www.clashgraphicdesign.com/uk.../examiner.html

    It's displaying in the main content area and the list items have bullets and are all spread apart.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  5. #5
    Join Date
    Jul 2008
    Location
    boston, ma
    Posts
    88
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Thanks for the heads up, I have only been tweaking the menu in the audit_fs page. Once I get the menu fixed on that page, I will tweak the other pages.

    Thanks

    I am going to try your solution now


    Thanks

  6. #6
    Join Date
    Jul 2008
    Location
    boston, ma
    Posts
    88
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Quote Originally Posted by Nyne Lyvez View Post
    Try adding replacing this section of code:


    Code:
    <div id="" class="qmfv" style="z-index: 31; position: relative;">
    With This:
    Code:
    <div id="" class="qmfv" style="z-index: 31; position: relative; margin-left:-10px !important;">
    Where is class="qmfv"? I searched the css and js, it's not there....

  7. #7
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    not sure... lemme go look again.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  8. #8
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    Did you use some sort of menu building software for the menu? As far as I can tell, that class is being generated by javascript. You could try adding the "!important" after each declaration, but I doubt if it will work. Might be worth a shot though.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  9. #9
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    If you're using a menu building program, I would certainly tell the company who created it that I wanted my money back. You won't be able to "workaround" the css the menu has generated as nearly every attribute already has "!important" after it.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  10. #10
    Join Date
    Jul 2008
    Location
    boston, ma
    Posts
    88
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    damn. Thanks
    I did use a basic menu builder to start, then I did the rest in css.
    So where would I put the !important?
    It's worth a shot

    thanks

Bookmarks

Posting Permissions

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