phwayne
Sep-01-2008, 06:55 PM
The home page on my site has the BioBox with the Shizam slide show. This is fine.
Directly below, the "Galleries Categories" box is displayed. How can I NOT display?
I tried:
.homepage,#galleries {
display: none;
}
This blocked BOTH the bioBox and galleries on the home page.
See
peterwayne.smugmug.com
Here is the CSS code:
#userBio {
text-align: center;
}
#bioBox .photo {
display: none;
}
#bioBox .boxBottom {
background: none;
border: none;
}
#bioBox .boxTop {
display: none;
}
#homepage,#bioBox {
margin: 0 auto;
width: 620px;
}
Directly below, the "Galleries Categories" box is displayed. How can I NOT display?
I tried:
.homepage,#galleries {
display: none;
}
This blocked BOTH the bioBox and galleries on the home page.
See
peterwayne.smugmug.com
Here is the CSS code:
#userBio {
text-align: center;
}
#bioBox .photo {
display: none;
}
#bioBox .boxBottom {
background: none;
border: none;
}
#bioBox .boxTop {
display: none;
}
#homepage,#bioBox {
margin: 0 auto;
width: 620px;
}