Options

IE issues that I can not fix

MadhenMadhen Registered Users Posts: 2 Beginner grinner
edited October 9, 2008 in SmugMug Support
I have made my website on Smugmug and everything looks great in Firefox. When I go to IE I find that the prices tab is not where it is suppose to be. I can not figure out what is the issue. Can someone please take a look and see if there is something I am missing. Thank you.

brennongommphotography.smugmug.com

Comments

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited October 8, 2008
    Madhen wrote:
    I have made my website on Smugmug and everything looks great in Firefox. When I go to IE I find that the prices tab is not where it is suppose to be. I can not figure out what is the issue. Can someone please take a look and see if there is something I am missing. Thank you.

    brennongommphotography.smugmug.com
    Replace your header nav html with this, fixes some errors.
    See this page for referance.
    <!-- Original code by Stu Nicholls of -->
    <!-- http://www.cssplay.co.uk/ -->
    <!-- Edited by me for content, formatting, and some elements -->
    <!-- Please help support CSSPlay at: -->
    <!-- http://www.cssplay.co.uk/support.html -->
    
    <div align="center">
    
    <div class="menu">
    
    <ul>
    
    <!-- First Main Menu Item -->
    
    <li><a class="drop" href="http://www.brennongommphotography.smugmug.com" title="Brennon Gomm Photography">Home
        <!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
        <ul>
           <li><a href="http://app.formassembly.com/forms/view/42979" title="Contact Me!">Contact Me</a></li> 
           <li><a href="mailto:brennongommphotography@gmail.com" title="Leave Brennon Email">Email Me</a></li>
        </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    
    <!-- Next Main Menu Item -->
    
    <li><a class="drop" href="http://www.brennongommphotography.smugmug.com/galleries" title="Galleries">Galleries
        <!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
        <ul>
            <li><a href="http://brennongommphotography.smugmug.com/gallery/6130593_PYaTv/1/385973785_bizLg#385973785_bizLg" title="Pets">Pets</a></li>
            <li><a href="http://www.smugmug.com/gallery/6130590_GQWYr#385961211_4kvBx" title="Children">Children</a></li>
            <li><a href="http://www.brennongommphotography.smugmug.com/gallery/6130582_preWB#385977446_DJwuN" title="Landscapes">Landscapes</a></li>
            <li><a href="http://brennongommphotography.smugmug.com/gallery/6130578_ZRGaJ/1/385971235_AS8Tr#385971235_AS8Tr" title="Events">Events</a></li>
            <li><a href="http://brennongommphotography.smugmug.com/gallery/6130572_muua5#385966789_SrtCC" title="Concerts">Concerts</a></li>
            <li><a href="http://www.smugmug.com/gallery/6130561_7fm8e#385985343_26HUF" title="Weddings">Weddings</a></li>
            <li><a href="http://www.smugmug.com/gallery/6132015_ZvKLi/1/385990869_rdMWa#385990869_rdMWa" title="HDR">HDR Photos</a></li>
            <li><a href="http://brennongommphotography.smugmug.com/gallery/6134024_M9F62#386280450_sRZer" title="Head Shots">Head Shots</a></li>
            <li><a href="http://brennongommphotography.smugmug.com/gallery/6134028_iMssa#385956833_Bmqz2" title="Groups">Groups</a></li>
            <li><a href="http://brennongommphotography.smugmug.com/gallery/6138155_bTomt" title="Individual">Individual</a></li>
            <li><a href="http://brennongommphotography.smugmug.com/gallery/6138368_7RFuj/1/386301398_9Qjd5">Advertising</a></li>
            <li><a href="http://brennongommphotography.smugmug.com/gallery/6138306_etxKE/1/386303994_by5Pi" title="Couples">Couples</a></li>
        </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    
    <!-- Next Main Menu Item -->
    
    <li><a href="http://brennongommphotography.smugmug.com/gallery/6131937_nySxA#385996638_jR2bq" title="My most popular photos!">Popular</a></li>
    
    <!-- Next Main Menu Item -->
    
    <li><a href="http://brennongommphotography.smugmug.com/gallery/6132649_9BJwM" title="Prices">Prices</a></li>
    
    <!-- Next Main Menu Item -->
    
    <li><a href="http://brennongommphotography.smugmug.com/gallery/6132091_sFrjP" title="Please sign my guestbook!">Guestbook</a></li>
    
    <!-- Next Main Menu Item -->
    
    <li><a href="http://brennongommphotography.smugmug.com/gallery/6132253_uEPsG" title="About the photographer">The Photographer</a></li>
    
    </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </div>
    </div>
    
    Or you can also use this version with relative links.
    <!-- Original code by Stu Nicholls of -->
    <!-- http://www.cssplay.co.uk/ -->
    <!-- Edited by me for content, formatting, and some elements -->
    <!-- Please help support CSSPlay at: -->
    <!-- http://www.cssplay.co.uk/support.html -->
    
    <div align="center">
    
    <div class="menu">
    
    <ul>
    
    <!-- First Main Menu Item -->
    
    <li><a class="drop" href="/" title="Brennon Gomm Photography">Home
        <!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
        <ul>
           <li><a href="http://app.formassembly.com/forms/view/42979" title="Contact Me!">Contact Me</a></li> 
           <li><a href="mailto:brennongommphotography@gmail.com" title="Leave Brennon Email">Email Me</a></li>
        </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    
    <!-- Next Main Menu Item -->
    
    <li><a class="drop" href="/galleries" title="Galleries">Galleries
        <!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
        <ul>
            <li><a href="/gallery/6130593_PYaTv/1/385973785_bizLg#385973785_bizLg" title="Pets">Pets</a></li>
            <li><a href="/gallery/6130590_GQWYr#385961211_4kvBx" title="Children">Children</a></li>
            <li><a href="/gallery/6130582_preWB#385977446_DJwuN" title="Landscapes">Landscapes</a></li>
            <li><a href="/gallery/6130578_ZRGaJ/1/385971235_AS8Tr#385971235_AS8Tr" title="Events">Events</a></li>
            <li><a href="/gallery/6130572_muua5#385966789_SrtCC" title="Concerts">Concerts</a></li>
            <li><a href="/gallery/6130561_7fm8e#385985343_26HUF" title="Weddings">Weddings</a></li>
            <li><a href="/gallery/6132015_ZvKLi/1/385990869_rdMWa#385990869_rdMWa" title="HDR">HDR Photos</a></li>
            <li><a href="/gallery/6134024_M9F62#386280450_sRZer" title="Head Shots">Head Shots</a></li>
            <li><a href="/gallery/6134028_iMssa#385956833_Bmqz2" title="Groups">Groups</a></li>
            <li><a href="/gallery/6138155_bTomt" title="Individual">Individual</a></li>
            <li><a href="/gallery/6138368_7RFuj/1/386301398_9Qjd5">Advertising</a></li>
            <li><a href="/gallery/6138306_etxKE/1/386303994_by5Pi" title="Couples">Couples</a></li>
        </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    
    <!-- Next Main Menu Item -->
    
    <li><a href="/gallery/6131937_nySxA#385996638_jR2bq" title="My most popular photos!">Popular</a></li>
    
    <!-- Next Main Menu Item -->
    
    <li><a href="/gallery/6132649_9BJwM" title="Prices">Prices</a></li>
    
    <!-- Next Main Menu Item -->
    
    <li><a href="/gallery/6132091_sFrjP" title="Please sign my guestbook!">Guestbook</a></li>
    
    <!-- Next Main Menu Item -->
    
    <li><a href="/gallery/6132253_uEPsG" title="About the photographer">The Photographer</a></li>
    
    </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </div>
    </div>
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    MadhenMadhen Registered Users Posts: 2 Beginner grinner
    edited October 9, 2008
    Thank you so much. This worked
    Allen wrote:
    Replace your header nav html with this, fixes some errors.
    See this page for referance.
    <!-- Original code by Stu Nicholls of -->
    <!-- http://www.cssplay.co.uk/ -->
    <!-- Edited by me for content, formatting, and some elements -->
    <!-- Please help support CSSPlay at: -->
    <!-- http://www.cssplay.co.uk/support.html -->
     
    <div align="center">
     
    <div class="menu">
     
    <ul>
     
    <!-- First Main Menu Item -->
     
    <li><a class="drop" href="http://www.brennongommphotography.smugmug.com" title="Brennon Gomm Photography">Home
        <!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
        <ul>
           <li><a href="http://app.formassembly.com/forms/view/42979" title="Contact Me!">Contact Me</a></li> 
           <li><a href="mailto:brennongommphotography@gmail.com" title="Leave Brennon Email">Email Me</a></li>
        </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
     
    <!-- Next Main Menu Item -->
     
    <li><a class="drop" href="http://www.brennongommphotography.smugmug.com/galleries" title="Galleries">Galleries
        <!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
        <ul>
            <li><a href="http://brennongommphotography.smugmug.com/gallery/6130593_PYaTv/1/385973785_bizLg#385973785_bizLg" title="Pets">Pets</a></li>
            <li><a href="http://www.smugmug.com/gallery/6130590_GQWYr#385961211_4kvBx" title="Children">Children</a></li>
            <li><a href="http://www.brennongommphotography.smugmug.com/gallery/6130582_preWB#385977446_DJwuN" title="Landscapes">Landscapes</a></li>
            <li><a href="http://brennongommphotography.smugmug.com/gallery/6130578_ZRGaJ/1/385971235_AS8Tr#385971235_AS8Tr" title="Events">Events</a></li>
            <li><a href="http://brennongommphotography.smugmug.com/gallery/6130572_muua5#385966789_SrtCC" title="Concerts">Concerts</a></li>
            <li><a href="http://www.smugmug.com/gallery/6130561_7fm8e#385985343_26HUF" title="Weddings">Weddings</a></li>
            <li><a href="http://www.smugmug.com/gallery/6132015_ZvKLi/1/385990869_rdMWa#385990869_rdMWa" title="HDR">HDR Photos</a></li>
            <li><a href="http://brennongommphotography.smugmug.com/gallery/6134024_M9F62#386280450_sRZer" title="Head Shots">Head Shots</a></li>
            <li><a href="http://brennongommphotography.smugmug.com/gallery/6134028_iMssa#385956833_Bmqz2" title="Groups">Groups</a></li>
            <li><a href="http://brennongommphotography.smugmug.com/gallery/6138155_bTomt" title="Individual">Individual</a></li>
            <li><a href="http://brennongommphotography.smugmug.com/gallery/6138368_7RFuj/1/386301398_9Qjd5">Advertising</a></li>
            <li><a href="http://brennongommphotography.smugmug.com/gallery/6138306_etxKE/1/386303994_by5Pi" title="Couples">Couples</a></li>
        </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
     
    <!-- Next Main Menu Item -->
     
    <li><a href="http://brennongommphotography.smugmug.com/gallery/6131937_nySxA#385996638_jR2bq" title="My most popular photos!">Popular</a></li>
     
    <!-- Next Main Menu Item -->
     
    <li><a href="http://brennongommphotography.smugmug.com/gallery/6132649_9BJwM" title="Prices">Prices</a></li>
     
    <!-- Next Main Menu Item -->
     
    <li><a href="http://brennongommphotography.smugmug.com/gallery/6132091_sFrjP" title="Please sign my guestbook!">Guestbook</a></li>
     
    <!-- Next Main Menu Item -->
     
    <li><a href="http://brennongommphotography.smugmug.com/gallery/6132253_uEPsG" title="About the photographer">The Photographer</a></li>
     
    </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </div>
    </div>
    
    Or you can also use this version with relative links.
    <!-- Original code by Stu Nicholls of -->
    <!-- http://www.cssplay.co.uk/ -->
    <!-- Edited by me for content, formatting, and some elements -->
    <!-- Please help support CSSPlay at: -->
    <!-- http://www.cssplay.co.uk/support.html -->
     
    <div align="center">
     
    <div class="menu">
     
    <ul>
     
    <!-- First Main Menu Item -->
     
    <li><a class="drop" href="/" title="Brennon Gomm Photography">Home
        <!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
        <ul>
           <li><a href="http://app.formassembly.com/forms/view/42979" title="Contact Me!">Contact Me</a></li> 
           <li><a href="mailto:brennongommphotography@gmail.com" title="Leave Brennon Email">Email Me</a></li>
        </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
     
    <!-- Next Main Menu Item -->
     
    <li><a class="drop" href="/galleries" title="Galleries">Galleries
        <!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
        <ul>
            <li><a href="/gallery/6130593_PYaTv/1/385973785_bizLg#385973785_bizLg" title="Pets">Pets</a></li>
            <li><a href="/gallery/6130590_GQWYr#385961211_4kvBx" title="Children">Children</a></li>
            <li><a href="/gallery/6130582_preWB#385977446_DJwuN" title="Landscapes">Landscapes</a></li>
            <li><a href="/gallery/6130578_ZRGaJ/1/385971235_AS8Tr#385971235_AS8Tr" title="Events">Events</a></li>
            <li><a href="/gallery/6130572_muua5#385966789_SrtCC" title="Concerts">Concerts</a></li>
            <li><a href="/gallery/6130561_7fm8e#385985343_26HUF" title="Weddings">Weddings</a></li>
            <li><a href="/gallery/6132015_ZvKLi/1/385990869_rdMWa#385990869_rdMWa" title="HDR">HDR Photos</a></li>
            <li><a href="/gallery/6134024_M9F62#386280450_sRZer" title="Head Shots">Head Shots</a></li>
            <li><a href="/gallery/6134028_iMssa#385956833_Bmqz2" title="Groups">Groups</a></li>
            <li><a href="/gallery/6138155_bTomt" title="Individual">Individual</a></li>
            <li><a href="/gallery/6138368_7RFuj/1/386301398_9Qjd5">Advertising</a></li>
            <li><a href="/gallery/6138306_etxKE/1/386303994_by5Pi" title="Couples">Couples</a></li>
        </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
     
    <!-- Next Main Menu Item -->
     
    <li><a href="/gallery/6131937_nySxA#385996638_jR2bq" title="My most popular photos!">Popular</a></li>
     
    <!-- Next Main Menu Item -->
     
    <li><a href="/gallery/6132649_9BJwM" title="Prices">Prices</a></li>
     
    <!-- Next Main Menu Item -->
     
    <li><a href="/gallery/6132091_sFrjP" title="Please sign my guestbook!">Guestbook</a></li>
     
    <!-- Next Main Menu Item -->
     
    <li><a href="/gallery/6132253_uEPsG" title="About the photographer">The Photographer</a></li>
     
    </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </div>
    </div>
    
    [/quote
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited October 9, 2008
    Madhen wrote:
    ..
    Hold on, :D the CSS needs to be adjusted for IE6. Back later with corrections.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited October 9, 2008
    Madhen wrote:
    ...
    First clean up some }'s
    /* hides your name (including any 's) */
    #userName {
    display: none;
    [B] } [/B]           [COLOR=red]   << add this }[/COLOR]
    .feedStandard, .featured .feedStandard, .galleries .feedStandard, .galleryPage .feedStandard {
    position: relative;
    left: 190px;
    top: -28px;
    [B] }  [/B]          [COLOR=red]   << add this }[/COLOR]
    #feeds { display:none}
    [B] }[/B]            [COLOR=red]   << remove this }[/COLOR]
    
    [B] }[/B]            [COLOR=red]   << remove this }[/COLOR]
    
    Then replcae your nav CSS with this.
    /* CSS Dropdown Nav Bar*/
    /* Original code by Stu Nicholls of*/
    /* http://www.cssplay.co.uk/ */
    /* Edited by me for content, formatting and some elements */
    /* Please help support CSSPlay at: */
    /* http://www.cssplay.co.uk/support.html */
    
    
    /* CSS Section */
    
    /* make sure sub-menus are on top of photos */
    .menu ul ul {z-index:50;}
    
    /* style the outer div to give it width */
    .menu {
    margin: 0 auto;
    padding:10px 0px 15px 0px;
    position:relative; /*Make the container moveable*/
    width:750px;     /*Main bar total width*/
    font-size:0.85em;
    padding-bottom:30px; /*Padding between the bottom of your mainbar and the rest of your page */
    }
    /* remove all the bullets, borders and padding from the default list styling */
    .menu ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }
    .menu ul ul {
    width:125px; /* Cell size. Divide the main width (750px) by the number of cells you need */
    }
    /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
    .menu li {
    float:left;
    width:125px; /* Cell size. Divide the main width (750px) by the number of cells you need */
    position:relative;
    }
    /* style the links for the top level */
    .menu a, .menu a:visited {
    display:block;
    font-size:11px;
    text-decoration:none; 
    color:#fff; 
    width:124px; /* Defines the main box dimensions. */
    height:30px; /*How tall your cells are*/
    border:1px solid #fff; 
    border-width:1px 1px 0 0; 
    background:#758279; 
    padding: 0; 
    _padding: 0 2px;  /* IE 6 */
    line-height:29px; /*Adjust this to vertically center your text in each cell. Should be about the same as height. */
    }
    /* a hack so that IE5.5 faulty box model is corrected */
    * html .menu a, * html .menu a:visited {
    width:125px; 
    w\idth:120px;
    }
    
    /* style the second level background */
    .menu ul ul a.drop, .menu ul ul a.drop:visited {
    background:#949e7c;
    }
    /* style the second level hover */
    .menu ul ul a.drop:hover{
    background:#c9ba65;
    }
    .menu ul ul :hover > a.drop {
    background:#c9ba65;
    }
    /* style the third level background */
    .menu ul ul ul a, .menu ul ul ul a:visited {
    background:#e2dfa8;
    }
    /* style the third level hover */
    .menu ul ul ul a:hover {
    background:#b2ab9b;
    }
    .menu ul ul ul :hover > a {
    background:#b2ab9b;
    }
    
    /* hide the sub levels and give them a positon absolute so that they take up no room */
    .menu ul ul {
    visibility:hidden;
    position:absolute;
    height:0;
    top:31px;
    left:0; 
    width:125px;  /* Size of the daughter cells */
    }
    /* another hack for IE5.5 */
    * html .menu ul ul {
    top:30px;
    t\op:31px; /* IE gap between main bar and the dropdown items */
    }
    
    
    /* position the third level flyout menu */
    .menu ul ul ul{
    left:125px; 
    top:0;
    width:125px;
    }
    /* position the third level flyout menu for a left flyout */
    .menu ul ul ul.left {
    left:-125px;
    }
    
    /* style the table so that it takes no ppart in the layout - required for IE to work */
    .menu table {position:absolute; top:0; left:0;}
    
    /* style the second level links */
    .menu ul ul a, .menu ul ul a:visited {
    background:#d4d8bd; 
    color:#000; 
    height:auto; 
    line-height:1em; 
    padding:5px 10px; 
    width:129px
    /* yet another hack for IE5.5 */
    }
    * html .menu ul ul a{
    width:125px;
    w\idth:129px;
    }
    
    
    /* style the top level hover */
    .menu a:hover, .menu ul ul a:hover{
    color:#fff; 
    background:#949e7c;
    }
    .menu :hover > a, .menu ul ul :hover > a {
    color:#fff;
    background:#949e7c;
    }
    
    /* make the second level visible when hover on first level list OR link */
    .menu ul :hover ul{
    visibility:visible; 
    }
    /* keep the third level hidden when you hover on first level list OR link */
    .menu ul :hover ul ul{
    visibility:hidden;
    }
    /* keep the fourth level hidden when you hover on second level list OR link */
    .menu ul :hover ul :hover ul ul{
    visibility:hidden;
    }
    /* make the third level visible when you hover over second level list OR link */
    
    .menu ul :hover ul :hover ul{ 
    visibility:visible;
    }
    /* make the fourth level visible when you hover over third level list OR link */
    .menu ul :hover ul :hover ul :hover ul { 
    visibility:visible;
    }
    
    /* End Navbar Code */
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.