View Full Version : Quick Menu help
quirk6
Feb-19-2007, 05:52 PM
I changed my css menu on my smugmug page. I got the menu working properly, but it is no longer centered and I would like to get it back in the middle. Also, I had my gallery categories hidden before and they have shown back up again, I would like them back out of sight. My address is http://adammorgansmith.smugmug.com
Thanks for the help
Allen
Feb-19-2007, 06:37 PM
I changed my css menu on my smugmug page. I got the menu working properly, but it is no longer centered and I would like to get it back in the middle. Also, I had my gallery categories hidden before and they have shown back up again, I would like them back out of sight. My address is http://adammorgansmith.smugmug.com
Thanks for the help
Try these
#tabsF {
width: 680px;
/* float:left; */
/* width:100%; */
background:transparent;
font-size:93%;
line-height:normal;
border-bottom:1px solid #666;
}
#tabsF ul {
margin-left: -20px;
/* margin:0; */
padding:10px 10px 0 50px;
list-style:none;
}
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
quirk6
Feb-19-2007, 07:16 PM
Thanks, that pretty much did the trick. The Gallery categories are gone and the menu is centered, although setting the width to 680px seems like more of a hack than a solution, I'd prefer the menu to be the same width as the banner, but this is much much better than before.
Thanks for the help again! I don't speak css very well, so I don't always get what's going on in there!
Allen
Feb-19-2007, 07:24 PM
Thanks, that pretty much did the trick. The Gallery categories are gone and the menu is centered, although setting the width to 680px seems like more of a hack than a solution, I'd prefer the menu to be the same width as the banner, but this is much much better than before.
Thanks for the help again! I don't speak css very well, so I don't always get what's going on in there!
Setting the width of the menu allows it to float centered under the banner.
Your menu width was something like 1900px by using width=100%
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.