And cleared cache is this not right?
body {
background-image: url(../images/sys-bg-main.png);
no-repeat center top;
width: 100%;
margin:0px;
padding:0 0 50px 0;
}
But it is repeating the background...
And cleared cache is this not right? body { But it is repeating the background... Csampson |
I use this, just experiment with it, I put in the _footer.html I guess your trying to change the background right. <style>body{background: url("http://www.yourphoto/photos/bkg1.jpg") Top Center no-repeat;background-attachment:fixed; background-color:#ffffff;} ManOfTeal.COM a Proud UNA site, six years running strong! |
And cleared cache is this not right? body { But it is repeating the background... no-repeat;background-attachment:fixed ManOfTeal.COM a Proud UNA site, six years running strong! |
Yes and that did work thank you so much...Does this nav bar need a solid background? It looks different with the picture background... Csampson |
Does this nav bar need a solid background?
adjust the opacity, all 90's should be what you choose less is "less" lol The rgba would control the color. Again adjustments to taste..
div.sys_top_menu{filter:alpha(opacity=90); -moz-opacity:0.90; -khtml-opacity: 0.90; opacity: 0.90;} ManOfTeal.COM a Proud UNA site, six years running strong! |