I would just like to pick at some of your brains. I was just wondering if by any chance this can be done. Hi members I would like to make a website that is say for instance a picture frame. So when you go to the home page a picture frame will apear. Only when you scroll down the picture farme stays in place but the content on the picture will scroll down instaed of the actual picture frame. I hope I have explaind myself properly, I think you will get where I am coming from. if theis can be done can you please explain to me how I would go about doing it as I cant seem to figure it out. Thanks in advance Steve
well i think that if you put the pic on a div and on the next div you put the text and overflow scroll the the text will scroll down and the pic will remain the same it's not that pretty but it's a solution
I've seen it somewhere http://www.oscarartfurniture.com/indonesia.php?p=p12_antiquebedside Check out the left menu.
it's dead simple. and yeah, it can be done. Easy with css. TOOLS: -fixed positioning. -width-height!00% ++ x or y repeat of a pattern to fill the space between the corner accents. -9 slice scaling for the picture fram so that it resizes with the browser. -z indexing -may have to do a -margin in some browsers... Put the graphics in one div, then another on top with the info for the frame, set it as fixed and use the 9 slice scaling so that the corners are set in the corners and they have 100% fill divs between them, prlly want to stretch a little pattern or something for that. hope that helps.