Ok as I got no response from the original post, here's the same question put another way.
I have the background code sorted, just need to position another background element to the right hand side and fix it.
body {
background:#CCCCCC url(images/ft_bkg_gradient.png) repeat-x fixed left bottom;
margin:0px;
color:#484848;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.2em;
padding:0pt;
}
#man {
background:transparent url(images/man.png) no-repeat scroll right bottom;
bottom:0pt;
display:block;
height:355px;
position:fixed;
width:164px;
z-index:5;
}
perhaps post a link?
perhaps post a link? possibly all of the css and html? maybe read a sticky or two?
I am confused as to how
I am confused as to how this, what seems to be the second thread, was posted before the first?
I posted this to show the
I posted this to show the CSS and HTML of my problem along with current page views, but once I submitted the post the display went *beep*-up. Hence currently half a post.
I have managed to workout the background problem myself.