Layout navigation tabs

Is it possible to display the navigation tabs as square tabs (as you can do for portlets)? And how do I do this?
Thanks in advance,
Joey

The tabs rely on a page style to determine the look and feel of the tabs. Unfortunately the page styles do not give you control over the shape of the tabs themselves. There is a way around this.
In order to get at the shape of the tabs, you must edit the images associated with the tabs. These images can be found in the default images directory. Depending on the background color that you’ve specified for your page, the portal will assign a different set of images to the tabs. Here’s an example:
Say you’ve got a page and it has a page style assigned to it with a white background, the portal will pickup on the fact that you’ve assigned a white background and it will select the tab images with white backgrounds (i.e. FFFFFFtl.gif, and FFFFFFtr.gif).
What does this mean? If you know that you’re page will have a white background then you can edit the tab images with the white background to change the tab shapes.
My advice would be to also make backup copies of any images so that you don’t loose the originals.

Similar Messages

  • In Initial View, can you set defaults for Navigation tab, Page layout, and Magnification?

    Adobe Acrobat 9 Pro V9.4.0
    Win7 Pro x64
    Problem: In Initial View, can you set defaults for Navigation tab, Page layout, and Magnification?
    Every time Acrobat scans a document, I have to go to Initial View to set Navigation tab, Page layout, and Magnification. It does not remember the settings I last used.
    Thanks in advance.

    See my response to this post

  • IWeb Navigation Tabs Not Working

    Hi,
    I just posted my webpage to my school network folder... and the navigation tabs on the "About Me" page are not working.. they work on every other page. I thought maybe it was the page, so I deleted it and created a whole new "About Me" page and ran into the same problem. The site is http://people.clemson.edu/~lindsaa/GenEd_ePortfolio/HomePage.html

    Bonjour
    The notebook image was too high. You had to lower it (15 pixels down).
    I see you changed your template. An advice : use only one template for all the pages of your website

  • Layout Mode Tab in DW CS

    I have Dreamweaver CS for a Mac. The only tabs available are
    Standard and Expanded Mode. I have to go through the menu to go to
    Layout Mode. DW 8 had a layout mode tab. Any help?
    Thanks.

    Layout Mode is table based and is a deprecated feature i.e.
    it's going to be
    removed in the next version of DW.
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402489&sliceId=1
    Adobe has removed the Layout Mode Tab (it's now only
    accessible through the
    menus) and is indirectly encouraging you to use Standard
    mode.
    Regards
    John Waller

  • How to enable Navigation tab in PDF

    Hi,
    Can any one help me on this.
    I have nearly 100 PDF document. When I open the PDF,  the pdf should opened with Bookmark  view.
    I found this option under Document Properties --> Initial View --> Navigation tab  (Bookmarks Panel and Page).
    But i need to automate this task for all pdfs as Action list. can anyone help me to write a code for this.
    Thanks,
    Gopal

    Thanks Gilad.
    But I am unable to find this optin under Document processing.
    I am using Acrobat 9 Pro version.
    Please help me on this.
    Thanks,
    Gopal

  • Windows 8.0 taskbar properties navigation tab not displayed in windows 8.0

    When I click on taskbar properties it does not display a navigation tab in my windows 8.0 notebook like it does in my desktop 8.1 system. How do I get Windows 8.0 to display the taskbar properties navigation tab?

    Hi,
    Win8 taskbar properties doesn’t have the navigation tab, win8.1 add the new tab, what actions did you want to perform? Maybe we can to achieve it by other solutions.
    Regards,
    Yolanda
    Yolanda
    TechNet Community Support

  • Navigation Tabs

    Hi all,
    I am trying to work out how to create navigation tabs using
    images for the curved sides and backgroundsbut I am getting
    comfused. I have made three examples:
    http://www.villa-corti.com/indexnav.html
    In the first example- navtabs div -I have an image
    rightside.jpg which I put on the A link and repeat which creates
    the background for the link text.
    I put left_side.gif as the background image for the UL for
    the lefthand curved sides.
    There is a problem with the tabs not being side by side. Is
    this a good way to do it? How do I make the tabs side by side?
    In the second example -navtabs1 div-I have an image
    rightside.gif which I put on the A link and don`t repeat which
    creates the right curved sides.
    I put left_side.gif as the background image for the lefthand
    curved sides.
    How do I put a background on the link?
    The third example -navtabs2 div- is the same as the second
    example but I put a background-color on the a link which covers the
    curved side. How do I put a background- I don´t know how to
    put another image on the a link? What is the solution?
    I know there are various ways to do curved backgrounds usgin
    css without images but at this stage I want to try and find the
    best way to do this with images and then I will check and see if
    they work with different browsers.
    Any comments greatly appreciated, Thanks!

    > I am trying to work out how to create navigation tabs
    using images for
    > the
    > curved sides and backgroundsbut I am getting comfused. I
    have made
    > three
    > examples:
    http://www.villa-corti.com/indexnav.html
    > I know there are various ways to do curved backgrounds
    usgin css
    > without
    > images but at this stage I want to try and find the best
    way to do
    > this with
    > images and then I will check and see if they work with
    different
    > browsers.
    Most of the methods, including "sliding doors" are extremely
    limited.
    Because you are working with multiple background images, you
    can't
    really have a traditional rollover effect. You might want to
    consider
    image replacement or embedded images.
    Al Sparber - PVII
    http://www.projectseven.com
    Popup Menus | Image Galleries | CSS Tutorials & Templates
    Newsgroup: news://forums.projectseven.com/pviiwebdev/
    CSS Newsgroup: news://forums.projectseven.com/css/
    DW Newsgroup: news://forums.projectseven.com/dreamweaver/

  • Set Page Navigation tab to default open

    Is it possible to set the initial view to have the Page Navigation tab open?

    With Distiller and PDF Maker one can set the thumbnails to be embedded. And PDF Maker can be set to display the "Page and Bookmarks". With the Professional version of Acrobat one could create a Batch Process to set the open option to show the thumbnails and page.

  • Adding background image to navigation tabs

    I am adding a backgraound image to a navigation tab and so far have found the only way to do this is by modifying the HTMLTableCell class and adding a method that sets the background image. The closest existing method is setBgColor - which doesn't work.
    I'm sure there has to be a better way to do this?
    Thanks

    My favorite technique is to use CSS. Try this in a stylesheet:
    BODY { background-image: url(marble.gif);           background-color: #cccccc; } P { background-image: none;           background-color: #cccccc; }
    For more information visit http://css.nu/.
    You can apply that style to a <DIV> you use to bound your header, for instance.
    David Phipps
    Plumtree Software

  • Changing navigation TAB in universal worklist

    Hi ,
    I have been working on Universal worklist on EP 6.0 SP2. Universal worklist has been configured and it is connected to SAP backend. I am able to view task,notifications in universal worklist.
    Is there a way to change the navigation tabs like
    TASKS,NOTIFICATION, REQUESTS,COMPLETED TASKS, COMPLETED REQUESTS etc to other names. Any suggestion on how to do it ,or if this can be done or not is welcome.
    Thanks a lot for all the help,
    Rishi

    Hi Rishi
    Customization of the Navigation in SP2 was not fully supported.  You can change the Navigation in the uwl.standard.xml file, but when the system is upgraded these changes will be lost.
    Hope that helps
    John
    Message was edited by: John Wandrocke

  • How do I open the Navigator tab?

    It's a fairly straightforward question. I'm a noob with the program but have some experience in Photoshop, and a quick search landed me here, and about halfway down the page(just ctrl+f "Navigator") there is a screengrab showing a Navigator tab. My installation of Flash CS6 does not have this, however, nor does it show up under "Window." I would really like to know where this is.

    No, as in the "Navigator" tab, as showed here:

  • Missing Navigation Tab under taskbar properties

    Windows 2012 is missing Navigation Tab under taskbar properties
    There are only three tabs taskbar, jump lists and toolbars
    domain environment
    Muhammad Mehdi

    Hi Muhammad,
    As far as I know, the tabs under Taskbar Properties should be as follows:
    As displayed in the picture, there is no Navigation tab here.
    Best regards,
    Frank Shen

  • Does navigation/tab bar support multi-color icons? or only monochrome icons?

    Hi,
    I am building an app where, when i set the navigation/tab bar icon to a multi-colored image, it gives a blue tile and not the image. Is monochrome image a necessity for the icons of navigation/tab bar?

    No.  You can have colour images with no problems.  I'm guessing that there's something wrong with your image format.
    You will get better responses to your question if you post in the programmer fora on developer.apple.com rather than the user fora here.

  • Where did the Music navigation tab in the iTunes store go?

    Regarding the iTunes store navigation tabs on the top, why is that I only see tabs for podcasts, iTunes U and app store but not for music, movies, etc? This is really troubling and I wonder whether anyone is having the same problem.

    Not sure.
    Go to Malaysia in the itunes store and see.
    If there is no music tab, then there is no music store.

  • Navigator Tab getting displayed in front of form

    Hi,
    when i am trying to open my form from configurator page the form gets opened, but along with it even the navigator tab ges opened and gets displayed on top and form is getting displayed below it . How to change it to reverse. This has happened after upgrading it to R12.
    Regards
    Kishan.M.G

    I saw this on 11i, but not on R12. Make sure you have the latest forms patches and Sun Java Plugin focus patches for your release.
    Configurator applet opens behind Forms with Sun JRE (Doc ID 750576.1)
    Diagnosing Forms Mouse Focus Problems Using JRE (Doc ID 760250.1)

Maybe you are looking for

  • I can't upload files through Muse CC

    There's an error message telling me that the login and pasword for FTP host are incorrect.  However, I checked very carefully that I entered the same settings as I did in Dreamweaver with the same password and login. Why I can do the same thing in De

  • Real time processing in formula node

    hello all, I'm using LabVIEW for data acquisition of an analog signal.My sampling frequency is KHz. Now if I've to process these data's in formula node what type of variable I need to define in formula node.? For example,if I want to add add all the

  • [svn:osmf:] 13848: Pre-PARB'ing Layout API:

    Revision: 13848 Revision: 13848 Author:   [email protected] Date:     2010-01-28 03:31:07 -0800 (Thu, 28 Jan 2010) Log Message: Pre-PARB'ing Layout API: - Removal of ILayoutContext (merged with ILayoutTarget). - Layout targets no longer get their wi

  • Installing & running adobe reader on Mac

    I installed Adobe reader on Mac OS X 10.7.5, using both Safari & Firefox, but it didn't work in either.  Adobe is there, but won't run. I had Adobe before but then it disappeared.  I downlaoded again in order to open pdf fillable forms. When I return

  • Can I export Flash CS5.5 keyboard shortcuts to Flash CC?

    Flash CS5.5 keyboard shortcuts were located in Library/Application Support/Adobe/Flash CS5.5/en_US/Configuration/Keyboard Shortcuts on my Mac and were an .mfx file. In Flash CC, they're located in Library/Preferences/Adobe/Flash/13.0/Shortcuts and ar