How to make navigation header a dropdown

I'm trying to make one of my main navigation headers (About Us) into a rollover drop down like the rest of my headers.  When I try to do so on my main navigation page it throws the rest of my headers off of the correct alighnment.
Here is what I want my headers to look like:
Home    About Us     Palletizers     Palletizer Accessories     Warehouse & Storage     Manufacturing & Ergonomics     Customer Service
Here is how it comes out when I make the changes on my main navigation page:
                                                                                          Home     About Us
                    Palletizers     Palletizer Accessories     Warehouse & Storage     Manufacturing & Ergonomics     Customer Service
Is this a problem with the CSS?  Or can I fix this with an HTML snippet on the main navigation page?  Any help would be greatly appreciated, thanks.
www.lambertpalletizers.com

Sorry, I didn't account for the lack of space on the forum...  I want to keep the main navigation on one horizontal line not two.

Similar Messages

  • The Header in my home page is truncated. My home page Header is cut off. The header appears in Internet Explorer, but not in Mozilla Firefox 3.6.13. How to make the header display in Firefox?

    The Header in my home page is truncated. My home page Header is cut off. The header appears in Internet Explorer, but not in Mozilla Firefox 3.6.13. How do make the header display?

    (Images or animations do not show) worked well.

  • How can make the header repeat in every page?

    I followed the instructions in pages' help nad it does work for text heardes, however it does not work with images and graphics.
    Daoes anyone know how to make graphic and/or images headers repeat in each page?
    Thanks in advance.
    Ruben

    Make them Master Objects:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=182&highlight=letter head&mforum=iworktipsntrick
    Peter

  • How to make Navigation and Topic panes scroll independently?

    Can anyone suggest how to make the default Multiscreen HTML layout navigation and topic panes to scroll independently, to accomidate a long index or TOC? Currently, scrolling toward the end of the index, for example, causes the topic pane to scroll also. Selecting an index entry scrolls the topic to the location of the appropriate content, but also scroll the index, taking the selected entry out of view. I would like independent scrolling of nav pane and topic panes.
    I'm using RoboHelp HTML 10, FrameMaker 11, TCS4.
    Thanks you.

    Your post has been moved to the Multiscreen forum. That does not change the link.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • WPF: How to make Tab Header to show three different icons?

    Our WPF application needs Tab header to show three different icons and Foreground.
    If tab is not selected, show one icon and black foreground. If tab is selected, show another icon and white foreground. If tab is selected and also require show Chromestyle, show third icon and red foreground.
    we have tried the following code. However, MultiDataTrigger section does not work.
    <TabItem x:Name="tabItemSetup" Header="Setup">
    <TabItem.HeaderTemplate>
    <DataTemplate>
    <StackPanel Orientation="Vertical">
    <Image x:Name="imgSetup" Height="50" Width="65" Source="Resources/Images/UNSELECTED_Setup Icon.png" DockPanel.Dock="Top" />
    <TextBlock x:Name="txtSetup" Text="{Binding}" Foreground="Black" Style="{StaticResource TabTextStyle}" DockPanel.Dock="Bottom" FontFamily="Eras ITC" FontSize="13.333"/>
    </StackPanel>
    <DataTemplate.Triggers>
    <DataTrigger Binding="{Binding IsSelected, RelativeSource={RelativeSource AncestorType={x:Type TabItem}}}" Value="True">
    <Setter TargetName="txtSetup" Property="Foreground" Value="White"/>
    <Setter TargetName="imgSetup" Property="Source" Value="Resources/Images/SELECTED_Setup Icon.png"/>
    </DataTrigger>
    <MultiDataTrigger>
    <MultiDataTrigger.Conditions>
    <Condition Binding="{Binding IsChromeStyle}" Value="True"/>
    <Condition Binding="{Binding IsSelected, RelativeSource={RelativeSource AncestorType={x:Type TabItem}}}" Value="True"/>
    </MultiDataTrigger.Conditions>
    <MultiDataTrigger.Setters>
    <Setter TargetName="txtSetup" Property="Foreground" Value="Red"/>
    <Setter TargetName="imgSetup" Property="Source" Value="Resources/Images/Chrome SELECTED_Setup Icon.png"/>
    </MultiDataTrigger.Setters>
    </MultiDataTrigger>
    </DataTemplate.Triggers>
    </DataTemplate>
    </TabItem.HeaderTemplate>
    </TabItem>
    Does anyone know how to make it work? Thx!
    JaneC

    Where is the IsChromeStyle property defined? It is the Header, i.e. the string "Setup" that is the DataContext of the HeaderTemplate and the a string has no property called IsChromeStyle so you must specify a source for the binding.
    If for example the DataContext object of the TabControl, or the parent of the TabControl (for example the window or whatever) has a property called IsChromeStyle you could bind to this one using a RelativeSource:
    <MultiDataTrigger.Conditions>
    <Condition Binding="{Binding DataContext.IsChromeStyle, RelativeSource={RelativeSource AncestorType={x:Type TabControl}}}" Value="True"/>
    <Condition Binding="{Binding IsSelected, RelativeSource={RelativeSource AncestorType={x:Type TabItem}}}" Value="True"/>
    </MultiDataTrigger.Conditions>
    Then it should work. It is the binding that fails.
    Please remember to close your threads by marking helpful posts as answer.

  • How to make a header ?

    I'm working on a website with dreamweaver, and i had a template on photoshop saved for it, however it's been corrupted.
    How can i make a header like this from scratch ? baring in mind, I am prety much imcompetent with Photoshop
    the wbsite is www.fitnesscovered.co.uk
    the header such as "begin your healthier lifestyle" or on the other pages is exactly what I'm trying to re-create
    Thank you

    Hi there, here's a tutorial for how to build that image. It may seem long, but never fear! The steps are actually quite simple.
    1) Create a file in the dimensions of the image (872 x 379 for the "begin your healthier lifestyle" banner).
    2) Place the desired photo into the document by copying and pasting or by going to File > Place.
    3) Select the Type Tool and click the area of the image where you would like the text to start. Please see the screenshot below for details on how to change the appearance of your text.
    4) Select the Rectangle Tool highlighted below and draw a rectangle around your text. Change the color at the top of the window as shown below. Your text will be obscured, but we will fix that in the next step.
    5) In your Layers Panel, drag the layer containing the rectangle you just made below your text layer.
    6) To create the second line of text and rectangle, you can simply duplicate the layers you made, then edit them. Select both layers by clicking on the text layer, the shift-clicking on the rectangle layer. Next, control click on the selected layers to open a flyout. Choose duplicate layers. In your canvas, it will look like nothing happened, but the layers will show up in your layers panel.
    7) Hit command V to select the Move Tool. You can now click and drag the rectangle and text layers to reposition them.
    8) Revisit Step 3 for how to select your text to change it.
    9) To change the dimensions of the rectangle, select the rectangle layer and press command T to enter Transform Mode.
    I hope this helps! Please let us know if you have any other questions about this technique.

  • How to make navigation tools open with every document?

    Hi -
    I'm using Acrobat 8 Professional.
    Every time I open a document there are no tools at all showing.  The window shows the document and the title bar.  But I'd like to have more than that.
    I finally figured out using cmd-F to get some basic navigation tools (search, page number, I-beam, hand, etc).
    I would like this assortment of tools to open with every and any document I open.
    How do I accomplish this??
    TIA your input.
    JL

    With Voice Over, you highlight whatever you are trying to select and then double tap anywhere on the screen to select.
    So for your password of 1234 you have to
    "Highlight 1, then double tap the screen, Highlight 2, the double tap the screen,... etc."
    In order to remove you have 2 options:
    Option# 1 – Turn off Voice Over
    Go to setting by, highlight "SETTING
    Double tap screen to go into settings
    Use 3 fingers to (swipe) scroll of down and highlight "GENERAL"
    Double tap screen to go into general
    Use 3 fingers to (swipe) scroll of down and then highlight “ACCESSIBILITY”
    Double tap screen to go into accessibility
    Once you are in make sure that EVERYTHING in that section are shown as “OFF”
    Option #2 - Reset your Phone
    Go to setting by, highlight "SETTING
    Double tap screen to go into settings
    Use 3 fingers to (swipe) scroll of down and highlight "GENERAL"
    Double tap screen to go into general
    Use 3 fingers to (swipe) scroll of down and then highlight “RESET”
    Double tap screen to go into reset
    Select “Reset all setting” and continue to follow the instruction
    (When you reset, all of your data and music WILL NOT erase. So don’t worry about that)
    Hope this helps.
    - Hugo

  • How to make a header in a table non-scrollable even when u use scollbar

    i'm adding the table to scrollpane and this scrollpane is added to the container using border layout in Center and using .gettableHeader() i'm adding this to the container in north.now the problem is when ever i scroll table data using scrollbar(vertical) table header is also scrolling.how to prevent this?
    thanks in advance

    Well, if you just add the table to the scrollpane, it'll take care all the rest, no need to add the table header to the North.

  • How to make column heading in a table cross multiple pages

    I have a large table that crosses over to a second page.  I would like the column headings to be displayed on the second page.  Is this possible and how to do it?

    Heading rows are automatically cloned to table continuations.
    if you aren't seeing heading rows on subsequent pages (and you can tell because you can see them but you can't edit them there), the usual reason is that what appear to be heading rows on the first page are just body rows with heading paragraph formats.
    If all real heading rows have been deleted, it's usually easiest to just create a new table with heading rows and copy the content over.

  • In ALV how to make column heading in two lines ?

    In ALV if one the column heading is say for example "Purchase Order", if i want to display it as "Purchase" and "Order" below the "Purchase". Is it possible? if so how?
    Thanks in advance.
    Sounder

    Hi Sounder,
         It is highly impossible... If u tell your requirement clearly... we will try for solution..
    thanks and regards
    sk
    Rewards if helpful

  • How to Make SC Header view visible

    Hi Experts,
    I'd like to know how I can get the SC header view visible when the SC is created through the SC Wizard (Employee Role).
    We need to add some Z-Fields at header level but the problem is that we cannot display the header information when the user creates a SC using the Wizard.
    For purchassers and strategic purchasers using professional view it's possible to display the header information.
    Thanks in advance,
    Regards.
    Martin

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Web Interface - how to make the heading of the page bold and underlined

    Hi EXperts,
    I have created web interface. For this I have done like this:
    1) Types bps_wb transaction code
    2) I have clicked on Web Interface --> Create
    3) I have checked check boxes to create save pushbutton, exit button etc.
    4) Then I clicked on create button
    5) After that I generated the application
    6) Then I clicked on Display Perview button. I can see that Page 1 is getting displayed on top left side.
    7) I want to align this header text 'Page 1' in central position in page. I also want to underline it. How I can do so?
    Thanks

    Found ans on own...

  • How to make a header text centeraligned

    hi ,
    I need to put company's name as a header or page title and that needs to be in the centre of the page.

    But how do i use a cellFormat with centeraligned because it appears in a cell format i mean a box comes around..
    Also wat i meant by making the page tile center aligned was not the page window title but any text which i want to be center aligned on the page

  • How to make a header for all pages

    hi all
    i'm new to jsf
    i use jdeveloper 10
    i want to use a toolbar and a menubar as a header for all my pages
    i want to use it as a user control or a library that i call from any page
    can i put my components in a tag library
    or how i behave
    thnks for reading
    George Gameal
    junior java developer
    Edited by: user10717543 on Dec 16, 2008 11:04 PM

    George,
    Is JDev 11 a possibility? There is support for page templates in version 11?
    John

  • How to make portlet header not clickable?

    Hi,
    I published a page as a portlet and placed it on another page. I enabled the region where the portlet resides in to show the portlet header. Now I found out that if I click the portlet header, the orignial page of the portlet is shown. I don't want to show it to my users, but do want to keep the portlet header and make it non-clickable. Is there a way to do that? Any help will be appreciated.
    I'm using version 10g.
    Thanks,
    Yaxu

    Hi,
    You have to disable the "Show Details Link on Portlet Header" box for the region where you display the page as portlet.
    It's at the end of the "Edit Region" Main page where you can set which links you want to display.
    Alex

Maybe you are looking for

  • Tif won't open in Adobe Camera Raw editor

    Photo tif file won't open in Adobe Camera Raw editor from Adobe Bridge - but it will open into Photoshop.  Seems tifs WILL open into raw editor IF they have not been edited in Adobe Photoshop.  Its like working on the tif in Photoshop makes the file

  • Issue using a parameter twice in record selection

    Setup: 1) Crystal Report: (Client, Start Date, End Date) parameters linked to the Sub reports 2) Four sub-reports: (All open issues), (Oldest issue), (Average age of open issues), (Average age of closed issues) I need to report on issues based on Cus

  • How do I show what menu title is active, e.g. current page, in spry navigation?

    How do I show what menu title is active, e.g. current page, in spry navigation? See website http://dorsay-easton-indian-law.com/index.html I want to have Home menu title have a different color when on index.html and so on. I keep using the term "acti

  • Provide brings back the actual date , different to the table content

    Hi, I´m not a developer, but must do that part now in my company. We have a 46C with actual packages. In a customer report I have to add 2 fields to an output. It selects from PNP and provides data like follows: GET PERNR.   PROVIDE * FROM P0000 FROM

  • HandlerBean - AXIS Framework

    Hello XI SDN'ers, Can any one tell me, How to use this HandlerBean to read the Set-Cookie from the header of the SOAP response message? Thanks & Regards, Satish.