Options

Bug - not sure?

nalunalu Registered Users Posts: 2 Beginner grinner
edited February 22, 2010 in Bug Reporting
Give us your site name
www.mauisurfphotography.com

Describe the problem
Homepage Slideshow not working and nav menu mis-aligned in Explorer 8 and Firefox - works great in Chrome?

List the steps to replicate and recreate the problem
I use Chrome, but got a new computer with Explorer 8 - found the problem when I tried it...

Let us know your system, and browser and version (e.g., Firefox 3, on Windows
Windows 7

Comments

  • Options
    jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited February 20, 2010
    I see two errors in your CSS that are preventing your navbar from working.

    In this block, add the missing quote mark at the end of the filter line:
    #my_banner {
    width: 1000px;
    height: 60px;
    margin: 30px;
    background: url(http://www.mauisurfphotography.com/photos/426308780_mdcTU-X3.png) no-repeat;
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingmethod=image,src='http://www.mauisurfphotography.com/photos/426308780_mdcTU-X3.png[COLOR=red]'[/COLOR]); 
    }
    
    Then, remove the extra close brace here:
    p.updated {
    display: none;
    }
    #categoriesBox .boxTop { 
    display: none; 
    }
    [COLOR=red]}[/COLOR] 
    


    On the slideshow, it works for me fine in IE8. I'd suggest reinstalling Adobe Flash.
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • Options
    nalunalu Registered Users Posts: 2 Beginner grinner
    edited February 22, 2010
    Thanks, that seems to have fixed it on IE - haven't tested it on firefox yet...
    Aloha,
    Mike
Sign In or Register to comment.