On Thu, Feb 21, 2008 at 8:17 PM, Cory Shubert <[EMAIL PROTECTED]> wrote:
> Hi list memebers, maybe someone can help me figure out why this won't
>  work in Firefox but does in IE6.
>
>  This is splash page that is called via Java in a booking process..
>
>  CSS:
>
>  <style type="text/css">
>  #splash {
>   width:100%;
>   margin:0 auto;
>   margin-top:60px;
>   text-align:center;
>  }

It could be that the latter margin-top declaration is overwriting the
former one.
You should have margin: 60px auto 0 auto;

Firefox is more strict that IE6 in these issues.
______________________________________________________________________
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