flash problem
gateway photo
Registered Users Posts: 7 Beginner grinner
I tried to follow the flash homepage but for some reason when I click on galleries it taking me to my homepage (BIO) and the only way to see my galleries is to check mark it as well as bio and then they both come up at home or galleries. any ideas, thanks Tom www.gatewayphoto.com also when you click on my slide show it takes you to smugmugs homepage and I would like it to go to my galleries
0
Comments
down to "The Galleries Page" sections and add the javascript and CSS.
Howdy Neighbor
My Website index | My Blog
#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: #036;
}
#navcontainer ul li a:hover {
color: #fff;
background-color: #369;
}
#bioBox .photo {
display: none;
}
#userBio {
text-align: center !important;
}
.homepage #featuredBox {display:none;}
.galleries #categoriesBox {display:block !important;}
does any of this look right?
Add to CSS In your bio show code change this
clickUrl: 'http://www.smugmug.com',
to this
clickUrl: '/galleries',
My Website index | My Blog