Options

Internet Explorer can not open...

MRudlandMRudland Registered Users Posts: 284 Major grins
edited March 30, 2007 in SmugMug Support
the internet site www.michellegallery.smugmug.com.
Operation aborted.

This is the warning box I am getting when trying to access my website with smugmug. I am fairly new to the internet and am unsure what to do. Can someone assist me?
Michelle

Comments

  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited March 28, 2007
    Hi Michelle,

    Shouldn't make much of a difference, but the www isn't needed: http://michellegallery.smugmug.com/

    Try clearing your IE cookies and temporary files, and then closing, reopening your browser.
  • Options
    MRudlandMRudland Registered Users Posts: 284 Major grins
    edited March 28, 2007
    Andy wrote:
    Hi Michelle,

    Shouldn't make much of a difference, but the www isn't needed: http://michellegallery.smugmug.com/

    Try clearing your IE cookies and temporary files, and then closing, reopening your browser.

    I have...and it works for about two pages into my site and then it does it all over again and I have to redo the clearning again.
    I was wondering if there is a problem with the relationship between IE and smugmug?
    Michelle
  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited March 28, 2007
    MRudland wrote:
    I have...and it works for about two pages into my site and then it does it all over again and I have to redo the clearning again.
    I was wondering if there is a problem with the relationship between IE and smugmug?
    Michelle
    No, not in the least. It's a fully supported browser, version 6 and 7. Are you running any other firewall or security software, where you might be blocking SmugMug? Is this at home or at work?
  • Options
    MRudlandMRudland Registered Users Posts: 284 Major grins
    edited March 28, 2007
    Andy wrote:
    No, not in the least. It's a fully supported browser, version 6 and 7. Are you running any other firewall or security software, where you might be blocking SmugMug? Is this at home or at work?

    It is my home office. I have Norton. Would that be doing it? I appreciate your help and I'm sorry i sound so stupid!
    Michelle
  • Options
    TedologyTedology Registered Users Posts: 90 Big grins
    edited March 28, 2007
    Hi Michelle,

    You don't sound stupid in the least! :)

    I know in the past I've had problems with Norton not liking some sites while liking others.

    I've switched to PC-cillin for anti-virus and spyware, etc. and have had some better luck.

    Just my point of view. :) Best of luck to you!
    Ted
    My Site
    My Gallery
    "Satan trembles when he sees
    the weakest saint on his knees."
  • Options
    MRudlandMRudland Registered Users Posts: 284 Major grins
    edited March 28, 2007
    Tedology wrote:
    Hi Michelle,

    You don't sound stupid in the least! :)

    I know in the past I've had problems with Norton not liking some sites while liking others.

    I've switched to PC-cillin for anti-virus and spyware, etc. and have had some better luck.

    Just my point of view. :) Best of luck to you!

    Cool! So it is probably my security ware and not the system at all...possibly! Laughing.gif Now, I need to play with it and figure out what I want to do!
    Thank you.
    Michelle
  • Options
    ivarivar Registered Users Posts: 8,395 Major grins
    edited March 28, 2007
    Hi Michelle,

    There are many errors in your header HTML.
    I'm fixing it right now for you, please don't make any changes in your settings and customization for a few minutes. Most likely, the problem is caused by the errors.
  • Options
    ivarivar Registered Users Posts: 8,395 Major grins
    edited March 28, 2007
    ivar wrote:
    Hi Michelle,

    There are many errors in your header HTML.
    I'm fixing it right now for you, please don't make any changes in your settings and customization for a few minutes. Most likely, the problem is caused by the errors.
    Hi Again!

    I've copied both the old and the new code here, so we can always get back to it in case I made a mess :D

    I fixed your code. It's all technically correct now. You had several things going on. It resulted in the top-navbar breaking (going to the next line) in weird places. It doesn't do that anymore. If you wanted that to happen, please let me know, and I'll arrange it for you.

    Let me know if this solves your IE6 problem as well.
    Old CSS:
    #my_banner {
    width: 750px;
    height: 150px;
    margin: 0 auto;
    background: url(http://michellegallery.smugmug.com/photos/137454132-L.jpg)
    }
    
    #navcontainer ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
    }
    #navcontainer ul {margin-bottom:15px;}
    #navcontainer ul li { 
        display: inline; 
    }
    
    #navcontainer ul li a {
        text-decoration: none;
        padding: .2em 1em;
        color: #fff;
        background-color: #C80000;
    }
    
    #navcontainer ul li a:hover {
        color: #fff;
        background-color: #369;
    }
    
    
    
    #feeds { 
    display:none;
    }
    
    
    /* turn map this button off */
    .map_this {
    display: none;
    
    
    } 
    
    
    .homepage #galleryTitle {
    display: none;
    }
    
    /* hides your name (including any 's) */
    #userName {
    display: none;
    }
    
    /* hides the word home */
    #userHome {
    display: none;
    }
    
    
    #categoriesBox .boxTop { 
    display: none; 
    }
    
    /* removes the full-screen slideshow buttons */
    .play_slideshow {
    display: none;
    }
    
    #photoKeywords { 
    display: none; 
    }
    
    
    
    
    New CSS:
    /* THIS IS CODE FOR YOUR BANNER */
        #my_banner {
        width: 750px;
        height: 150px;
        margin: 0 auto;
        background: url(http://michellegallery.smugmug.com/photos/137454132-L.jpg)
        }
    
    /* THIS IS CODE FOR BOTH NAVBARS */
        .navcontainer ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
        }
    
        .navcontainer ul {
        margin-bottom:15px;
        }
    
        .navcontainer ul li { 
        display: inline; 
        }
    
        .navcontainer ul li a {
        text-decoration: none;
        padding: .2em 1em;
        color: #fff;
        background-color: #C80000;
        }
    
        .navcontainer ul li a:hover {
        color: #fff;
        background-color: #369;
        }
    
    
    
    /* hides your name (including any 's) from the homepage */
        #userName,
        #userHome {
        display: none;
        }
    
    /* THIS REMOVES THE GALLERYTITLE FROM THE HOMEPAGE */
        .homepage #galleryTitle {
        display: none;
        }
    
    /* THIS REMOVES THE BOXTOP FROM THE CATEGORY PAGES (XXX GALLERIES, etc)*/
        #categoriesBox .boxTop { 
        display: none; 
        }
    
    /* THIS REMOVES THE KEYWORDS FROM THE GALLERY PAGES */
        #photoKeywords { 
        display: none; 
        }
    
    /* turn map this button off */
        .map_this {
        display: none;
        } 
    
    /* THIS REMOVES THE FEEDS */
        #feeds { 
        display:none;
        }
    
    Old Header:
    <a href="mailto:info@auphoto.net">Email Me</a>
    
    <div id="my_banner"> </div> 
    
    <div id="navcontainer">
    
    </ul>
    </div> 
    
    <div id="navcontainer">
    <ul>
    <ul><li><a href="http://www.michellegallery.smugmug.com/gallery/2625350"> Weddings
    <ul><li><a href="http://www.michellegallery.smugmug.com/gallery/2626927"> Seniors
    <ul><li><a href="http://michellegallery.smugmug.com/gallery/2634224/1/139129703">Birth Baby Newborn Maternity</a></li>
    <ul><li><a href="http://michellegallery.smugmug.com/gallery/2630682/1/138911739">Ranch Calls/Horse Portraits</a></li>
    <li><a href="http://www.michellegallery.smugmug.com/gallery/2614111">StoryBoards</a></li>
    <li><a href="http://www.auphoto.net/Page2007/Associations.html">Associations</a></li>
    <li><a href="http://rudland.typepad.com/viewthruthelens">Blog</a></li>
    <li><a href="http://www.myspace.com/aboutyouphotography">Myspace</a></li>
    
    </ul>
    </div> 
    
    <div id="navcontainer">
    <ul>
    <li><a href="http://michellegallery.smugmug.com/gallery/2634213/1/139129177">Family</a></li>
    <ul><li><a href="http://www.auphoto.net/Page2007/WeddingAlbums.html">Coffee Table Albums</a></li>
    <li><a href="http://michellegallery.smugmug.com/gallery/2627155">Flip Top Albums</a></li>
    <li><a href="http://www.auphoto.net">Home</a></li>
    <li><a href="mailto:info@auphoto.net">Email</a></li>
    
    </ul>
    </div> 
    
    
    
    
    
    
    New Header:
    <a href="mailto:info@auphoto.net">Email Me</a>
    
    <div id="my_banner"> </div> 
    
    <div class="navcontainer">
    <ul>
    <li><a href="/gallery/2625350"> Weddings</a></li>
    <li><a href="/gallery/2626927"> Seniors</a></li>
    <li><a href="/gallery/2634224">Birth Baby Newborn Maternity</a></li>
    <li><a href="/gallery/2630682">Ranch Calls/Horse Portraits</a></li>
    <li><a href="/gallery/2614111">StoryBoards</a></li>
    <li><a href="http://www.auphoto.net/Page2007/Associations.html">Associations</a></li>
    <li><a href="http://rudland.typepad.com/viewthruthelens">Blog</a></li>
    <li><a href="http://www.myspace.com/aboutyouphotography">Myspace</a></li>
    </ul>
    </div> 
    
    <div class="navcontainer">
    <ul>
    <li><a href="/gallery/2634213">Family</a></li>
    <li><a href="http://www.auphoto.net/Page2007/WeddingAlbums.html">Coffee Table Albums</a></li>
    <li><a href="/gallery/2627155">Flip Top Albums</a></li>
    <li><a href="http://www.auphoto.net">Home</a></li>
    <li><a href="mailto:info@auphoto.net">Email</a></li>
    </ul>
    </div>
    
  • Options
    Lilley PhotographyLilley Photography Registered Users Posts: 67 Big grins
    edited March 28, 2007
    Hello,
    I noticed this post. I don't normally have problems uploading but today it keeps giving me a java script error.

    I just added 3 lines to my CSS and was wondering if that has anything to do with it.

    I use Internet Explorer

    Thanks,
    www.LilleyPhotos.com
    Felicia Lilley
  • Options
    MRudlandMRudland Registered Users Posts: 284 Major grins
    edited March 28, 2007
    ivar wrote:
    Hi Again!

    I've copied both the old and the new code here, so we can always get back to it in case I made a mess :D

    I fixed your code. It's all technically correct now. You had several things going on. It resulted in the top-navbar breaking (going to the next line) in weird places. It doesn't do that anymore. If you wanted that to happen, please let me know, and I'll arrange it for you.

    Let me know if this solves your IE6 problem as well.
    Old CSS:
    #my_banner {
    width: 750px;
    height: 150px;
    margin: 0 auto;
    background: url(http://michellegallery.smugmug.com/photos/137454132-L.jpg)
    }
     
    #navcontainer ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
    }
    #navcontainer ul {margin-bottom:15px;}
    #navcontainer ul li { 
        display: inline; 
    }
     
    #navcontainer ul li a {
        text-decoration: none;
        padding: .2em 1em;
        color: #fff;
        background-color: #C80000;
    }
     
    #navcontainer ul li a:hover {
        color: #fff;
        background-color: #369;
    }
     
     
     
    #feeds { 
    display:none;
    }
     
     
    /* turn map this button off */
    .map_this {
    display: none;
     
     
    } 
     
     
    .homepage #galleryTitle {
    display: none;
    }
     
    /* hides your name (including any 's) */
    #userName {
    display: none;
    }
     
    /* hides the word home */
    #userHome {
    display: none;
    }
     
     
    #categoriesBox .boxTop { 
    display: none; 
    }
     
    /* removes the full-screen slideshow buttons */
    .play_slideshow {
    display: none;
    }
     
    #photoKeywords { 
    display: none; 
    }
     
     
     
    
    New CSS:
    /* THIS IS CODE FOR YOUR BANNER */
        #my_banner {
        width: 750px;
        height: 150px;
        margin: 0 auto;
        background: url(http://michellegallery.smugmug.com/photos/137454132-L.jpg)
        }
     
    /* THIS IS CODE FOR BOTH NAVBARS */
        .navcontainer ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
        }
     
        .navcontainer ul {
        margin-bottom:15px;
        }
     
        .navcontainer ul li { 
        display: inline; 
        }
     
        .navcontainer ul li a {
        text-decoration: none;
        padding: .2em 1em;
        color: #fff;
        background-color: #C80000;
        }
     
        .navcontainer ul li a:hover {
        color: #fff;
        background-color: #369;
        }
     
     
     
    /* hides your name (including any 's) from the homepage */
        #userName,
        #userHome {
        display: none;
        }
     
    /* THIS REMOVES THE GALLERYTITLE FROM THE HOMEPAGE */
        .homepage #galleryTitle {
        display: none;
        }
     
    /* THIS REMOVES THE BOXTOP FROM THE CATEGORY PAGES (XXX GALLERIES, etc)*/
        #categoriesBox .boxTop { 
        display: none; 
        }
     
    /* THIS REMOVES THE KEYWORDS FROM THE GALLERY PAGES */
        #photoKeywords { 
        display: none; 
        }
     
    /* turn map this button off */
        .map_this {
        display: none;
        } 
     
    /* THIS REMOVES THE FEEDS */
        #feeds { 
        display:none;
        }
    
    Old Header:
    <a href="mailto:info@auphoto.net">Email Me</a>
     
    <div id="my_banner"> </div> 
     
    <div id="navcontainer">
     
    </ul>
    </div> 
     
    <div id="navcontainer">
    <ul>
    <ul><li><a href="http://www.michellegallery.smugmug.com/gallery/2625350"> Weddings
    <ul><li><a href="http://www.michellegallery.smugmug.com/gallery/2626927"> Seniors
    <ul><li><a href="http://michellegallery.smugmug.com/gallery/2634224/1/139129703">Birth Baby Newborn Maternity</a></li>
    <ul><li><a href="http://michellegallery.smugmug.com/gallery/2630682/1/138911739">Ranch Calls/Horse Portraits</a></li>
    <li><a href="http://www.michellegallery.smugmug.com/gallery/2614111">StoryBoards</a></li>
    <li><a href="http://www.auphoto.net/Page2007/Associations.html">Associations</a></li>
    <li><a href="http://rudland.typepad.com/viewthruthelens">Blog</a></li>
    <li><a href="http://www.myspace.com/aboutyouphotography">Myspace</a></li>
     
    </ul>
    </div> 
     
    <div id="navcontainer">
    <ul>
    <li><a href="http://michellegallery.smugmug.com/gallery/2634213/1/139129177">Family</a></li>
    <ul><li><a href="http://www.auphoto.net/Page2007/WeddingAlbums.html">Coffee Table Albums</a></li>
    <li><a href="http://michellegallery.smugmug.com/gallery/2627155">Flip Top Albums</a></li>
    <li><a href="http://www.auphoto.net">Home</a></li>
    <li><a href="mailto:info@auphoto.net">Email</a></li>
     
    </ul>
    </div> 
     
     
     
     
     
    
    New Header:
    <a href="mailto:info@auphoto.net">Email Me</a>
     
    <div id="my_banner"> </div> 
     
    <div class="navcontainer">
    <ul>
    <li><a href="/gallery/2625350"> Weddings</a></li>
    <li><a href="/gallery/2626927"> Seniors</a></li>
    <li><a href="/gallery/2634224">Birth Baby Newborn Maternity</a></li>
    <li><a href="/gallery/2630682">Ranch Calls/Horse Portraits</a></li>
    <li><a href="/gallery/2614111">StoryBoards</a></li>
    <li><a href="http://www.auphoto.net/Page2007/Associations.html">Associations</a></li>
    <li><a href="http://rudland.typepad.com/viewthruthelens">Blog</a></li>
    <li><a href="http://www.myspace.com/aboutyouphotography">Myspace</a></li>
    </ul>
    </div> 
     
    <div class="navcontainer">
    <ul>
    <li><a href="/gallery/2634213">Family</a></li>
    <li><a href="http://www.auphoto.net/Page2007/WeddingAlbums.html">Coffee Table Albums</a></li>
    <li><a href="/gallery/2627155">Flip Top Albums</a></li>
    <li><a href="http://www.auphoto.net">Home</a></li>
    <li><a href="mailto:info@auphoto.net">Email</a></li>
    </ul>
    </div>
    


    WOW! Thank you so much! Before this, I have NEVER EVEN LOOKED AT HTML! I've found it pretty confusing! I appreciate you taking the time to help me out!
    Michelle
  • Options
    MRudlandMRudland Registered Users Posts: 284 Major grins
    edited March 28, 2007
    Hello,
    I noticed this post. I don't normally have problems uploading but today it keeps giving me a java script error.

    I just added 3 lines to my CSS and was wondering if that has anything to do with it.

    I use Internet Explorer

    Thanks,

    It's still doing it though. hhhmmm...
    Michelle
  • Options
    flyingdutchieflyingdutchie Registered Users Posts: 1,286 Major grins
    edited March 30, 2007
    MRudland wrote:
    It's still doing it though. hhhmmm...
    Michelle

    You are not the only one.
    I happens on my site (www.streetsofboston.com) as well, sometimes: The page loads, then a message-box comes up with some error message and 'Operation aborted', and the page disappears and is replaced by one of microsofts error-pages.

    This 'bug' is very hard to reproduce and only happens so now and then.
    It seems to be related to some AJAX issues, but i can not be sure of that.
    I can't grasp the notion of time.

    When I hear the earth will melt into the sun,
    in two billion years,
    all I can think is:
        "Will that be on a Monday?"
    ==========================
    http://www.streetsofboston.com
    http://blog.antonspaans.com
Sign In or Register to comment.