Options

homepage slide show works in Firefox, not IE

pward76pward76 Registered Users Posts: 83 Big grins
edited March 22, 2009 in SmugMug Support
I'm hoping that someone can take a look at my CSS code and see why the homepage slide show works in Firefox, but not in IE? Thanks very much

#bioBox .photo {
display: none;
}

#bioBox {background: none;}

#userBio {
text-align: center !important;
}

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li {
display: inline;
}

#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #000;
}

#navcontainer ul li a:hover {
color: #fff;
background-color: #369;
}

#photoKeywords {
display: none;
}

.homepage #galleriesBox ,
.homepage #categoriesBox ,
.homepage #featuredBox {
display: none;
}

.galleries #bioBox {
display: none;
}

.galleries #galleriesBox{
background-color: #000;
display: block;
}
.galleries #categoriesBox {
background-color: #000;
display: block;
}
.galleries #featuredBox {
background-color: #000;
display: block;
}

#categoriesBox .boxTop {
display: none;
}

#categoriesBox .categoryDescription {
display: none;
background-color: #000;
}

.homepage #galleryTitle {
display: none;
}

/* hides your name (including any 's) */
#userName {
display: none;
}


/* hides the word home */
#userHome {
display: none;
}

#feeds {
display:none;
}

.gallery_7623193 .nophotos h3 {
display:none;
}

Comments

  • Options
    AllenAllen Registered Users Posts: 10,013 Major grins
    edited March 22, 2009
    pward76 wrote:
    I'm hoping that someone can take a look at my CSS code and see why the homepage slide show works in Firefox, but not in IE? Thanks very much
    ...
    Works here with IE6, must be a browser setting. Your show
    code looks good.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited March 22, 2009
    Works here in IE7 and FF3. I'd suggest clearing your cache on IE7 and then reinstalling Adobe flash. Only takes a few minutes.
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • Options
    pward76pward76 Registered Users Posts: 83 Big grins
    edited March 22, 2009
    jfriend wrote:
    Works here in IE7 and FF3. I'd suggest clearing your cache on IE7 and then reinstalling Adobe flash. Only takes a few minutes.

    Thanks gentlemen. I'll try that.
Sign In or Register to comment.