Scroll Bar into Portal

Hi All,
How can I remove the scroll bar from left side menu into portal, the same you can see into SDN site.
Thanks in advance.
Mahesh

Hi Mahesh
   check out the following link to get an idea.
Portal Top Level Navigation
Hope this helps you a lot.
Regards,
Yoga

Similar Messages

  • Help in integrating scroll bar between photoshop and dreamweaver

    Hello,
    I'm a newbie to integration of other adobe products with dreamweaver. However, i was able to figure out the part where i can finally integrate my design from photoshop to dreamweaver.
    Now my problem is that in my design i have a beautiful scroll bar. I can't seem to find an answer on the web for integrating the same design of this scroll bar into dreamweaver and make it functional in dreamweaver.
    Just a bit of background on what i did is that i sliced my pages in photoshop and imported them into dreamweaver and everything is good. The only thing that's missing is making this design functional and most importantly the scroll bar.
    Really appreciate anyone's help!!!

    Hi there,
      You can try using a jQuery custom scrollbar. They're pretty easy to set up and you can find them here:
    http://www.net-kit.com/jquery-custom-scrollbar-plugins/
      Once you find a plugin that is close to your design, it's just a matter of switching out color/images/etc.
    -Devon

  • Scroll bar :help for a newbie

    Hello, I need some help to introduce scroll bar into my programs;
    For example I have a JPanel in which I have to introduce a scroll bar when it's needed.
    Can you help me please?

    hi
    JPanel jp = new JPanel();
    JScrollPanel jsp = new JScrollPanel(jp);
    getContentPane.add(jsp);

  • I have osx 10.6.8 and have lost the side scroll bars on Safari.  When I go into System Preferences there is NOT an "always" option for displaying Scroll Bar.  How do I get it them to display again?

    When using Safari the scroll bars no longer appear on the right hand side.  When I go into System Preferences the option to Always have the scroll bars displayed is NOT there.  How/Where do I go to get these to show all the time?

    It SHOULD be under the General tab in System Preferences:
    (Note that this is a Mavericks screenshot, but it should be there in Snow Leopard, too, if indeed you're still running 10.6.8 as your profile says)
    Clinton

  • Horizontal scroll bar problem in Portal????

    Hi Guys,
    I am facing some problem when i open any thread. Horizontal scrollong bar is coming at the end of the thread.
    eg: If i have some text in the thread which is more than width of the screen and has some 10 replies to that thread, Then i should be able to scrool at that position itself. But now i have to scroll down till end of all the replies and then i have to scroll the horizontal bar to right/left and scroll up to particular reply to see what is there.
    Is there any enhancement going on in portal or it is specific to my system? Please do let me know.
    Thanks,
    Vinod.

    I too am facing this problem with the horizontal scroll bar. 
    There are many other bugs, but I am reluctant to spend my time reporting them as last time I reported a problem here, I got a rude response.
    Al Lal

  • Why does my hotmail scroll bar down arrow turn into a diagonal resize instead?

    With Firefox 5 in my hotmail account, when I try to use the down arrow on the scroll bar the down arrow turns into a diagonal resize instead. The diagonal resize works, but it won't let me use the down arrow to scroll down. The scroll up arrow still works okay. This doesn't happen when I use Internet Explorer with my hotmail account.

    Troubleshooting extensions and themes
    * https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes
    Check and tell if its working.

  • Discoverer Scroll Bar in a Portal Portlet

    Hello,
    Does anyone know how to customize the Discoverer Portlet in Portal to include a scroll bar. I see many questions about this subject but have not found the answer. If its possible how can it be done. If its not possible then does anyone know of another way to give the same functionality? I have a discoverer query that's pretty slow and would like to schedule it so the users do not have to wait the 10 minutes it takes to run (yes the query is tuned)
    John

    Hi John,
    It seems you have two questions here.
    The answer to the first one is that the Discoverer 'Drake' release (10.1.2) will come with the ability to specify the number of rows and columns a Discoverer portlet should occupy on a portal page.
    Your second question is not very clear. Are you asking how to schedule workbooks? You can use Discoverer Desktop or Plus to schedule workbooks.
    Regards
    Discoverer Product Management (aa)

  • Hide Scroll bars around  IViews

    EP6SP14..Got a page with number of IViews in it. When ever browser window is resized, scroll bars appers around IViews.
    If you see sdn page, even on resizing the browser windoe, no scroll bar appears around IViews.
    How to achieve this?...Rgds

    Hi GULSHAN,
    Try setting the iView's <i>Isolation Method</i> to 'Embedded'.
    This embeds the iView's html into the page, not using an iframe.
    For some iViews (url iView, application integrator iViews) this is not possible, since their content is not controlled by the portal, and therefore they must appear as an iframe within the page.
    Hope that helps,
    Yoav.

  • Help with code for inserting horizontal scroll bar in photo gallery in Business Catalyst site?

    Hi,
    I am using Business Catalyst and Dreamweaver to create a trial site.
    I am not sure if this is the correct forum to post this request but anyway I have inserted a photo gallery module at the bottom of the sidebar in the homepage of my test site.
    Can anyone advise on whether jquery or any other code can be inserted into the page or module code that will replace the "next" hyperlink below the first 4 photos with a horizontal scroll bar at bottom of the gallery so users can just scroll through all 12 images ?
    Kind Regards, Matt.
    http://craftime-bs6.businesscatalyst.com/

    Alyssa,
    Have you tried putting this rule back as it was originally:
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto; /*was 9px*/
        color: #EF9CCF;
        background-color: #FFF;
    That is, changing your 9px back to auto.
    And giving  us a link (as you did) is much better than printing out the code for us! Thanks!
    Beth

  • How to activate the Vertival Scroll Bar to Table control

    Hi All,
    I Have created a Module pool table control(Wizard) with Input control,where user can enter the values in the screen.
    In my screen 15 lines are visible,once i enter all 15 rows,vertical scroll bar is active,but rest of all lines are in deactivate mode.
    My requirement is:Once i enter all the visible lines,the remaining lines should be in activ mode(In put control).
    I appreciate your response.
    Best Regards,
    Seshadri

    DATA : BEGIN OF IT_MARA OCCURS 1,
           MATNR LIKE MARA-MATNR,
           ERSDA LIKE MARA-ERSDA,
           ERNAM LIKE MARA-ERNAM,
           MTART LIKE MARA-MTART,
           MBRSH LIKE MARA-MBRSH,
           V_FLAG TYPE C,
           END OF IT_MARA.
    DATA :  WA_MARA LIKE it_MARA .
    CONTROLS TABLE TYPE TABLEVIEW USING SCREEN 100.
    MODULE POPULATE_100 INPUT.
      CASE SY-UCOMM.
        WHEN 'DISP'.
          SELECT MATNR
                 ERSDA
                 ERNAM
                 MTART
                 MBRSH FROM MARA INTO WA_MARA .
            APPEND WA_MARA TO IT_MARA.
          ENDSELECT.
          DESCRIBE TABLE IT_MARA LINES V_TEXT.
          TABLE-LINES = V_TEXT.
          CLEAR IT_MARA.
    Regards..
    Balaji  ( assign if this helps u ..)

  • I'd like an alphabet scroll-bar for my folders in Mail. Will this be added anytime soon?

    I've been using Mail for years and find it convenient for use across all devices, off-and online. I really like that I can place a rule so that each email will automatically be delivered into individual folders. This makes it easy to organize my emails for search purposes, and to keep a clean and relevant Inbox. Sometimes, depending on my internet connection....it can sometimes cease at home and my desktop will be in sleep mode, and my emails won't be automatically ruled into their appropriate folders. This is ok, because I just manually file them. However, I have many folders. It would be an added bonus if there is an alphabet scroll-bar in the folders source list to the left of the Mail app. screen.
    It appears that so much time and energy has gone into renovating the Mail application throughout the years, and the clean design and ease of use is noticeable and appreciated. I feel they would be complemented by the scroll-bar.
    I'm just wondering if Apple has this in mind for any new updates to Mail?
    Thanks!

    Apple doesn’t routinely monitor the discussions.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • Remove/Hide scroll bars in scroll panes.

    Hi all,
    I am pretty new to action script. I am building a photo gallery and I am loading the thumbnails from an XML file into a scroll pane dynamically. As the scroll pane fills up, it gets wider to accomodate the thumbnails. There is one row, and eventually, I want to have the user be able to mouse left or right and have the scroll pane scroll, versus clicking on the bar or the left/right arrows. However, in order to accomplish this, I need the scroll bars to disappear!
    Is there anyway to either remove or hide both the x and y scroll bars on a scroll pane? My scroll pane is called: thumbPane.
    Thanks in advance!
    -Rob

    Hello friend,
                       first select scrollpane.Then open parameters panel (if dont know go to window > properties > paramiters ) turn to OFF HorizontalScrollPolicy  and verticalScrollPoliy then left and right scroll Bar will not display.
    THANKS.

  • Unwanted hor-scroll bars in IE

    Hello all,
    I have designed a web page in Dreamweaver MX using frames
    (3-T,L,C) when I view it in Firefox scroll bars appear on the right
    side, which is correct, but when I view it in IE scroll bars appear
    on the right AND the bottom, even thow there is nothing to scroll
    left or right too.
    I have tried the scrolling="no", resizing the frames, etc. My
    video size is 1024x768, but the HTML file is only 800 wide, which
    should fit no problem in 1024.
    Also, I only get the hor-scroll bar when there is a right
    scroll bar. In other words, if what I have on a page is longer than
    the page, a right scroll bar appears, along with a bottom one. Very
    bizzare!!
    Any ideas how to get rid of the bottom scroll bar in IE?
    Much appreciated.

    Without checking too deeping, I believe it could be because
    your header is
    around the 800px width. So when you resize the window to
    about 800*600 you
    get a scroll in the bottom area to match the width at the
    top. Even though
    that bottom frame may not be as wide at the top, the browser
    has to take
    into account all the widths of the page elements.
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.perrelink.com.au
    - Web Dev
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.adobe.com/devnet/dreamweaver/css.html
    "Falcore4" <[email protected]> wrote in
    message
    news:e96836$5ug$[email protected]..
    > Here is the link:
    >
    >
    http://www.websites4design.com/Saugus%20Youth%20Soccer%20New/index.htm
    >
    > Select either Board or Registration links.
    >
    > Thanks

  • Remove scroll bars in dynamic form

    Hi all,
    I'm starting to kick myself every time I put a post here.  Apologies and thank you for everyone's help - slowly but shortly I'll be one of the people answering the questions.
    Really easy one (I think).  A have a dynamic form, which updates a dynamic list.  Is there a way to alter a text area in the dynamic form, so that it is a fixed area  i.e. when you get to the end of the line/characater usage, the cursor goes down to the next line rather than creating a horizontal scroll bar and running forever into the distance.  I have played around with Wrap options without luck, the css doesn;t seem to play much of a part as this is an actual text area in Dreamweaver as opposed to a CSS clipping in the list.
    Thanks again,
    Nathan

    NJFuller wrote:
    Perfect! Thank you Albert.  Is it possible to add virtual wrap to a box in a dynamic list?  As that is not presented in a normal html form'ish style way.....?
    Hi Nathan,
    as a Dynamic List displays pure text only, you´ll need to help yourself by formatting the displayed column using PHP. There are several ways to add "virtual" line breaks, and the most straightforward (though certainly not the most elegant) solution would be to apply the PHP function wordwrap which wraps a string to a given number of characters.
    The following example will wrap the text after 40 chars, and the "wordwrap" function will - as always - have to replace ADDT´s default "KT_FormatForList" function:
    <?php echo wordwrap($row_rsqueryname1['columnname'], 40, "<br />\n"); ?>
    Cheers,
    Günter

  • How to get rid of scroll bars in sub panels when displaying a VI which is part of a class?

    I am writing an application that applies different analyses to a set of data. The program must be flexible configurable. To not clutter the GUI with too much elements I ended up with the idea to load the needed user interfaces for each specific analysis dynamically into a single sub panel when needed. This works well without any problem.
    Due to the fact that all analyses share some common functionality I have decided to use LabVIEW classes for implementation. Each class has one VI representing the user interface to show in the sub panel.
    This works also well BUT the sub panel always shows a horizontal and vertical scroll bar I don't want to see!
    I have already learned that I need to change the user interface VI to a custom "Window Appearance" and disable the "Show scroll bar" properties. But this seems to work only for "normal" VIs but not for VIs that are part of a class.
    Any ideas?
    Ingo
    Solved!
    Go to Solution.

    Thanks Pixar, this was the right tip!
    Although: there seems to be a difference between "normal" VIs and VIs that are members of a class.
    For "normal" VIs it is sufficient to set the property to "Off While Running" and it works as expected.
    VIs part of a class need the "Always Off" setting" which is only accessible via right click on the scroll bars but not via the VI's properties box.
    Thanks and Regards
    Ingo

Maybe you are looking for

  • Help with ArrayLists!

    Hi, I'm taking a java class at school, and I'm really, really bad at it. Anyway, I need help... I'm not even really sure what my problem is.. but I will try to explain. Anyway, I know I have a ton of problems, and I'm not even close to finishing the

  • Parameter  to shell script using Runtime.exec(string)

    Hi all, ( Speciall hi to dheeraj tak ) Briefly : How do i pass an arguement to a non - java executible being called using Runtime.exec. In detail : i am using Runtime.exec to call a shell script : The code is as follows: String callAndArgs[] = {"/hom

  • Time out period for PO approvals in worklist

    Hi all, Can any one know how to check the time out period for PO approvals in worklist other thant workflow builder like from system adminstrator or a query etc., Thanks in advance, Regards, Pramod

  • Converting output into PDF in RFQ

    Hi, Could anybody suggest me on how to convert an output generated through message determination into PDF form. The output can be seen in spool requests. Does any setting require for this?? Regards, Pradeep

  • Heuristic SAP_PP_009 (Bottom Up) & Finite scheduling

    I want to execute heuristic SAP_PP_009 and execute also finite scheduling. Standard SAP does not allow it. Using note 560969 it is possible to use a finite strategy in SAP_PP_009  although it still does not recommend it. I implemented it and I used o