- From: Sheridan Gove <sgove@frametech.com>
- Date: Fri, 19 Jan 2001 13:18:54 -0500
- To: "'www-style@w3.org'" <www-style@w3.org>
I am having difficulty with Netscape 6 recognizing certain attributes of the
span tag.
I have a span element and desire the following results. I need to set the
width, height and margin-bottom.
The Code (proper tag format <> removed for display only)
STYLE type="text/css"
#Button0{width: 75; height: 25; margin-bottom: 5;}
#Button1{width: 75; height: 25; margin-bottom: 5;}
#Button2{width: 75; height: 25; margin-bottom: 5;}
/STYLE
In IE all these attributes are recognized. In NS6 however none of them are
recognized. NS6 will recognize margin-left and margin-right. If margin only
is set then only left and right are effected.
I need to know if this is a bug or if NS6, and style standards do not allow
a span tag to have height, width and margin settings.
Thank You
Sheridan Gove
Received on Friday, 19 January 2001 13:35:25 UTC