Div drops down in Firefox, Views fine in IE

I tried posting this yesterday with no luck.
www.stainlessrhino.com (I took off the hideous rhino/sound)
Site views fine in IE - in FF, no matter how I adjust the 3
divs, the right nav div drops below the other two divs. There is
plenty of room for all three divs to line up - I've tried adjust
the Percentages, tried using fixed px and nothing seems to work.
Any ideas?
I know the page doesn't validate - 99% of errors are related
to the shopping cart software I used. I hate that. No way to alter
it tho.
Thanks

Your above posted link isn't working.

Similar Messages

  • Spry Menu Bars not dropping down in Firefox/IE

    I recently published a website and found that my menu bars dont drop down in Firefox or IE, except the first cell on the first menu bar.
    Here is the address: http://www.tvnewsjunkie.com/
    Thanks,
    Grant

    There are too much sloppy coding to go through them all.
    To help you on your way
    line 4980: missing closing DIV tag
    line 3693: missing closing LI tag
    line 142: empty LI element.
    If you delete line 142, the first three menus will work, but then there is something that is stopping the rest to work.
    Gramps

  • Can you tell me how I can ask for help with the following Indesign question:  I am a new Indesign user and a Creative Cloud member.  I was using the Window/Pages drop down window to view my pages alphabetically or by page number and also to determine whet

    I am a new Indesign user and a Creative Cloud member.  I was using the Window/Pages drop down window to view my pages alphabetically or by page number and also to determine whether or not my JPEG files were sufficiently HI-Res for the printer.  I don't know how I did it but somehow the window has changed so that now it does not have the alphabetical/numerical/Hi-Res information.  It just shows the pages in a two page spread in numerical order.  How can I restore the window so that I will be able to view the information as I did previously.
    Your help will be appreciated,
    Don Unwin
    [Personal Information Removed]

    The pages panel is not the place where you see this information.  You can customize the Links panel to show all sorts of things, including the page number, effective and actual ppi, and whether the link is OK or needs updating.

  • Content Div drops down when browser re-sized in IE6

    Hi all
    Made my page width 100% in order to fix a background issue
    Now when I make the browser width smaller the main content
    div drops down in
    IE6. Using min-width fixes the problem in IE7 and FF but IE6
    does not work
    with min-width.
    Tried the hack width: expression(document.body.clientwidth
    < 1026? "1024px"
    : "auto"); in the css - placed in the #mainwrapper div but
    does not seem to
    be working in IE6
    any ideas
    B
    http://www.visit-the-coqui.com
    If you are thinking of a vacation to Puerto Rico
    http://www.thegadgettraveler.com
    Travel gadget and other news here

    page is at
    http://www.visit-the-coqui.com/Demo/index.html
    cheers
    B
    http://www.visit-the-coqui.com
    If you are thinking of a vacation to Puerto Rico
    http://www.thegadgettraveler.com
    Travel gadget and other news here
    "B" <[email protected]> wrote in message
    news:gh630q$229$[email protected]..
    > Hi all
    >
    > Made my page width 100% in order to fix a background
    issue
    >
    > Now when I make the browser width smaller the main
    content div drops down
    > in IE6. Using min-width fixes the problem in IE7 and FF
    but IE6 does not
    > work with min-width.
    >
    > Tried the hack width:
    expression(document.body.clientwidth < 1026?
    > "1024px" : "auto"); in the css - placed in the
    #mainwrapper div but does
    > not seem to be working in IE6
    >
    > any ideas
    >
    > --
    > B
    >
    http://www.visit-the-coqui.com
    > If you are thinking of a vacation to Puerto Rico
    >
    >
    http://www.thegadgettraveler.com
    > Travel gadget and other news here
    >
    >
    >

  • Spry Menu not dropping down in Firefox and Chrome

    Hi -
    I am not a professional and having difficulty.  I have inserted a spry menu bar in CS5 and it looks fine in IE, but doesn't drop down (can see a little bit) in firefox and chrome.
    I read a bunch and tried a fix to make the overflow visible, that fixed the problem but my formatting of locations of other areas went wild.
    The site is:  http://www.tucsonrealpros.com
    .....any help is much appreciated...been pulling hair out

    Hi,
    I have tried the site and can see the drop down for Home search, Buyers.
    Can you try to update the chrome and firefox.
    Thanks and regards
    Harshit yadav

  • In IE website submenus scroll/drop down in Firefox submenu does not scroll down

    In Firefox when I click on a website sub-menu such as credit card info, date, or choose from list no drop down of choices occurs I do not have this problem in IE ..... for example below this box is a question "This happened" with an open box and arrow which presumably gives choices to indicate .....when I click on the arrow nothing happens no text or choices open However I can scroll down through the installed plug in lsit below

    That's a bug. Open an OSS message on BC-WD-UR.
    Armin

  • Just installed Firefox 4.....now cannot print a pdf document in FF 4 using either file-print or the printer icon. However, I can print by right click on pdf page and selecting print form drop down. Was printing fine with FF 3.X

    using adobe 9.x would not print. Then loaded Adobe Reader 10.x still would not print. Can print Adobe images just fine outside of FF4.x I am about ready to remove FF4 and go back to FF3.x.
    Has anyone else had this problem.
    Am running Win Xp with all current updates.

    I had the same issue and my of my friends.
    The fix is easy. You need to remove and re-add your printers.
    Do this by going to the Applications folder Utilities folder and opening up Printer Setup Utility
    Then click on the printers you see click remove and add them again.
    If its a network printer, I would write down the IP address. Otherwise you have to figure out what it is.
    Cheers

  • Search for a record from Access Database, and populate records in Drop Down List, and View It

    Hi,
    I created a PDF form where I have open, next, previous buttons, and I'm able to connect to the access database, and it's working fine. Now, I want to be able to search by last name from the access database, and retrieve the results in a dropdown field, and then once i select the records in the drop downlist, i want to press a button to display the record. I have multiple records with the same last name. Please help, I searched the internet for hours, and can't find something similar. Your help is appreciated, and sample code is appreciated.

    <%
    int count = 0;
    while (rs1.next()){ %>
    <%if (count ==0)
    {%>
    <option value="<%=inputorthodon%>" selected >
    <%=rs1.getString("ortho_name")%></option>
    <%}
    else{%>
    <option value="<%=inputorthodon%>">
    <%=rs1.getString("ortho_name")%></option>
    <%}
    ++count;} %>
    </select>
    U may have to format this a bit. The idea is to use a count variable to put "selected" in only the first OPTION. After that, we don't have to.
    Hope this helps.

  • When clicking the back button on some website I get a response in a drop-down stating "Firefox prevented this page form automatically reloading. Could you tell me how to fix this please

    This applies particularly to CNN, when clicking onto a story at the home page, then clicking back to the home page. A black bar appears at the top of the screen, on the left side the message above and on the right side an "Allow" button and a X for closing that window. Clicking on the "Allow" results in the same notice being displayed.

    See:
    * Firefox > Preferences > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    For other OS see:
    * [http://kb.mozillazine.org/Menu_differences Windows: Firefox (Tools) > Options - Mac: Firefox > Preferences - Linux: Edit > Preferences]
    * https://support.mozilla.com/kb/Options+window+-+Advanced+panel#General_tab
    See also:
    * http://kb.mozillazine.org/accessibility.blockautorefresh

  • Firefox won't let me select options from drop down menus, on the previous version nor on the current 4.0 version that I just downloaded.

    If I am on a site and trying to get information etc, and I have to choose from a drop down menu of any kind, Firefox won't let me choose anything. I can't answer the next question regarding This Happened because I can't select from your drop down.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • I clicked on something and now my top toolbar is gone so I cannot see any of the drop down boxes such as bookmarks or settings or view. Help - what can I do to reset things?

    I clicked on something and have lost all my top toolbar drop down options (history., view, toolbar...) Help where did they go?

    <u>'''Can't see the Menu Bar'''</u> (File, Edit, View, History, Bookmarks, Tools, Help)?
    Turning the Menu Bar on and off is a new feature in version 3.6.
    ''(Linux & OSX see: [[Menu bar is missing]] )''
    <u>''Windows'' Method 1.</u> '''''Hold down''''' the key and press the following letters in this exact order: V T M
    <u>''Windows'' Method 2.</u> Press and release the key. The Menu Bar will be displayed; then choose ~~red:V~~iew > ~~red:T~~oolbars and click on ~~red:M~~enu Bar.
    The Menu Bar should now be displayed permanently, unless you turn it off again using View > Toolbars. Check mark = displayed, NO check mark = not displayed.
    See: http://support.mozilla.com/en-US/kb/Menu+bar+is+missing
    <u>'''Navigation Toolbar, Bookmarks Toolbar and other Toolbars'''</u> under View > Toolbars. Clicking on one of them will place a check mark (display) or remove the check mark (not displayed).
    <u>'''To display the Status Bar'''</u>, View, then click Status bar to place a check mark (display) or remove the check mark (not displayed).
    <u>'''Full Screen mode'''</u>
    http://kb.mozillazine.org/Netbooks#Full_screen
    Also see:
    ''' [[Back and forward or other toolbar buttons are missing]]'''
    '''[[Navigation Toolbar items]]'''

  • I seem to have lost "list view" for my iTunes library.  The option doen't even appear on the view drop down.  Any conncection to iCloud?

    I seem to have lost the ability to select list view for my iTunes library.  The choice for lst view doesn't even appear on the drop down when selectiogn "view".  Any ideas?  I recently enabled the cloud and subscribed to iTunes Match/  Any connection?  Thanks/

    See this thread for background on why iTunes can end up with duplicates and how they can be systematically removed. The script there is for Windows users and the "show duplicates" menus have moved around in iTunes 11,  but the advice on clearing recently made duplicates should still hold.
    As given in my older post "Reorganize library" is meant as a one time command to change the structure of a pre-iTunes 9 library into the newer layout that places music in its own subfolder of the media folder. Once used, if the option becomes available again that suggests that a file called .iTunes Preferences.plist in the media folder has been deleted or editied.
    See also this post.
    tt2

  • Tables drop down when center is selected

    I've been using the same main template in CS3 for a year. I just tried to test out a Google adsense search bar and had trouble with positioning it, so I attempted to put it inside of a table. for some reason when I add a table to any page on the site the table now drops down below the content in the side bars as soon as I select "center" to center the table. It doesn't matter the size of the table. It's the weirdest thing. Take this page for example.. http://isuckatgolf.net/Beercartcontestants.html
    If I were to add a table of any size below the Pink "GIRLS OF GOLF" , the table drops to even with the bottom of the two side column banner gifs.
    If I add a table of any size below the "go to girls of golf II" it renders fine and can be centered no problemo.
    I also just made a new page from template, added a table in the main content area, no problem. Then I added the standard size banner gif that is on many pages of the site to the left sidebar, like we always do, and the table dropped down to just below the level of the bottom of the 140x600 sidebar gif. Any suggestions?
    Thanks very much,

    Hope someone can help me out on this. I've been working on this issue and discoverd that the main content is dropping down in design view in Dreamweaver CS3, but is rendering fine in IE6, 7, and Firefox. I put one page live with an empty table. So it appears that the problem of the main content of my site is only dropping below the side column content in design view in Dreamweaver, not when I test it or put it live. Very strange. I can deal with it if I have to, but is there maybe a setting somewhere that I messed up or something?
    To recap if I insert a table into a page anywhere near the portion of the main content area, as soon as I hit "middle" to pull the table to the center it drops down below the 140x600 pixel side bar gifs leaving a huge blank space. This appears to only happen in Dreamweaver desgin view, not in a browser where the placement is fine. Is this weird or what?
    here is one page with a blank table inserted http://isuckatgolf.net/danielle.html
    Looks fine to me, but in Dreamweaver the table and all content below shows up below the level of the two sidebar 140x600 gifs.
    Hope someone can advise.
    Thanks everyone.
    Ken

  • Drop down field in ALV values not getting changed

    Hi All.
    I have created an  drop down by key in ALV and I am initialising and filling the values in drop down in Modify view.
    When I am executing the application for the first time the values fill in fine in the drop down. However based on user selection the value in drop should changed. Keep in mind all the rows added in ALV should show the same values in drop down.
    Now the issue is when ever user changes the value but the drop values which were set initially does not changes.
    In other words if user selects supplier A the values for all rows in drop down shows as
    A
    B
    C
    But if user selects supplier B the values for all rows in drop down should changed to 
    X
    Y
    Z
    unfortunatley it still shows values as A,B,C .
    I have checked while debugging and values are changed based on condition but when I set them back in ALV using set_attribute_value_set it does not shows the new values.

    Hello Shakthi,
    The easier option would be to convert the DropDownByKey to DropDownByIndex. If you still want to proceed with DropDownByKey then you need to initialise the ALV data again.  do the following
    1. after changing the attribute-value_set, call the ALV interface controller method SET_DATA and pass the instance of the context node.
    2. reintiliase all the ALV settings like edit mode, converting the column editor to DropDownByKey etc....
    This will ensure the new attribute value set is reflected in the ALV component.
    BR, Saravanan

  • Cascading drop down

    Hi,
    I want to create a cascading drop down. The view object for the drop down contains two bind variables. In the JHeadstart application definition I fill one bind variabele with text (this is for finding the correct domain in the underlying table) and one with an unchangable item of the master screen. This item is always filled and is already filled while entering the screen.
    This drop down works fine in one application module, but if I create the same domain in another application module on both places this isn't working anymore. Of course the name of the item that I bind is changed for the second application module. Both application modules are children of one top application module which contains the view object for the drop down.
    I allready tried if I create several view object instances on the child application module level but this also does not work.
    What am I doing wrong (I followed the steps creating cascading drop down lists in the JHeadstart guide).
    Marianne

    Also this problem did arrise because the domain names in the application definitions are not unique over the application modules.

Maybe you are looking for

  • Why did my touch screen stop working?

    Very upset my touch screen stopped working on phone new years eve.  What could be wrong??

  • New to Java, using Vista, can't find javaws?

    i'm used to running java on windows 2000, and now i am using windows vista. i used to be able to type javaws in the run program and get java to pop up, but with the new os it tells pops up a info sheet? has anyone seen this? i downloaded the latest j

  • External Display Issues

    I recently downloaded iDisplay for iPod Touch and the server on my mac. I was enjoying having a second monitor, but i realized it was too much of a hassle to keep, so I deleted it off my ipod and my mac. But to my surprise my mac still recognizes an

  • Parameters F110

    In F100 Parameters, the date that you set in ""To" Due Date for Customer Items" is compared with wich date of the open customer item? With Baseline Date for Due Date Calculation (BSEG-ZFBDT) with the Planning date (BSEG-FDTAG) or its Baseline Date +

  • Problem in Data Scheduling and loading time

    Hi, I am loading data from r3 to bw using process chain, all are delta loads and fico data. process chain scheduled daily at 3.00 am. Problem is that the data which is extracted into bw is up to 1.00 am only 1-2 and 2-3 (2) hours data is not extracte