Previous Message
Next Message

Safari help!

Sent by Bruno Fassino on 30 January 2005 18:06


Donna Jones wrote:

> http://katahdininstitute.org/redesign/  The page isn't
> totally finished,
> as far as formatting the text and such.  It holds together in
> everything but Safari!

You have a table inside a content div, with no assigned width. While most
browsers expand the table to occupy all the available space, Safari seems to
shrink the table somewhat.  Adding:
#content table { width: 100%; }
makes Safari to work better, but I haven't looked at the details.

(As a side note you have a  span class="firstparagraph" wrapping a
paragraph. This is probably not causing problems now, but a span is an
inline element and cannot contain a block one, like a <p>.  If you really
need that wrapper then make it a div, instead of a span.)

Bruno

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: