PDA

View Full Version : Alignment Problem


kristen16
05-28-2008, 07:27 PM
On my website, http://www.sunshinesolarservices.com, i'm having a bit of trouble fixing the alignment on the right navigation. How do i fix it?

jcdevelopment
05-28-2008, 07:31 PM
how is it suppose to look, or what are the problems?

jessnoonyes
05-28-2008, 11:35 PM
You mean the vertical bars that are off a little bit? You can try to push them over a little bit in the CSS

td.B5 {
background:transparent url(../images/slices/slice_13.jpg) repeat-y scroll 0%;
border-style:solid;
border-width:0pt;
height:100%;
padding:0px;
width:13px;
margin-right:2px;
}


td.B7 {
background:transparent url(../images/slices/sliceB_15.jpg) repeat-y scroll 0%;
border-style:solid;
border-width:0pt;
height:100%;
padding-bottom:0px;
padding-top:0px;
width:34px;
margin-right:2px;
}