View Full Version : need help with blog on navbar
magicpic
Sep-13-2008, 07:03 PM
I added the blog into my navbar but would like to move it behind guestbook
http://www.photographybywidget.com/ thanks janis
Allen
Sep-13-2008, 07:15 PM
I added the blog into my navbar but would like to move it behind guestbook
http://www.photographybywidget.com/ thanks janis
It's is wrapping to two lines because the nav container is too narrow. Add
some width, see red, and it'll pop to one line.
/* Common Styling */
#navcontainer {
position:relative;
display:block;
z-index:99;
padding:10px 0px 30px 0px; /* spacing around menu - top right bottom left */
height: 20px; /* menu container */
width: 610px; /* width of menu - minimize this untill doesn't wrap to two lines - too large effects
centering */
_width: 560px; /* width for IE */
margin:0 auto; /* this should center navbar */
}
magicpic
Sep-13-2008, 07:24 PM
It's is wrapping to two lines because the nav container is too narrow. Add
some width, see red, and it'll pop to one line.
/* Common Styling */
#navcontainer {
position:relative;
display:block;
z-index:99;
padding:10px 0px 30px 0px; /* spacing around menu - top right bottom left */
height: 20px; /* menu container */
width: 610px; /* width of menu - minimize this untill doesn't wrap to two lines - too large effects
centering */
_width: 560px; /* width for IE */
margin:0 auto; /* this should center navbar */
}
thanks allen...your the greatest janis
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.