I know it's hard to determine without seeing the actual site, but I don't
have a test site up yet. Just wondering if anyone can see anything
immediately wrong with the following CSS, in terms of it appearing in
Mozilla. It appears perfectly well in Safari.
#timelinebkgd {
background: url(images/timeline_bkgd.jpg);
width: 689px;
height:653px;
position:absolute;
top:24px;
left:12px;
z-index:5;
margin:0 auto;
text-align:center;
}

It applies to the following HTML:

<div id="timelinebkgd">
<p>Pan the timeline by dragging it horizontally</p>
        <div id="my-timeline"></div>
</div>

Any ideas as to what the problem could be? Thanks!
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to