Previous Message
Next Message

[css-d] IE 5, margin/padding of a span element

Sent by Brad Alan on 14 January 2003 01:01


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------=_NextPartTM-000-f8a31832-f79d-412f-811b-044ca35ce90d
Content-Type: text/plain

In IE5, I'm having problems applying a margin or padding to a span element.
I would like to apply a 10px margin (or padding) to this element.  It works
in most browsers I've test, but not IE5.  Can someone shed some light on
this situation for me?  Thanks.

--- sample ---

<span class="title">foo</span>

.title
{
  margin: 0 0 0 10px;
}

------=_NextPartTM-000-f8a31832-f79d-412f-811b-044ca35ce90d--
Previous Message
Next Message