Display in IE7 and Blog Question

I have looked at some older information regarding display problems in IE7, but have not quite what I am looking for.
On some pages of our site, text is running into other text even though they are in separate text boxes and not near each other and on an address line it drops part off the street name to another line. One image on the home page (just a button) does not completely render. These are not issues in Firefox/Safari.
I am assuming they are CSS related issues but since I can't see the code in iWeb (09) I am not sure how to fix them. I tried importing the published pages in to Dreamweaver, but it changes the display completely.
Also, if we upload to a different server (using 1and1.com), will the blog work correctly?
Thanks for you assistance.

This site may have some tips that will help:
http://discussions.apple.com/thread.jspa?messageID=9375447#9375447
http://www.iwebformusicians.com/WebMusic/iWebandInternetExplorer.html
He has some more links to try here (some may be duplicates of what I posted):
http://discussions.apple.com/thread.jspa?threadID=2021995&tstart=0
The blog will not work correctly if using a non-MMe server. Neither will these features:
Features Unavailable When Publishing to a Non-Mac Server:
◼ Password protection
◼ Blog and photo comments
◼ Blog search
◼ Hit counter
◼ Enhanced slideshows
OT

Similar Messages

  • My website page won't display in IE7 and goes wierd in Safari

    Hi, I am working on a website( www.katecornish.co.uk ) for somebody.  In Firefox the whole website looks fine.  In IE the 'Attic 09' page (www.katecornish.co.uk/Attic09.html) does not display at all, I just get a blank page.  In Safari this same page displays but the CSS is messed up and the h1 and h2 tags are just big black font rather than the styles I created.
    Can anybody help before I give up webdesign forever?
    Thanks in advance!
    Kate.

    Start by fixing your code validation errors.  Mostly caused by mismatched code closures and a missing lightbox file.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.katecornish.co.uk%2FAttic09.h tml
    http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww. katecornish.co.uk%2FAttic09.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Flash Security Settings and Random Questions not Displaying

    Hey folks,
    I created a Captivate 4 project with 3 slides and a question pool of about 70 questions in which I am randomly pulling in. I am using IE7 and Flash 10. Publishing in Flash 10. If I publish or view in Preview in a web browser the project launches, plays the first 3 slides, and then goes blank when the first question should appear. Note: previewing the project AND publishing the project as an .exe does launch and display all the questions correctly. It ends up being a flash security issue. I went to the adobe site and via the Adobe Flash Player Security Manager" I entered in the main .SWF captivate-generated file as a trusted file and then re-ran the published captivate project and it ran correctly. Question is ... what do I need to do to set up flash or my project so I don't have to do this for every new project that I deploy? I don't want to have the users have to go in and add whatever I deploy as a trusted file. It's also a little confusing as to why the first three slides played and it stopped at the questions ... seems like if it's not a trusted file, that it wouldn't run at all.
    Thanks for any help!
    Chris

    Hello again
    I think I'd be investigating a temporary web server to host on until things are ready. Here's where it will help.
    By providing files to the end users, if you are copying files over you end up having to explain how to save the files. You then have to walk them through setting the Flash Security so they can properly view. It all just becomes a pain in the kazoo.
    If you can find some server space, you simply upload the content and provide a link for the users to view the content.
    Other than that, if you are insistent that copying is the way to fly, I might suggest you establish a known location where you want everyone to copy their files. Perhaps C:\TestFolder. Then provide some instruction on how to configure the folder with the relaxed Flash Security. From there forward, anything they copy to the folder should need no security adjustment.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Dreamweaver 8 Display Mode renders website differently from IE7 and Firefox2

    I'm trying to create a webpage with the following rows setup:
    Header
    Navigation/Issueinfo (2-column)
    Left/Middle/Right (3-column)
    OtherLeft/OtherRight (2-column)
    Footer
    It renders correctly in Dreamweaver 8's display window, but in IE7 and Firefox 2 the Navigation/Issueinfo row renders differently, and I can't figure out what the problem is. I've attached images of D8 and IE7 as well as the HTML and CSS codes. All help is greatly appreciated!
    Dreamweaver 8's Display View: http://img28.imageshack.us/i/70399536.jpg/
    Internet Explorer 7: http://img3.imageshack.us/i/ie7e.jpg/
    HTML:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <link href="style.css" rel="stylesheet" type="text/css" />
    <link rel="icon" href="/favicon.ico" type="image/x-icon">
    </head>
    <body>
    <div id="container">
    <div id="header">
    </div>
    <div id="navigation">
    <ul>
    <li><a href="index.html">HOME</a></li>
    <li><a href="archive.html">ARCHIVE</a></li>
    <li><a href="blogs.html">BLOGS</a></li>
    <li><a href="calendar.html">CALENDAR</a></li>
    <li><a href="staff/staff.html">STAFF</a></li>
    <li><a href="msms/msms.html/">MSMS</a></li>
    </ul>
    </div>
    <div id="issueinfo">
    VOLUME 21 ISSUE 3
    </div>
    <div id="left">
        Left side text...
    </div>
    <div id="right">
        Right side text...
    </div>
    <div id="middle">
        Middle column text...
    </div>
    <div id="otherleft">
    Otherleft text...
    </div>
    <div id="otheright">
    Otherright text...
    </div>
    <div id="footer">Footer...</div>
    </div>
    </body>
    </html>
    CSS:
    /* CSS Document */
    /* Specify blanket rules for all elements */
    body {
        color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0px;
        padding:0px;
    background-color:#000077;
    a{
    color:#000077;
    text-decoration:none;
    a:hover{
    text-decoration:underline;
    #container {
    width:1020px;
    margin:0px auto 0px auto;
    background-color:#FFFFFF;
    #header {
        clear:both;
        width:1020px;
    height:130px;
    background-image:url(images/banner.jpg);
    #navigation {
    float:left;
    width:800px;
    text-align:center;
    background-color:#000077;
    #navigation li{
    display:inline;
    list-style-type:none;
    padding-right:30px;
    #navigation a{
    color:#FFFFFF;
    text-transform:capitalize;
    #issueinfo {
    clear:right;
    color:#FFFFFF;
    text-transform:capitalize;
    text-align:center;
    margin:0px 0px 0px 800px;
    background-color:#000077;
    #left {
        clear:left;
    float:left;
        width:318px;
    padding:0px 10px 0px 10px;
    #right {
        float:right;
        width:318px;
    padding:0px 10px 0px 10px;
    #middle {
    margin:0px 340px 0px 340px;
    padding:0px 10px 0px 10px;
    #otherleft {
    float:left;
    width:510px;
    #otherright {
    margin:0px 0px 0px 510px;
    #footer {
    clear:both;
    color: #FFFFFF;
    text-align: center;
    background-color: #000077;

    DW Design View is only an approximation of what various browsers will do.
    Try this (note changes in red):  Tested in FF 3.6.
    #navigation {
        float:left;
        width:800px;
        text-align:center;
        background-color:#000077;
        line-height: 2em; /**ADD THIS**/
    #issueinfo {
       clear:right; /**REMOVE THIS**/
        color:#FFFFFF;
        text-transform:capitalize;
        text-align:center;
        margin:0px 0px 0px 800px;
        background-color:#000077;
        line-height: 4em; /**ADD THIS**/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web-design.blogspot.com/

  • I am going to buy a mac mini i7 with 3 thunderbolt displays for forex trading. the question is if i use bootcamp and run windows on the mac mini will the displays still run the same way as if i was running it on Lion?

    I am going to buy a mac mini i7 with 3 thunderbolt displays for forex trading. the question is if i use bootcamp and run windows on the mac mini will the displays still run the same way as if i was running it on Lion?

    No idea if Windows will do it, but you can run Windows without Bootcamp & have OSX available at the same time, which should give you all the Monitors that OSX uses.
    Parallels...
    http://www.parallels.com/
    VmWare Fusion...
    http://www.vmware.com/mac

  • My macbook pro displays a folder with a question mark on it when it turns on. What does this mean and how do I fix it?

    My macbook pro displays a folder with a question mark and won't open. What does this mean and how can I fix it?

    it means your HD and the software can't find each other, the following article tells how to troubleshoot this issue:
    https://support.apple.com/kb/TS1440
    hopefully you have backup of your data since sometimes this means the HD is crashing.
    if the article doesn't resolve the issue i would take the mac to apple store or service provider and have it looked at, the following link tells how to find one close to you:
    https://locate.apple.com
    good luck!!

  • Discussion Forum does not display the items in Answered question ,Unanswered question views.

    Hi All,
    Discussion Forum does not display the items in Answered question ,Unanswered question views. Please find the below screen
    what is the difference between Answered and unanswered view?
    I have marked  the discussion as question .
    have replied for the question those discussion are visible in Unanswered view and the answered view is showings as no item to show.
    Below screenshot is answered questions view.
    Can you please help on this .
    Thanks in advance ,
    Sunitha

    The discussion in which at least one of the replies is marked as "Best Reply" will show in the "Answered Questions" section.
    Blog | SharePoint Learnings CodePlex Tools |
    Export Version History To Excel |
    Autocomplete Lookup Field

  • Web reporting - variable selection should be display as key and description

    hi experts,
    Can anybody tell me the solution for my issue. My isssue is , in the web reporting, i have variable company code, i am selecting the company code thru search help. the values for company code is displaying with key. 
    the new requirement should be displayed with key and description.
    I have checked in the bex, the properties  of company code has maintained as key. when i run the report when cas selet as key and descritption. bex is not a probelm.
    only the problew with webreports,  can anybody give some inptus on my issue.
    Any help is appreciated. waiting for your response.
    thanks
    surendra sheety

    For future reference, this question was finally answered correctly recently in the following thread: 
    F4 help - Search values - I need key and text
    Hope this helps someone who is as confused about this as I have been the past few days!
    Bob

  • Is it possible to display list alv and grid alv in the same screen

    Hi
    There are methods to display more than 1 alv grid in the same screen by using block append grid . In the same manner its available for more than 1 list alv report display by REUSE_ALV_BLOCK_LIST_APPEND.
    My question is I want to display 1 alv list and 1 alv grid report in the same output screen .
    Please let me know how to do it ?  I will definetly appreciate the answers.
    Thanks!!

    Hi Anindita,
                                      Previously i ad told v cant display two lists together in same screen. But u can use Block ALV for this. Use FM "REUSE_ALV_BLOCK_LIST_APPEND.
    In OO u can use Cl_GUI_EAST_SPLITTER_CONTAINER for displayin more than two lists in same screen.
    If useful giv points
    Regards
    Vanitha P

  • Is there a way of not displaying entries in the Blog based on today's date

    Hi,
    I'm using the Blog layout in iWeb for a calendar.
    Somewhere in this discussion forum, I found how to sort the entries by increasing date (many thanks for that).
    The question I have: Is there a way of not displaying entries in the Blog overview of which the date is in the past ?
    Thanks

    Hi Cyclosaurus,
    the link you refer to (http://test.cyclosaurus.com/Site/Blog/Blog.html) seems to be broken. I can't see the script.
    Can you sent me a script to automatically hide events from the past (based on today's system date) ?
    please note that I use following script to reverse the summary (which i found in the discussion forum):
    <script type='text/javascript'>
    function reverseSummary() {
    blogSummaryWidget = parent.document.getElementsByClassName('com-apple-iweb-widget-blogSummary flowDefining')[0].widget;
    blogEntries = blogSummaryWidget.blogFeed.itemCount();
    blogSummaryWidgetID = blogSummaryWidget.instanceID;
    blogSummaryContentDiv = parent.document.getElementById(blogSummaryWidgetID + '-summary-content');
    if (blogSummaryContentDiv.childNodes.length > 0) {
    for (be=1; be<blogEntries; ++be) {
    bi = (blogEntries - 1) - be;
    blogSeparator = parent.document.getElementById(blogSummaryWidgetID + ('-separator-template$' + bi));
    blogSummaryContentDiv.appendChild(blogSeparator);
    blogEntry = parent.document.getElementById(blogSummaryWidgetID + ('-item$' + bi));
    blogSummaryContentDiv.appendChild(blogEntry);
    clearInterval(chkSummary);
    chkSummary = setInterval('reverseSummary()', 1000);
    </script>

  • How to display Current Year and Month in Drop Down list

    Hi Dear friends,
    I am devloping a report. It has got 2 pages--input and output(Report) page.
    IN input page, user will select Month and Year from drop down list as one of the input parameters. (seperate drop down list 4 month and year)
    Now, my problem is:
    HOw to display current month and year by default in the dropdown list...........
    I hope my question is clear.
    Please help.
    Regards,
    ASh

    NO da,
    it is not working.
    First i tired with for-loop. I initialized variable "i" to -2 (i=-2) I would get the year drop down list from 2003 but, by default 2003 would come.
    So, i posted the question.
    I tried your code. It is giving following error.
    A Servlet Exception Has Occurred
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occured between lines: 122 and 127 in the jsp file: /test/inpt.jsp
    Generated servlet error:
    C:\Program Files\Apache Tomcat 4.0\work\localhost\general\test\inpt$jsp.java:182: Invalid type expression.
    first.set(Calendar.YEAR, 2003)
    ^
    An error occured between lines: 127 and 131 in the jsp file: /test/inpt.jsp
    Generated servlet error:
    C:\Program Files\Apache Tomcat 4.0\work\localhost\general\test\inpt$jsp.java:186: Invalid declaration.
    out.write("\r\n \r\nYear : \r\n \r\n"); ^ An error occured between lines: 198 and 203 in the jsp file: /test/inpt.jsp Generated servlet error: C:\Program Files\Apache Tomcat 4.0\work\localhost\general\test\inpt$jsp.java:282: Invalid type expression. first1.set(Calendar.YEAR, 2003) ^ An error occured between lines: 203 and 207 in the jsp file: /test/inpt.jsp Generated servlet error: C:\Program Files\Apache Tomcat 4.0\work\localhost\general\test\inpt$jsp.java:286: Invalid declaration. out.write("\r\n \r\nYear :\r\n \r\n");
    ^
    4 errors
    Pls. Help.
    Regards,
    Ashu

  • Hp Photosmart C6180 display is blank and no lights

    Hp photosmart C6180 display is blank and the console lights do not light up.
    windows 7 64bit, 12 gig i7 3400 2-60gb ssd,raid 0 ,3 sata 6 drives ,dvd
    i was having color issues not printing,magenta will not print,new cartridges tried, cleaned through hp software,still no difference.
    Unplugged printer to move to desk, code came up improper shut down,would not respond to any input from panel or pc through software.
    unplugged and let it set for 3 minutes plugged in again restarted screen came up and froze in the  default ready to print screen. console would not respond to any inputs even the power  button.
    Unplugged again using the attempted the hard reset as mentioned on the community boards holding the power button.
    Printer started no display,ran a print job no problem, color picture no problem, no magenta still but it did print from pc. Console has no lights on. power button will not respond.
    Tried the # 6 button hold unplugg and replug routine.nothing same results.
    dismantled the side to unplug the logic board and remove cmos battery and let it set for an hour. reinstalled noting that none of the capacitors looked bulged anywhere on the board.
    Plugged power supply in lights up at connector, plug into printer ,no lights after a few seconds the printer goes into self test and sits there no display ,no lights on. Tried to print diagnostics, printed everything but magenta band of color , software shows no problems.
    aside from taking the printer apart and using boiling hot water to clean the magenta print head circuit, what happened to the display? what can i do now with out spending more thanthan this is worth? i have some technical skills so time is not a problem.
    i do have a new email address as well so please let me know in this forum, i will change default address asap.
    Thanks
    Gary
    This question was solved.
    View Solution.

    Hi Gary,
    Unfortunately, it sounds like the hardware has failed. I can't recommend any other solutions that you haven't already tried. The next step would be to service or replace your printer.
    Service:
    Determine if your product is in warranty or out of warranty. If you need help determining your product’s warranty status, go to HP’s Warranty Check Tool .
    If your product is in warranty , contact HP support.
    If your product is out of warranty , click here to view additional printer support options starting as low as $20.
    Replacement:
    Consider taking advantage of HP's Trade-In program: http://www.hp.com/united-states/tradein/home_flash.html
    Sorry I don't have better news for you!
    I am an HP employee.

  • I am in need of a weather and stock widget, similiar to the ones on the iphone 4s, that allow you to display current stocks and weather in the notification window but i need it for the ipad2.

    the iphone 4s came with a weather and a stock widget.  these could be configured in notifications to CONSTANTLY display stock prices and the days weather whenever you pulled down the notification window.  the ipad2 doesn't have these programs and i have spend a small fortune and time looking for this same feature.  does anyone out there know off a weather and stock program that will let you program stocks into the notification window and then stream the stocks and prices acrossthe screen continously when you open the notification window.  Also does anyone know of a weather program that will display the days current conditions ALL THE TIME, not just when the wind picks up or it snows.
    the ipad2 doesn't have these built in programs and i can't find similiar ones in the app store.
    Thanks for your help.
    [email protected]

    I have this question too. Have you had any replies?

  • In Windows, display reads UNMOUNTABLE_BOOT_VOLUME and will not proceed and I can't get back to the OS 10 Mac side of my computer. Help!

    In Windows, display reads UNMOUNTABLE_BOOT_VOLUME and will not proceed and I can't get back to the OS 10 Mac side of my computer. Help!

    buttercup7 wrote:
    Wow, wonderful!  I'm back on the OS X side of my computer and that's a good thing, THANK YOU!!  My next question, if you can help, why did that happen the first place and what can I do to prevent it from happening again?  I would be grateful for any insight you might offer.
    I gave you the link to the Boot Camp documentation, read it carefully, mistakes in BC can have serious consequences.
    If you have not yet backed up your Mac, DO IT NOW.

  • Mac Book just displays a folder icon with question mark

    Hi! My mac does not turn on, it just displays a folder with a question mark. What should I do?
    Btw, I've just turned it on in a country with a lower power supply, can this be the problem? I'm kind of desperate by now.
    Thank you. [email protected]

    Carla
    Welcome to the forums here. You might also want to check out Mac Forums they're great too The credits are secondary, just want to be able to help if I can. I'm sorry the hardware test did not start for you. I know sometimes reading the forums and seeing other issues may cause one to worry, it worries me too, but if this is your first issue with your MB don't have any worries. I'm pretty sure your warranty will apply. If have any problems with that and can call a toll free number to the states 800-275-2273. Here's a link with Apple numbers.
    Joseph

Maybe you are looking for