Navigation bar wraps to next line

I am just starting a site and I am having problems with the navigation bar wrapping to the next line.  It originally displayed correctly and I cannot figure out what I did to mess it up.  Also the drop down menus are not displaying on top of the image below it.  Help!   http://jeannettedutton.com/MLVC
Jeannette

Looks to me as though it is just too wide to fit in.
If you reduce the padding on this rule:
#MenuBar .MenuItem .MenuItemLabel {
    background-color: #333333;
    color: #FFCC00;
    font-weight: bold;
    line-height: 12px;
    padding: 6px 15px;
    text-align: center;
    width: 10em;
Say to padding: 6px 10px;
It will fit
Martin

Similar Messages

  • Report output - Text Wrapping in next line

    Hi Guru's,
    My requirement is the concurrent output should be in CSV.
    In RDF i have concatenated the columns using "," separated. I have registerd the concurrent program in Oracle Apps, with output type as TEXT. While saving the report output i will save it as .csv, and it will open in excel.
    But my Output wrapped in next line  like below ,
    1021-124098-003,01012015,25,BMUSOMRXXXX,0304013486800012,1,401.962,JAN-
    2015,215,,
    1021-124098-003,01012015,25,BDOFOMRUXXX,01411303212003500,1,608.974,JAN-
    2015,249,,
    I can't shown single line , after save as in CSV.
    I want like below
    1021-124098-003,01012015,25,BMUSOMRXXXX,0304013486800012,1,401.962,JAN-2015,215,,
    1021-124098-003,01012015,25,BDOFOMRUXXX,01411303212003500,1,608.974,JAN-2015,249,,
    Kindly Help Me.

    The JComboBox is used as an "editor". Once you finish editing a cell the "renderer" is used to display the data. The default renderer is a JLabel which does not wrap text.
    Read the JTable API and follow the link to the Swing tutorial on "How to Use Tables" for more information on renderers and editors.

  • Firefox navigation bar no longer has lines in between suggestions/sites. Is there any way to readd them?

    Firefox navigation bar no longer has lines in between suggestions/sites. Is there any way to readd them?

    This is a duplicate of https://support.mozilla.org/en-US/questions/939644
    Closing this thread.

  • Clob in Report layout - cannot wrap to next line

    Dear all,
    I am facing a problem that the field display on the report in Clob datatype cannot wrap to next line. In the data model, it is separately selected the clob text. In the report layout, for the field I have already set the Vertical Elasticity to "Variable" and Horizontal Elasticity to "Fixed". However, the report output always show the clob text in one line. Even I reduce the width of that field, the result is the clob text will display in one line up to the end of right margin but didn't wrap to next line.
    I tried to store the clob text to the placeholder or create a user parameter to store the clob text and then display on the report. However, the result is still the same. I really don't know why....
    Can anyone help? Thanks for advance.
    Thank you.
    Regards.

    Many thanks! Worked perfectly!
    I've just upgraded to DW CS3 from a much older version, and I'm rebuilding an old site that's completely frames-based, so using CSS to accomplish what I used to do in frames (and for older browsers) is a bit of a challenge. I appreciate the helpful tip!
    Thanks again!

  • How can I fix nav bar that wraps to next line, leaving big gap?

    I have 2 lines of menu items in the navigation bar (Formal theme) when I'm in iWeb, but it wraps to 3 lines in various browsers, leaving a big gap at the end of the 1st and 2nd line where a short menu item could easily fit. Here's an example:
    http://www.redcottageinc.com/redcottageinc/holiday/holiday.html
    The menu item "Links" could easily fit on the previous line. Thanks for your help.

    Have you tried clicking of the navbar object and enlarging the window by dragging? You could also resize the page size to the Apple suggested 980 pixels which is what the iPhone uses. Then you could resize the navbar object to get the appearance you want.
    OT

  • Spry Menu Bar wraps to second line on a few monitors

    Hello-
    I am stuck on a spry horizontal menu bar and have discussed with a few local dreamweaver users and we can't figure this out. I'm using CS4 to create an internal site for my company (sorry, I can't send you link). I tested the site on firefox and explorer on my computer and everything works beautifully. When going through the soft launch one computer out of the six computers who reviewed the site had an issue with my navigation bar. I used the horizontal spry menu bar to create a navigation with six options. The problem computer wrapped the last two to a second line which makes everything weird on pages within the site.
    Screen captures are below. Three images show the main page where the navigation wraps on top of the side column and right column. The second image shows the menu bar wrapping behind the left column on additional site pages which is happening on all additional site pages.
    The code for the spry menu assets should be below the images. If you need additional information, if I didn't provide everything, I'll send it. I'm very new to this and pretty much self-taught. I have taken an online class through ed2go.com, I've asked a ton of questions from other designers using Dreamweaver, and I've watched MANY tutorials online. ANY help you can give would be MUCH appreciated. THANK YOU!!
    MAIN PAGE/HOME PAGE
    ADDITIONAL SITE PAGES
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: auto;
    background-color: #D6D6D6;
    background-image: url(/Images/Autry_Background.jpg);
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 8em;
    float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 8.2em;
    position: absolute;
    left: -1000em;
    background-image: url(/Images/Autry_Background.jpg);
    /* 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;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 8.2em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    padding: 0.5em 0.75em;
    color: #FFF;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #005BAE;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #CCC;
    color: #000;
    text-decoration: blink;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
    background-color: #CCC;
    color: #333;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
      display: inline;
      f\loat: left;
      background: #FFF;

    Hi, Mel,
    I see that you are using default widths for the list items in the menus. If you reduce the width of the list items, you should be able to settle on a width that works better than 8em and 8.2em.
    Here are the bits that will need editing:
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 8em; /* make this width smaller */
    float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 8.2em; /* make this width smaller */
    position: absolute;
    left: -1000em;
    background-image: url(/Images/Autry_Background.jpg);
    /* 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;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 8.2em; /* make this width smaller */
    Z

  • Trying to set a hyperlink when text wraps to next line

    I'm trying to set a hyperlink in InDesign. The URL text wraps to the next line. One time this worked fine and the link was correct. For two other instances, it did not work. When I checked the link in the PDF file, it only "grabbed" the first portion of the hyperlink address. Anything after the first "/" was lost. Is there a way to make sure the entire URL address gets included in the hyperlink? Thank you!

    Acrobat has trouble autorecognizing URLs that break across lines. You ned to create a "real" hyperlink from the text in ID, then include them in the export. If you don't know how to do that, see the Help.

  • Why text wraps to next line in Chacacter Mode Report?

    I have developed a Character Mode report. I have followed all guidelines mentioned in on-line help topic 'Setting properties of an ASCII (character mode) report'.
    The problem is that when I print the report, the printer prints around 80 characters and then wraps the remaining text on to the next line. Yes I have set Report Width and Height properties of the report to 132 and 66 resp.
    Shows OK in preview.
    Both Horizontal and vertical Elasticity are FLEXIBLE.
    Result is same on different printers.
    What can be the problem.
    Pl. guide.
    Tariq

    Hi Tariq,
    If you are specifying some .prt files(printer definition files) in the desformat, please examine them if you have set the width and height to proper values.
    Otherwise look at $ORACLE_HOME/reports/printers/dflt.prt (default file) and see if the width and height are set to proper values.
    Thanks,
    Siva B

  • Navigation bar entries on breadcrumb line

    Is it possible to place the navigational bar entries (without icons) on the breadcrumb line on the far right hand side?
    I assume that I need to modify the body of my page template seen below but no matter what I try I still get placeholders for the icons:
    <div class="t3logo">#LOGO#</div>
    <div class="t3NavBar" style="float:right;"><table>#NAVIGATION_BAR#</table></div>
    <br style="clear:both;"/>
    <table summary="" cellpadding="0" border="0" cellspacing="0" width="100%">
    <tr>
    <td class="t3TabHolder" style="text-align:right;" align="right"><table summary="" cellpadding="0" cellspacing="0" border="0" align="right"><tr>#TAB_CELLS#</tr></table></td>
    </tr>
    </table>
    <div>
    <div class="t3TabForegroundColor"><img src="#IMAGE_PREFIX#f_spacer.gif" width="1" height="3" alt="" /></div>
    <div class="t3RegionPosition1">#REGION_POSITION_01#</div>
    <table width="100%" summary="" height="70%">
    <tr>
    <td class="t3PageBody"><div class="t3Messages" align="center">#GLOBAL_NOTIFICATION##NOTIFICATION_MESSAGE# #SUCCESS_MESSAGE#</div>#BOX_BODY##REGION_POSITION_02##REGION_POSITION_04##REGION_POSITION_05#
    #REGION_POSITION_06##REGION_POSITION_07##REGION_POSITION_08#</td>
    <td align="right" valign="top"><img src="#IMAGE_PREFIX#f_spacer.gif" width="15" height="3" alt="" /></td>
    <td align="right" valign="top">#REGION_POSITION_03#</td>
    </tr>
    </table>

    I found a work-around. Please disregard.

  • Navigation bar and text next to it, how?

    Hello all, this is my first time building a page with
    dreamweaver, and I'm really enjoying learning how to use it. So
    far, I have been able to figure everything out well enough, however
    I have now hit a point from where I cannot continue without help.
    I have added a navigation bar/table to the left side of my
    page, how to I get the program to let me add text directly to the
    right of my bar? Right now, when I try to add text, the default
    location is below the navigation bar (which, again, is down the
    left side of my page). Any help at all would be appreciated. So,
    thanks in advance!

    I never use text wrap because of the IE problem.
    When using separate boxes, make sure that none of them are touching or overlapping and that you use a web-safe font.
    I would doubt very much that inserting an image into a text box impairs the ability of the spiders to read the text - they just don't "see" the image which is why you should describe it in the adjacent text or with a separate caption.
    For SEO purposes, I would do both. For example, if you have a photo of a car, the caption would give its make/model/year etc and the adjacent text would describe the features that viewers would be likely to enter into a search.

  • Date Picker wraps to next line in 3.1.2

    This was a duplicate thread. Please see next thread.
    Edited by: gcyran1 on Oct 23, 2008 2:11 PM

    Answer on other thread.

  • Heading wraps to 2nd line, but why data of 2nd line heading appearing in next page

    Hi,
    Im generating a matrix report which has dynamic heading. When the heading extends the page, it wraps to next line(2nd line). But the data corresponding to the 2nd line of heading is being displayed in the next page.
    I wanted a solution to display the data of the 2nd line heading to appear just underneath the 1st line data.
    Thanx in advance
    Regards
    Thobula Ramulu Rakesh

    I'm assuming you only have one across repeating frame(?)
    You will need to make the field that contains the heading in the across repeating frame large enough to contain the two rows you require.
    Reports doesn't support expansion of the matrix column headings by default. If you have a definite requirement for the expansion to be dynamic (ie: push the matrix down), you can add another across repeating frame above the across repeating frame of the matrix and base it on the same across group. However, this can be tricky both to create and maintain.

  • Code for enabling navigation bar

    hi experts
    what are the code to enable navigation bar button like next, last, firts etc.
    thanks
    Regards
    Gorge

    Hi Gorge,
    The navigation elements are menu items,. you have to enable the menu UID in your form and catch the menu events, but don't forget to check for the formtype/formuid of the form where teh menu event occurs (Application.ActiveForm)
    Regards
    Ad

  • How do you make the sentences you input in a drop down list wrap to the next line?

    How do you make the sentences that you input in a drop down list to wrap to the next line?

    You can't.
    see this thread for more info:  Can you set drop down list as multi-line???

  • Can we move the navigation bar (prev, next link) of advanced table to left?

    Hi,
    I have a question regarding the OA Framework advancedTable navigation bar.
    Normally it is shown on the top right corner of the table, if it contains more than 10rows,
    it will show on the bottom as well.
    My question is, is there a setting to move this navigation bar (Previous Link, Records List, Next Link)
    from the right side to the left side or to the middle?
    In the OAF Developers Guide it doesn't state about being able to move this navigation bar.
    Navigation
    The navigation bar allows you to traverse across different row ranges of a table and is rendered:
    - At the top of the table if the number of rows in the table is less than 10.
    - At both the top and bottom of the table if the rows in the table is equal to or greater than 10.
    Note: No navigation bar is displayed if the number of rows in the view instance is less than the value specified
    for the advancedTable Records Displayed property.
    When a user first navigates to the page, OA Framework does not know how many rows will be returned to the
    table. The navigation bar simply shows the Previous and Next links.
    Once the user navigates through all the rows, the navigation bar displays the row range as a poplist so that the
    user can navigate directly to a specific range of rows, as shown below.
    Thanks.

    Hi,
    I don't think there is anyway to move the same from right to left/Middle.
    Regards,
    Gyan

Maybe you are looking for

  • Shopping Cart attachment is not visible in Purchase order

    Hello All I am new to SRM world and struggling with below issue. When we are attaching documents in shopping carts then those documents are not visible in back end purchase orders. Problem here is that this scenario is running fine on our productions

  • Question about the Location Services feature

    I have the iphone 4A.  How can I prevent the Location Services feature from coming on by itself after I turn it off?

  • Edit item in list doesn't allow save changes (save disabled on a custom form)

    Hi folks I created a custom form in InfoPath. The form works fine when adding a new item. It adds everything entered into the fields, and you can see it in the list. When I click on the one of the existing entries, it shows OK. I click "edit item" an

  • MediaSource 5 & Neo:6 HATE C

    I have downloaded?and installed both MS5 and?its NEO6 plugin. I?own the eXtremeMusic and I have to say neo:6 surround was better off with media source 3. Now, when I enable neo:6? it automatically triggers off the CMSS-3Dsurround... well, I though th

  • Request for iPhone 5 with words of wisdom

    Respected sir, I recently saw your offer words of wisdom and im really looking forward to it. Can you please give me an option on iPhone 5 as I would like to give iPhone 5 to my lovely dad on the fathers day kindly let me as soon as possible. Thank y