Menu Problem Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Menu Problem

    mouzou
    mouzou
    Forumember


    Posts : 136
    Reputation : 3
    Language : English

    Solved Menu Problem

    Post by mouzou April 12th 2013, 4:31 pm

    ok so i made a menu in my friend site , but when we put it all other widgets go straight at the bottom of the site , can someone tell me how to fix this ?

    http://testforfuture.motionforum.net/


    Last edited by mouzou on April 12th 2013, 10:37 pm; edited 1 time in total
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Menu Problem

    Post by Sanket April 12th 2013, 4:32 pm

    What is the code that you added?
    mouzou
    mouzou
    Forumember


    Posts : 136
    Reputation : 3
    Language : English

    Solved Re: Menu Problem

    Post by mouzou April 12th 2013, 4:52 pm

    Code:
    <tr><td class="row1" align="left"><style type="text/css">

    .arrowgreen{
       width: 100%; /*width of menu*/
       border-style: solid solid solid solid;
       border-color: #000000;
       border-size: 0px;
       border-width: 0px;
    }

    .arrowgreen ul{
       list-style-type: none;
       margin: 0;
       padding: 0;
    }
       
    .arrowgreen li a{
       font: bold 12px Verdana, Arial, Helvetica, sans-serif;
       display: block;
       background: transparent url(http://i42.servimg.com/u/f42/17/32/93/44/menu3114.png) 100% 0;
      height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
       padding: 4px 0 4px 10px;
       line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
       text-decoration: none !important;
    }   
       
    .arrowgreen li a:link, .arrowgreen li a:visited {
       color: #9d9a8c;
    text-decoration:none !important;
    }

    .arrowgreen li a:hover{
       color: #7175B0;
       background-position: 100% -32px;
    text-decoration:none !important;
    }

       
    .arrowgreen li a.selected{
       color: #fafafa;
       background-position: 100% -64px;
    }

    </style>
    <script type="text/javascript">
    <!--
    function popup(url)
    {
     var width  = 500;
     var height = 600;
     var left  = (screen.width  - width)/2;
     var top    = (screen.height - height)/2;
     var params = 'width='+width+', height='+height;
     params += ', top='+top+', left='+left;
     params += ', directories=no';
     params += ', location=no';
     params += ', menubar=no';
     params += ', resizable=no';
     params += ', scrollbars=no';
     params += ', status=no';
     params += ', toolbar=no';
     newwin=window.open(url,'windowname5', params);
     if (window.focus) {newwin.focus()}
     return false;
    }
    // -->
    </script><div class="arrowgreen">
    <ul>
    <li><a href="http://prorevolution.forumotion.com/t9-pro-revolution-academy-rules" target="_blank">Academy Rules</a></li>
    <li><a href="http://prorevolution.forumotion.com/t3-pra-main-shop#6" target="_blank">Main Shop</a></li>
    <li><a href="http://prorevolution.forumotion.com/f8-introductions" target="_blank">Introductions</a></li></ul></div></td></tr>
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Menu Problem

    Post by Jophy April 12th 2013, 5:28 pm

    I see only the 'recent topics' widget on the bottom, can try deleting and re-adding the widget?
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Menu Problem

    Post by Sanket April 12th 2013, 5:29 pm

    Thats the code you added in the widget?
    mouzou
    mouzou
    Forumember


    Posts : 136
    Reputation : 3
    Language : English

    Solved Re: Menu Problem

    Post by mouzou April 12th 2013, 5:47 pm

    yes this it is , and i did remake this jophy.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Menu Problem

    Post by Sanket April 12th 2013, 6:07 pm

    Add this to your css.
    Code:
    .arrowgreen{
      width: 100%; /*width of menu*/
      border-style: solid solid solid solid;
      border-color: #000000;
      border-size: 0px;
      border-width: 0px;
    }

    .arrowgreen ul{
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
     
    .arrowgreen li a{
      font: bold 12px Verdana, Arial, Helvetica, sans-serif;
      display: block;
      background: transparent url(http://i42.servimg.com/u/f42/17/32/93/44/menu3114.png) 100% 0;
      height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
      padding: 4px 0 4px 10px;
      line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
      text-decoration: none !important;

     
    .arrowgreen li a:link, .arrowgreen li a:visited {
      color: #9d9a8c;
    text-decoration:none !important;
    }

    .arrowgreen li a:hover{
      color: #7175B0;
      background-position: 100% -32px;
    text-decoration:none !important;
    }

     
    .arrowgreen li a.selected{
      color: #fafafa;
      background-position: 100% -64px;
    }

    Then make a new javascript, enable it for all pages.
    Code:
    function popup(url)
    {
     var width  = 500;
     var height = 600;
     var left  = (screen.width  - width)/2;
     var top    = (screen.height - height)/2;
     var params = 'width='+width+', height='+height;
     params += ', top='+top+', left='+left;
     params += ', directories=no';
     params += ', location=no';
     params += ', menubar=no';
     params += ', resizable=no';
     params += ', scrollbars=no';
     params += ', status=no';
     params += ', toolbar=no';
     newwin=window.open(url,'windowname5', params);
     if (window.focus) {newwin.focus()}
     return false;
    }

    Now just add this bit of code to your widget.
    Code:
    <ul>
    <li><a href="http://prorevolution.forumotion.com/t9-pro-revolution-academy-rules" target="_blank">Academy Rules</a></li>
    <li><a href="http://prorevolution.forumotion.com/t3-pra-main-shop#6" target="_blank">Main Shop</a></li>
    <li><a href="http://prorevolution.forumotion.com/f8-introductions" target="_blank">Introductions</a></li></ul>

    Let me know if it works.
    mouzou
    mouzou
    Forumember


    Posts : 136
    Reputation : 3
    Language : English

    Solved Re: Menu Problem

    Post by mouzou April 12th 2013, 6:35 pm

    didn't work.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Menu Problem

    Post by Sanket April 12th 2013, 6:36 pm

    My bad, i have missed something. Add this in your widget.
    Code:
    <div class="arrowgreen">
    <ul>
    <li><a href="http://prorevolution.forumotion.com/t9-pro-revolution-academy-rules" target="_blank">Academy Rules</a></li>
    <li><a href="http://prorevolution.forumotion.com/t3-pra-main-shop#6" target="_blank">Main Shop</a></li>
    <li><a href="http://prorevolution.forumotion.com/f8-introductions" target="_blank">Introductions</a></li></ul></div>
    mouzou
    mouzou
    Forumember


    Posts : 136
    Reputation : 3
    Language : English

    Solved Re: Menu Problem

    Post by mouzou April 12th 2013, 10:15 pm

    alright work , thnx Smile
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Menu Problem

    Post by Sanket April 13th 2013, 7:05 am

    Topic Solved & Locked