Hi zenners,
My picture shows the left sidebar border(grey) only goes down as far as the last catergory sidebox(new arrivals). I want to have it running down the whole way to the footer. my site is http://www.mydfashop.com/store
Thank you!!!
Hi zenners,
My picture shows the left sidebar border(grey) only goes down as far as the last catergory sidebox(new arrivals). I want to have it running down the whole way to the footer. my site is http://www.mydfashop.com/store
Thank you!!!
Use FireFox with firebug to see your choices.
I would lose the border on the sideboxes and put it on navColumnOne.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Kr,
Also you have some missing ; in the .css
Take a look and you will notice the missing ;.leftBoxContainer, .rightBoxContainer {
margin: 0em;
border: 0px solid #9a9a9a;
border-right: 1px solid #9a9a9a;
margin-top: 0em;
font-weight: bold}
.sideBoxContent {
background-color: #ffffff;
padding: 0.7em;
font-size: 14px
}
.accountQuantityDisplay {
width: 10%;
vertical-align: top
}
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Those missing semicolons are not essential (the CSS will be valid without them), but they are a minefield waiting for you to add another property after them so they can then trip you up with a genuine error.
Always using semicolons after property values means never suffering that fatal error.
@gjh42
Thanks for the update on the Css..
Just when I though I knew it, WHAM, another lesson...![]()
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting