3 replies [Last post]
MeestorMac
Offline
Enthusiast
UK
Last seen: 14 years 48 weeks ago
UK
Timezone: GMT+1
Joined: 2007-04-16
Posts: 54
Points: 0

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;
}

Deuce
Deuce's picture
Offline
Guru
Somewhere, USA
Last seen: 5 years 36 weeks ago
Somewhere, USA
Timezone: GMT-5
Joined: 2005-11-20
Posts: 4424
Points: 1843

perhaps post a link?

perhaps post a link? possibly all of the css and html? maybe read a sticky or two?

all ยป http://dictionary.reference.com/browse/all

Google isn't a bunch of guys reading and grading web sites, it's more like a bunch of monkeys sniffing food and putting the good bananas at the top. -Triumph

thepineapplehead
thepineapplehead's picture
Offline
Moderator
Last seen: 47 weeks 3 days ago
Timezone: GMT+1
Joined: 2004-06-30
Posts: 9683
Points: 819

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?

Verschwindende wrote:
  • CSS doesn't make pies

MeestorMac
Offline
Enthusiast
UK
Last seen: 14 years 48 weeks ago
UK
Timezone: GMT+1
Joined: 2007-04-16
Posts: 54
Points: 0

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.