On Mon, Jun 22, 2009 at 8:15 AM, Ellen Heitman<[email protected]> wrote:
> #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;
> }
>
> Any ideas as to what the problem could be? Thanks!

The only thing I see is margin:0 auto; is redundant when you are using
position:absolute (positioning takes precedence).

Other than that we do really need a URL to figure it out. Probably
some other parent element is causing the issue?

- divya
______________________________________________________________________
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