How to disable line breaks in a bar of menus spry?

I created a menu bar horizontal spry in Dreamweaver cs4 and I want the words in each bar submenu is displayed on a single line.
I have found a property "line breaks" in the css depending on the rules Panel and tried to enter values such as 'none', 'no line breaks' and '0', but nothing changes.

I would like to know if there is other information, I can provide.

Thank you!

"lighteyedbaby" wrote in message
News:go2bh2$BQS$1@forums. Macromedia.com...
> I created a menu bar horizontal spry in Dreamweaver cs4 and I want the
> Words
> in each bar submenu is displayed on a single line.
> I have a property "line breaks" located in the Panel css according to the rules and
> tried
> to enter values such as 'none', 'no line breaks' and '0' but nothing
> changes.
>
> I would like to know if there is other information, I can provide.

Try this:

white-space: nowrap;

--
Thierry | Adobe Community Expert. Articles and tutorials:
http://www.TJKDesign.com/go/?0

Widgets Spry | http://labs.Adobe.com/technologies/Spry/samples/ [click on]
'Widgets']
Samples of the Spry menu bar |
http://labs.Adobe.com/technologies/Spry/samples/menubar/MenuBarSample.html
--

Tags: Dreamweaver

Similar Questions

  • How to display line breaks in vCO-WebView?

    Hello

    I just want to know how I can make it possible to display line breaks in a workflow with vCO-WebOperator-WebView presentation in the new vCO-Version 4.2.1?

    In the old version, it was easy, I just use the HTML < br > tag, but in the new version, it will be write it in text form, as you can see here:

    vCO-Wf-Pres_01.jpg

    When I use the vCO Client it will work when \n is used as you can see below, but not in the WebWiew (see above):

    vCO-Wf-Pres_02.jpg

    Can you please give me a hint.

    Best regards

    Rainer

    Set this property: com.vmware.o11n.webview.htmlescaping.disabled = true

    As described in the vCO 4.2.1 release notes.

    Christophe.

  • How to disable tabs in the title bar for all users?

    I want to disable tabs in the title bar for all users, because the air ugly http://i57.tinypic.com/33nkm77.png
    I type in C:\Program Files\Mozilla Firefox\defaults\pref\local-settings.js
    Pref ("browser.tabs.drawInTitlebar", false);
    It does not work, but other options in this file works fine.
    Setting with: config works very well, but only for users perceive.

    Thank you all. Problem solved. I'd like to edit 2 files:

    C:\Program Files\Mozilla Firefox\defaults\pref\local-settings.js
    Pref ("general.config.obscure_value", 0);
    Pref ("general.config.filename", "mozilla.cfg");

    C:\Program Files\Mozilla Firefox\mozilla.cfg
    //
    lockPref ("browser.tabs.drawInTitlebar", false);

  • How to keep line breaks in CSV, TXT doc then merge the data in CC?

    Hey,.

    There is a thread for this question, answered in 2009, then in 2014 (that wasn't there is still no ideal integrated solution):

    https://forums.Adobe.com/thread/415563?start=0 & tstart = 0

    But I was wondering if Indesign CC2015 made no progress in this regard...?

    Thank you

    Vanessa

    In simple, no words. With the exception of the variable QR codes, merge data has remained the same since that post.

    The current solution of:

    • put a delimiter in the source file, such as
      or | to represent the newline; then
    • Merge into a new indesign file and use find/replace to replace the separator for a line break

    Is always the simplest solution with the data merge.

    Data merge isn't the only way to import variable data. XML is another way, but the learning curve is steep. The rewards are worthwhile, but prepare to invest some many hours in learning!

    Otherwise, perhaps consider a third party plug-in which may be more appropriate than merge data.

    Rest assured, you are not alone. All I can suggest is to go to the feature request/Bug Report Form and the application as a feature request.

    Colin

  • How to force line breaks in the RH9 glossary entries?

    Someone at - he found a way to do so that line breaks remain after generating the output? I understand that this is "ASCII text only" but even in a rudimentary text editor, I can force line breaks and insert characters extended like the bullets.

    Hello

    Because of the way this is implemented to WebHelp, it cannot be done. In AIR, don't know, but I suspect that it is the same for AIR.

    A better way would be to create glossary topics. Which removes restrictions on development in shape.

    Take a bow

    Willam

  • How to disable the click to play bar?

    I like to use click to play, but the bar request annoys me (see the screenshot of the first).
    Is it possible to disable this I simply select an option if I want, through the button at the top right corner (see the second screenshot)?

    Hi Mr.Yeah, you can try this addon: https://addons.mozilla.org/firefox/addon/hide-plugin-notifications/

  • How to disable the "click to play" Bar warning

    Hello

    I would like to know how to change the behavior of the "Click to play" warning, or how turn it off. I have Firefox 27 (beta update channel, the version prior to RC1).
    I configured the plugin Flash to "ask every time", and "plugins.click_to_play" is set to true by default.

    Before you install the latest update, there was an alert popup at the top left, next to the address bar (with the icon "brick lego").

    Now, instead, a new bar is inserted directly in the content of the web pages (asking if I want to allow 'Adoble Flash' in the page). The result is extremely annoying, because all the content of the Web page is moved to the bottom each time to make room for the toolbar warning...

    How can I remove the warning bar? I tried to put "plugins.click_to_play" false and I have not noticed any change in the behavior of the browser.

    Thank you

    Hello Stormvision, you can use the https://addons.mozilla.org/firefox/addon/hide-plugin-notifications/ by bsmedberg mozilla addon in order to hide the information bar.

  • How to disable scrolling of the space bar, but keep the active space as space bar by typing

    I want to just disable the SPACEBAR scrolling of pages in firefox 13.0.1 (or any other not too old version) by all means, maybe I can interfere the code in the files of firefox or is it an official option to disable page scrolling when I press the space bar?

    Thanks it now worked, everything I did wrong (because I've seen this thread before) was download wrong config key, there are a few add-on ridiculous made by another developer with exactly the same name but different functionality
    [SOLVED] (Now also see related 954421/questions/954421 )

  • How to create line breaks in the argument cftextarea, format = flash

    I use < cfform format = "flash" >, and I can't understand how to create a linebreak in the form argument cftextarea control. For example, in the following code, I would display "item1", "item2" and "item3" on separate lines. I'm new to cfform and flash tags, so any help would be greatly appreciated!

    < name of the argument cftextarea = "impacted_systems."
    label = "affected systems.
    ReadOnly = 'yes '.
    height = "24".
    Width = "300".
    Wrap = "virtual" > < cfoutput > topic 1, item2, item3 < / cfoutput > < / argument cftextarea >

    Try #chr (13) # between your objects


    label = "affected systems.
    ReadOnly = 'yes '.
    height = "48".
    Width = "300".
    Wrap = "virtual" >item 1, #chr (13) #item2, #chr #item3 (13)

  • A bar of menus spry can cause an AddThis widget?

    I am trying to include a widget AddThis for my horizontal menu spry, but with success only marginal. By bothering with the margins, the page width and the width menu items, I was finally able to center the menu shwon below. But once I included the AddThis widget (between the 'index' and 'next page'), the menu fell: it's is more focused and 'next page' falls on a second line. I've been messing about with it all day and I can't make it work.

    narBar example.png

    Yet, I'm not online so I can't provide a URL. But a part of my code is below (widget code is at the bottom):

    CSS

    UL. MenuBarHorizontal
    {
    list-style-type: none;
    do-size: 14pt;
    cursor: default;
    Width: 760px;
    do-family: "Times New Roman", Times, serif;
    background-color: #FFF;
    padding: 0;
    margin: 0 auto;
    }
    / * Value of the menu bar active with this class, currently the definition of z-index to accommodate IE rendering bugs: http://therealcrisp.xs4all.nl/Meuk/IE-zindexbug.html */
    UL. MenuBarActive
    {
    z-index: 1000;
    }
    / * Menu item containers, position of children relative to this container and are a fixed width * /.
    UL. MenuBarHorizontal li
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    do-size: 100%;
    position: relative;
    cursor: pointer;
    Width: auto;
    float: left;
    }
    / * Submenus should appear under their parent (top: 0) with a higher z-index, but they are first the left side of the screen (-1000em) * /.
    UL. MenuBarHorizontal ul
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    do-size: 100%;
    z index: 1020;
    cursor: default;
    Width: 8.2em;
    position: absolute;
    left:-1000em;
    }

    HTML:

    < div id = "navBar" >
    < ul id = "MenuBar1" class = "MenuBarHorizontal" >
    < li > < a href = "#" > & #8249; & #8249; Previous page < /a > < /li >
    < li > < a href = "#" > home < /a > < /li >
    < li > < a href = "#" > on < /a > < /li >
    <!-TemplateBeginEditable name = "menuPage"->
    "< li > < a href ="... / Pages/menu_1.html "> menu < /a > < /li >"
    <! - TemplateEndEditable - >
    < li > < a href = "#" > contact < /a > < /li >
    < li > < a class = "MenuBarItemSubmenu" href = "#" > index < /a >
    < ul >
    < li > < a href = "#" class = "MenuBarItemSubmenu" > first category < /a >
    < ul >
    "" < li > < a href = "... / Pages/essay.html first" < /a > < /li >
    < /ul >
    < /li >
    < li > < a class = "MenuBarItemSubmenu" href = "#" > second category < /a >
    < ul >
    "" < li > < a href = "... / Pages/second essay.html ' < /a > < /li >
    "" < li > < a href = "... / Pages/essay.html third ' < /a > < /li >
    < /ul >
    < /li >

    <! - AddThis button BEGIN - >
    < div class = 'addthis_toolbox addthis_default_style' >
    " < a href =" http://www.AddThis.com/bookmark.php?v=250 & amp; username = budocat "class ="addthis_button_compact"addthis:url =" http://example.com "> < /a > on part " "
    < / div >
    < script type = "text/javascript" > var addthis_config = {'data_track_clickback': true}; < /script >
    " < script type =" text/javascript"src =" http://S7.AddThis.com/JS/250/addthis_widget.js#username=budocat "> < / script > .
    <! - END AddThis button - >


    < li > < a href = "#" > next page & #8250; & #8250; < /a > < /li >
    < /ul >

    < / div > <! - close the navigation bar - >

    Hi, BudoCat,

    You have posted this question in the two instances, and I think that we licked in the other thread.

    Try to post a question at once, place in the future, so it will get the maximum assistance in collaboration with other users!

    Best,

    Beth

  • Impossible to get background images is displayed in the bar of menus spry published

    I worked on this all day the problem started with the bullets, showing instead of the menu, once that was solved (thanks to awesome posters).  the menus are now show, but are not the background images that I attached to it.  Here's the URl and an image of what the rear images should look like.  I appreciate your help

    http://eappromotions.healthandperformancesolutions.NET

    menu_bar_live-View.jpg

    This is where your file SpryHorizontal12.css is looking for this image.  It's 404 not found at this place (note the path):

    http://eappromotions.healthandperformancesolutions.NET/eappromotions/EAP%20Promo%20Kit/htm l/images/top_nav_button.gif

    In addition, don't not use spaces in file names and folder.  It creates problems when the spaces are converted to % 20.

    Nancy O.

  • How to disable the charms to the point bar Windows 8.1

    I have a new HP laptop with Windows 8.1. I HATE the charms bar. It is very annoying. I have disabled the function of the angle of the bar charms appears is more that if I drag the edges of the corner, however, it pop again randomly. I'll be typing along and it will just pop up, blocking everything I am.

    I have absolutely no need of this bar of charms. In fact, the only thing that I used it for is to get to the option to disable them. However, on this laptop, which is not completely disable them... I tried to go to control panel mouse to turn them off, but this option is not available. However, I don't think it's the mouse pad, forcing them to pop up even when... I'll be typing along, not even touch the carpet of mouse, and all of a sudden they're going to pop up.

    What is the cause of this and how can I get rid of him? I'm getting rather desperate and sometimes feel compelled to throw this laptop out the window! I prefer my laptop HP Windows XP and has replaced only because XP is no longer supported... 8.1 window is one of the most frustrating systems, with that Microsoft has developed.

    Please help me turn off these dang for good things!

    UPDATE: I think I found the solution. I received this link a Microsoft Chat line employee. I followed the instructions and the charms seem to have disappeared... YAHOO...

    Here is the link:

    http://winaero.com/blog/how-to-disable-the-edge-panels-charms-bar-and-switcher-in-Windows-8/

    UDATE UPDATE: lol... I posted this below, but repost here... The solution given by the employee of Microsoft Chat line did not work... Well, it worked for a day, I arrested him for the night, and when I turned it on in the morning, the charms were back with a vengeance... Seriously, worse than ever, jumping constantly.  It was as if they were really angry...

    I went to Wally World and bought a $ 16 wireless mouse, which keeps the charm in the Bay... In fact, I think it's easier to use than the mousepad on my laptop anyway. I can use it on the arm of my chair on my laptop beside this mousepad, on a desktop (obviously), but the point being, unless I run the cursor at the very far right of my screen, the charms are hid...

    I have a business Web site, and all working on it, the charms have been constantly popping up as I tried to add images and descriptions. He took me seriously out of my mind... Everything took me twice as long to add, I don't waste time... I worked on it this morning using the wireless mouse and the charms bar jumped not once...

    Thank you Paul, but this link just tells me to do what I've already tried... When I tried to get responses on the Microsoft Windows site, it says that all laptops are different, and I would need to go the manufacturer of my laptop to tell me how to disable... So, I'm here, but nobody seems to know how to stop these things pretty darn... It is really ruining my experience with my new laptop... It's like the use of a laptop being shared with another person who constantly interrupts what I do...

    OPPS... while I was writing that I expect a person on the microsoft online chat to connect so I could ask them how to disable the...

    Rachel from Microsoft came... She sent me this link:

    http://winaero.com/blog/how-to-disable-the-edge-panels-charms-bar-and-switcher-in-Windows-8/

    I did what it said to do, and I'm typing this, no charms have jumped at me... Maybe it solves the problem (hope, hope).

  • remove the editfield line break

    Hi I have a newline removal of difficulty of editfield. The situation is that I have editfield and the user inserts the body of the text.

    When the user clicks on a button, I want all the characters than insert user to show online with no spacing or no line breaks. I used StringUtilities.removeChar (String, "") to remove the empty spaces, but I don't know how to remove line breaks ("feed").

    Please help and thank you!

    Thanks for the suggestion, but I found a simple way using two Editifields!

  • Disable the break control file

    Please can someone tell me how to disable the breaking control file that is attached to a data definition, it is no longer necessary for this definition of data...

    I need an option without re-creating the data definition

    Concerning

    Check this https://community.oracle.com/thread/1027694

  • What replaces the bar of menus CS6 spry in dreamweaver creative cloud 2014?

    Hello


    Previously, I used Dreamweaver CS6 and the widget in the spry menu bar (horizontal).  I don't see this in Dreamweaver CC 2014.  I'm looking for the Panel to insert (jQuery UI) but do not think that a bar of menus spry equivalent is listed.

    Is there an equivalent built into Dreamweaver CC 2014?

    Dropdown based CSS menu

    CSS Menu - JSFiddle

    Drop-down menu advanced with gradients, CSS & transitions

    Drop-Menu CSS Horizontal - JSFiddle

    Pop-Menu Magic3 of PVII (commercial extension of DW)

    http://www.Projectseven.com/products/menusystems/pmm3/index.htm

    jQuery Superfish

    http://users.TPG.com.au/j_birch/plugins/SUPERFISH/

    Receptive iconic

    http://www.dynamicdrive.com/style/csslibrary/item/responsive_iconic_menu/

    Receptive hybrid

    http://www.dynamicdrive.com/dynamicindex1/responsivehybridmenu/index.html

    Nancy O.

Maybe you are looking for