View Full Version : Text Box
DavidS
Jun-12-2007, 05:29 PM
How do I create more space between the text box for my Bio and Guestbook and the Navbar?
What is the most common screen resolution now? I want to see how my website will appear to most people.
I can't get IE to work? How does it look in IE? Does the navbar still loop?
Allen
Jun-12-2007, 06:11 PM
How do I create more space between the text box for my Bio and Guestbook and the Navbar?
What is the most common screen resolution now? I want to see how my website will appear to most people.
I can't get IE to work? How does it look in IE? Does the navbar still loop? Set your bio gallery to journal style under customize gallery. It's in Smugmug
style and the description box is formated for a journal size page width.
Add the margin-bottom in bold below and remove the red, it's
duplicates the padding above.
/* style the outer div to give it width */
.menu {
margin: 0 auto;
margin-bottom: 20px;
z-index: 99;
padding:10px 0px 30px 0px; /* top right bottom left */
position:relative; /*Make the container moveable*/
width:625px; /*Main bar total width*/
_width:625px;
font-size:0.85em;
padding-bottom:30px; /*Padding between the bottom of your mainbar and the rest of your page */
}
DavidS
Jun-13-2007, 06:18 PM
Set your bio gallery to journal style under customize gallery. It's in Smugmug
style and the description box is formated for a journal size page width.
Add the margin-bottom in bold below and remove the red, it's
duplicates the padding above.
/* style the outer div to give it width */
.menu {
margin: 0 auto;
margin-bottom: 20px;
z-index: 99;
padding:10px 0px 30px 0px; /* top right bottom left */
position:relative; /*Make the container moveable*/
width:625px; /*Main bar total width*/
_width:625px;
font-size:0.85em;
padding-bottom:30px; /*Padding between the bottom of your mainbar and the rest of your page */
}
Thanks Allen. That fixed it.
How do I keep my Navbar from wrapping in IE? I tried what you suggested earlier and it still wraps. I thought I'd accounted for Contact, but I guess not.
Allen
Jun-13-2007, 06:45 PM
Thanks Allen. That fixed it.
How do I keep my Navbar from wrapping in IE? I tried what you suggested earlier and it still wraps. I thought I'd accounted for Contact, but I guess not.
Change the red width for IE not to wrap.
/* style the outer div to give it width */
.menu {
margin: 0 auto;
z-index: 99;
margin-bottom: 20px;
padding:10px 0px 30px 0px; /* top right bottom left */
position:relative; /*Make the container moveable*/
width:625px; /*Main bar total width*/
_width:750px;
font-size:0.85em;
}
DavidS
Jun-13-2007, 07:01 PM
Change the red width for IE not to wrap.
_width:750px;
font-size:0.85em;
}
Thanks
My dropdown navbar menu disapears before I can click on it in IE.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.