Does this work?
.announce { clear:both;position:absolute;align:center;color:white;top:
120px;font-weight:bold;text-align:center;}
your proposed chance breaks it for me with chrome.
On Dec 11, 12:11 pm, Jim Gregory <[email protected]> wrote:
> Changing the "announce" class specification on line 13 in examples.css
> from :
>
> .announce { position:absolute;align:center;color:white;top:120px;font-
> weight:bold;text-align:center;}
>
> to:
> .announce {clear:both;color:white;top:120px;font-weight:bold;text-
> align:center;}
>
> takes care of the problem for me.
>
> -Jim
>
> On Dec 10, 6:02 pm, Stefan Scholl <[email protected]> wrote:
>
>
>
>
>
>
>
> > Massimo Di Pierro <[email protected]> wrote:
>
> > > The new web site layout needs work but we put it out there hoping for
> > > more feedback.
>
> > The announcement "2011 BOSSIE AWARD FOR OPEN SOURCE DEVELOPMENT
> > SOFTWARE" is cut off and too far on the right in Firefox 9.0 Beta
> > on Mac OS X 10.6.
>
> > Haven't found a good solution, but if you add a <br clear="all" />
> > before the announce DIV, the text is centered again.