homepage slide show works in Firefox, not IE
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;
}
#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;
}
0
Comments
code looks good.
My Website index | My Blog
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Thanks gentlemen. I'll try that.