How do I get my page to display correctly in IE?

I am redesigning my template, and I have posted the current result here:
http://www.bikeraceinfo.com/test5.html
Most of the CSS is in the document itself (I've left in the comments until I get done, sorry it's so long; DW put most of it there), but the CSS for the menu (the main problem) is here:
http://www.bikeraceinfo.com/menu4.css
The menu works fine in Opera, Firefox, and Chrome. Then there's IE (I'm testing it in 8). The menu is all spread out vertically (items too far apart), and the while the sub-menu shows up when you hover over the main title, it doesn't stick around long enough to choose a sub-item (unless you mouse really fast).
IE behaves enough differently than the other three that I feel there must be some single line of code that IE wants in order to render correctly.
Another thing that happens in all of them: when you get the mouse near the menu, all of the type on the page gets an underline, like it's linked to something. IE goes one further and puts a red box around the graphic in the sidebar.
Help! Thanks---

The DW built in scripting will do that, those specific to the DW generated scripts are  not an issue.
The missing end tags are a big issue though. None of your links in your menu have an end tag </a>, you are also missing a few </li>, that causes the rest of your page to basically become a link since the browser doesn't understand what you're trying to do. That is not part of any pre-made template I've ever seen in DW.
You also have <%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%> at the beginning of your page, that needs to go completely. That gets added when you accidentally choose "ASP Javascript" when creating a new page rather than "HTML".
There is a meta tag outside the <head> area of your code, that needds to be moved between your head tags. You also forgot to self close the keywords and description meta by using /> instead of > (not a major issue, but due to doctype, should be fixed)
Because you're missing an ending </p> tag at about line 287 you'll get errors involving a lot of the remaining tags saying something to the effect of "canot go here, missing object..."

Similar Messages

  • HT4561 After updating to 10.6.3, I installed the 10.6.8 update just to start experiencing these font issues. HELP! How do I get the fonts to display correctly in my browsers especially (Chrome & Safari)

    After updating to 10.6.3, I installed the 10.6.8 update just to start experiencing these font issues. HELP! How do I get the fonts to display correctly in my browsers especially (Chrome & Safari)

    What I ended up having to do was open up the Font book & remove duplicates. I knew it was Arial that was causing the problem, so I deleted the duplicate of that font. Inadvertantly I deleted all the Arial regular font, so I had to reinstall one copy. That was the solution. Thanks!

  • Exporting using 'interactive pdf' - how can i get single pages to display?....

    Rather than it pdf'ing in spreads.  When I use the 'Print pdf' it is fine I can get single pages!  Thanks!

    Which application are you talking about? I'm guessing it's InDesign, but this is the forum for Adobe Acrobat. InDesign's export system doesn't use Acrobat at all, and it will *always* export spreads when you choose Interactive PDF, as that workflow was designed for use with 1-up layouts intended for screen display.
    There are some workarounds involving re-saving your file without facing pages, but until we get the dialog updated there's no hassle-free solution.

  • How can I get my photo to display correctly as background

    I decided to change my background setting today, only to find that it doesn't display correctly anymore.
    Before the update, the photo would automatically 'fit in the window' - now it gives you the option to size and scale, but this doesn't actually work, so the photo is HUGE..  I can move it side to side, but can't reduce the zoom so it all fits on the screen.
    Is there a way around this - or is it another glitch?
    Thanks in advance

    There's a work around, although it's not perfect. Go to your photos app, choose the image you want for wallpaper. Tap on the little box with the arrow poking out of it, send to wallpaper. then you can scale and move a bit to get your image closer to what you want.
    It's still not perfect. Basically it scales your image so that it fits the whole screen, which means if your image is wider than your screen, you can just slide it left or right, but you do have more control than if you go through the settings.

  • Access 2013 - How do I get my charts to display correctly?

    I have a pretty siimple, straightforward application I've developed and used over the past 20 years to handle my home finances. It includes several charts that were probably created back in Access 2003, which I used up until a couple of weeks ago when I
    subscribed to Office 365 Home and set up Office 2013, including Access.
    Most things worked without a hitch. In fact, all my old VBA code seems to run just fine.
    However, the charts don't work. The right side of chart gets cut off way short of the margin both in print preview and report view. Everything else looks fine and the data is correct.
    I've fiddled and fussed and fangled with zoom, clip and stretch. I've tried to resize the chart area - it just snaps back. I've tried everything I can think of based on 20 years of fussing with Access charts - which has always been a major pain - without
    success.
    I know, I've probably overlooked whatever is the obvious answer, so feel free to talk down to me.
    Any suggestions much appreciated!
    I'll try to get a screen shot in here as soon as this forum figures out that my account has already been verified.
    Bob

    Just to be a little more clear: I have a report, originally constructed in Access 2003, which contains an OLE data object. That's how charts have been done in Access for at least the past ten years, if not longer. I would imagine that there are thousands
    of people out there who have charts created in this way. I have seen many, many reports of exactly the same problem I'm having. Until Access 2010, things worked. Now they don't. I happen to have upgraded to 2010 very briefly before upgrading again to 2013.
    There is no problem with the data in the query. The query works fine. The part of the OLE object which is visible shows correct data from the query. The problem is that the whole OLE object is not visible. The right side of the OLE object is cut off. It stays
    that way regardless of the clip/zoom/stretch setting,
    When I to adjust the size of the OLE object, I put the report into design mode and double-click on the OLE object, which brings up Microsoft Chart. I then drag the right edge of the object to the left to make it smaller. It appears that it snaps back; the ruler
    in the embedded Chart display makes it appear that the size of the OLE object hasn't changed.
    In fact, however, it has. And if you make the OLE object small enough, the entire object becomes visible. However, by that time, you've made it so small that the chart is now fairly useless and your report looks stupid.
    So far, the only work-around I have found is to very carefully, working one small step at a time, saving, closing and re-opening at each step, reduce the size of the OLE object until the whole thing shows, then, still one small step at a time, increase the
    size of the object until it becomes useful. It's still not good, but at least it's useful.
    Fortunately I only have a half-dozen or so charts to deal with. I shudder to think of the people with corporate databases with dozens or hundreds of charts in them, none of which now work, trying to fix them all by this slow and cumbersome process.
    I was about to write, "Surely there must be some solution for this." Is there? Or am I just being overconfident?

  • How do I get facebook games to display correctly?

    While using Firefox the bottom of screen is cut off. I have updated Flash, Firefox and windows 7, tried all the options, help forums, FAQ's with no
    luck, can anyone help, please!

    The DW built in scripting will do that, those specific to the DW generated scripts are  not an issue.
    The missing end tags are a big issue though. None of your links in your menu have an end tag </a>, you are also missing a few </li>, that causes the rest of your page to basically become a link since the browser doesn't understand what you're trying to do. That is not part of any pre-made template I've ever seen in DW.
    You also have <%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%> at the beginning of your page, that needs to go completely. That gets added when you accidentally choose "ASP Javascript" when creating a new page rather than "HTML".
    There is a meta tag outside the <head> area of your code, that needds to be moved between your head tags. You also forgot to self close the keywords and description meta by using /> instead of > (not a major issue, but due to doctype, should be fixed)
    Because you're missing an ending </p> tag at about line 287 you'll get errors involving a lot of the remaining tags saying something to the effect of "canot go here, missing object..."

  • Soft shadows around photos on a particular website appear as heavy black frames in Firefox 5.0 although they look like proper shadows in Firefox 4.0 and in other browsers. How can I get the shadows to display correctly??

    The shadow effect on two sides of the photos on this site looked fine in Firefox 4.0. When I upgraded to 5.0, the heavy black "frames" appeared in place of the shadows. No change had been made to the website between the time I looked at it in 4.0 and 5.0 (I know because I know the builder of the site). Indeed, it was only about an hour between my two viewings. So I figure the odd appearance has to have something to do with 5.0. But what? Is this fixable? Or do I need to wait for 5.1?

    That is either a bug in Firefox 5 or the script has a problem with Firefox 5.<br />
    It works in all other Firefox versions like Firefox 3 and 4 and 6 (Aurora) and 7 (Nightly).

  • How do I get the page on the screen larger and to stay larger all the time?

    my pages on my screen were large; all of a sudden the pages are display smaller on the middle of the screen. I can zoom a particular, but I have to zoom each time I go to another website or another page. How can I get the page to display larger without having to zoom each page displayed on the screen?
    == This happened ==
    Every time Firefox opened
    == After i downloaded updates to Adobe Reader 9.

    Reset the page zoom on pages that cause problems: '''View > Zoom > Reset''' (Ctrl+0 (zero); Cmd+0 on Mac)
    See [[Text Zoom]] and [[Page Zoom]] and http://kb.mozillazine.org/Zoom_text_of_web_pages
    If you need to adjust the font size on websites then look at:
    Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • HT5219 How can i get the Apple Thunderolt display to show Windows 7 i run on my system using Paralells desktop..

    How can i get the Apple Thunderolt display to show Windows 7 i run on my system using Paralells desktop..

    You may need to set the slider at the upper-right corner of the Control window to something other than the extreme left-most position:
    Hope this helps.

  • I have an ipod touch 2 and rebuilt my laptop.  Reinstalled ITUNES and can't find my applications on ITunes after login.  I tried to activate Itunes again but it didn't.  How can I get my applications to display on ITUNEs?

    I have an Ipod Touch 2 and rebuilt my laptop.  Reinstalled ITUNES and can't find my applications on ITunes after login.  I tried to activate Itunes again but it didn't.  How can I get my applications to display on ITUNEs?

    It sounds like you essentially have a new computer and unless you restored from a backup your iTunes library would be empty.  You can transfer your iTunes purchases from your iPod to the computer by:
    iTunes Store: Transferring purchases from your iPhone, iPad, or iPod to a computer
    SInce you changed syncing computers. after you move the stuff you need to restore the iPod to factory defaults and sync the stuff back to your iPod.  If you had the iPod backup file you could restore from backup.
    If you have non-iTunes pruchases you can copy them to your computer by using one of the third-party programs discussed in this previous discussion:
    Best iPod to PC

  • Only the first page is printed reduced as setup. All pages afterward are full size with information cut off. Recent problem. Can print from Safari just fine. How can I get all pages to be reduced size?

    Question
    Printing internet pages
    Reduced print size
    Only the first page is reduced and printed as desired
    All pages after the first page are full size with information cut off
    Recent problem never seen before
    Can print from Safari and other software just fine
    How can I get all pages to be reduced size?

    One suggestion worked from the Firefox prints incorrectly link mentioned above by mha007. I'm thrilled since this has been annoying me for weeks. Thanks mha007!
    Reset all Firefox printer settings
    # Open your profile folder:
    # On the menu bar, click on the Help menu and select Troubleshooting Information. The Troubleshooting Information tab will open.
    # Under the Application Basics section, click on Show in Finder. A window with your profile folder will open.
    # Note: If you are unable to open or use Firefox, follow the instructions in Finding your profile without opening Firefox.
    # On the menu bar, click on the Firefox menu and select Quit Firefox.
    # In your profile folder, copy the prefs.js file to another folder to make a backup of it.
    # Open the original prefs.js file in a text editor (such as TextEdit).
    # Remove all lines in prefs.js that start with print. and save the file.
    # If something goes wrong when you open Firefox, close it again and overwrite prefs.js with the backup you made.

  • How do I get a 0 to display when a count = 0 (zero)? (The cell is blank)...

    (Running Business Objects Release 2 (Web-I), No other reporting modules)
    How do I get a 0 to display when a count = 0 (zero)? (The cell is blank)...
    In my reports, I count the number of tests of one of our products and another count on the number of failures.  I then use a simple formula to give me the defect rate percentage (DR%)
    The universe objects used in the calculation are:
    Assembly Number (dimension)
    Human Sn (dimension)
    Test Code Description (dimension)
    I created a variable (called [Count Assys]) that counts the number of Assemblies Tested:
    Formula: =Count([Assembly Number];All)
    Another variable (called [Failed Count]) counts the number of failed tests:
    Formula: =Count([Test Code Description];All) Where ([Test Code Description] <> "FUNCTIONAL TESTS PASSED")
    NOTE: There is a "not equal to sign" between [Test Code Description] and "FUNCTIONAL..." above, but the forum is blanking it when I preview the message.  Not a big deal, but it may be important for someone looking to help...
    I then have a third variable called [DR%] that divides [Failed Count] into the number of [Count Assys], which yields a number formatted as a percentage.
    Formula: =[Failed Count]/[Count Assys]
    The above works great! 
    The problem is: when I have a zero defect count (everything passes), the cell is blank, so the percentage variable remains blank.  I want a zero (0) to appear if nothing failed so the percentage appears as 0%
    I've searched this forum completely and have tried several Properties changes and different variable strings (like =If([Failed Count]<1,0) and the cell stays blank and cannot come up with an answer.
    This one seems simple to me, but everything I've tried has yielded zero <smile> results.
    Thanks,
    Charles
    Edited by: Charles Norman on Dec 9, 2008 12:44 PM
    Edited by: Charles Norman on Dec 9, 2008 12:47 PM

    Hi Charles,
    Use [Dr%] Variable formula as =if(IsNull([Dr%]);0;[DR%])
    Here IsNull returns the Boolean value of variable [Dr%] if its true then inserts 0 else the percentage values of failed tests based on the  total number of assembly tests performed.
    I Hope this is what you want to achieve....
    Thanks....
    Pratik

  • I am writing a book to be published.  how to i get my pages documents to PDF or JPG or something else that is at least 224 pixels per inch?

    i am writing a book to be published.  how do i get my "pages document" to a high definition level...at least 224 pixels per inch?  i can get to 150 ppi via preview to JPG, but that seems to be the best i can do with my new snow leopard imac.

    Hello Barbara,
    > i have text written in Pages and these need to be at least 224 ppi.
    i also have photo collages that were created in Pages and also need to be at least 224 ppi.
    the book has about 60 pages of photo collages and about 30 pages of text.
    If you want to print using a digital press or an offset lithographic press at high resolution, then you typography is resolution independent but your photography is not. In other words, you must embed into your Pages document the images in the resolution that is right for rendering in the high resolution raster image processor.
    Raster image processors will as a rule of thumb produce good quality detail if you embed photographs with 300 dot per inch resolution. Because raster image processors differ in how they reproduce detail, and because this information is generally not public a rule of thumb principle is applied in preparing the page description for printing.
    By default, if you use colour transparency in your work, the system graphics service will detect this and save out PDF 1.4 automatically. However, not all raster image processors have PDF frontends that accept PDF 1.4. For this reason, there is a fallback which you must set up yourself.
    If the receiving raster image processor does not have a PDF frontend that accepts PDF 1.4, you have to manually enter the resolution at which the transparency will be rendered. The system graphics service will then render the resolution for you and save out what it technically termed a 'flattended PDF'.
    Alternatively, if you don't want to work with the Apple ColorSync Utility yourself, you can send your PDF 1.4 with resolution independent transparency to a prepress operator who will then use specialised software to render the resolution for the specifics of the service he or she is selling you.
    If you want to work with the prepress interface in system graphics services, then below is a link to summary on setting up the ColorSync Utility for ISO 15930-3:2002 PDF/X-3. This passes prepress preflight testing in Adobe Acrobat Professional 6.0.1 (the first version that tested for PDF/X-3).
    /hh
    Reference
    https://discussions.apple.com/thread/2738092?threadID=2738092&tstart=0

  • How do I get an App to display on all desktops in Mission Control?

    How do I get an App to display on all desktops in Mission Control?
    I tried:
    Right-Click on the icon in the Dock
    Options -> All Desktops
    This doesn't work.
    The App was created using REALStudio.  Does this have any bearing on the issue?
    SyB

    Hi, if the App is in the Dock, right click, choose Options>Open at login.
    Or System Preferences>Accounts>Login Items window, drag the App there or click on the tiny plus icon to add it.

  • A year later...same question: How can I get a Pages document embedded ???

    How can I get a Pages document embedded into an email? (so that the recipient sees it immediately and does NOT have to open a PDF). Although I know a PDF is universal and would allow anyone (mac or not) to open, read and see my business newsletter, I want it to be instantaneous for viewing. So, which leads me to a question I've kicked around for a year now on this discussion board. How do I turn a Pages doc into html for email purposes? If there isn't a way with Pages, How about with Word (the newest version) for Mac? Someone has to know this art, I receive emails like this all the time, probably from Apple! ha ha .
    Please help!
    -dnorheim

    dnorheim wrote:
    How can I get a Pages document embedded into an email? (so that the recipient sees it immediately and does NOT have to open a PDF).
    we can't !
    Although I know a PDF is universal and would allow anyone (mac or not) to open, read and see my business newsletter, I want it to be instantaneous for viewing.
    In Mail.app, single page PDF are directly readable so you may try to
    print your page #1 in a PDF
    then
    print your page #2 in a PDF
    and so on.
    So, which leads me to a question I've kicked around for a year now on this discussion board. How do I turn a Pages doc into html for email purposes?
    we can't !
    As Apple removed the export to html feature, I assume that it's no to reintroduce it one day
    Yvan KOENIG (VALLAURIS, France) lundi 7 septembre 2009 17:50:32

Maybe you are looking for