> 1) In FF the line is breaking well short of the clock div.  I tried putting a 
> margin-left on the clock div but that did no good so I'm guessing there's 
> something else that's causing that problem.  That part of the page renders ok 
> in IE7.

FF seems to be doing it right.  #clock_reset_button is what's causing
the gap to the left of the clock.  You're using relative positioning
to move it to the right, but when you use relative positioning, other
things (the text in this case) still flow around its original
location.  As far as that text is concerned, #clock_reset_button is
still 111px farther to the left.  I'd recommend using something other
than relative positioning to get that button where it belongs.  Don't
have time right now to figure out what would work tho.  Maybe someone
else will.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to