hankfannin@adelphia.net
Aug-17-2006, 11:53 AM
Andy, After hrs. of trial and error I think I've figured out how to make centered nav bars. What I can't figure out or find is how to position the nav bar on my page. I want it just above the Gallery section ( body I guess). Got any links that show how to do this?
Hank Fannin
/* kill words gallery categories on homepage */
#categoryTitle {display:none;}
/* hides your name (including any 's) */
#userName {
display: none;
}
/* hides the word home */
#userHome {
display: none;
}
/* removes the 's */
.possess {
display: none;
}
/* removes the word categories on category pages */
.category .boxTop {display:none;}
Hank Fannin
/* kill words gallery categories on homepage */
#categoryTitle {display:none;}
/* hides your name (including any 's) */
#userName {
display: none;
}
/* hides the word home */
#userHome {
display: none;
}
/* removes the 's */
.possess {
display: none;
}
/* removes the word categories on category pages */
.category .boxTop {display:none;}