On 1 Jun 2005, at 2:51 am, Paul Seale wrote:
#page_content_nf{
position:absolute;
width:528px;
height:450px;
left: 187px;
top: 79px;
overflow: auto;
margin: 0px;
background:url(../images/workingpage_03.jpg) no-repeat fixed;
}
In IE it shows up just fine, but in Fire Fox, it is like the background
starts with the back of the page, not where the div is. Help, please.
IE (win) is wrong. When you use 'background-attachment: fixed', the
background is attached in relation to the viewport.
<http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment>
you might be able to solve this by positioning the graphic where you
want your AP div to be :
background:url(../images/workingpage_03.jpg) no-repeat fixed 187px 79px;
(adding positioning co-ordinates).
IE (win) might not like that, tho........
See also the complex spiral demo
<http://www.meyerweb.com/eric/css/edge/complexspiral/demo.html>
Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com/>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/