Re: [css-d] Weird attribute

2006-07-06 Thread francky
Skip Knox wrote:

>I can confirm that this is a font name. I actually saw it once. It was a
>very small font of fixed size that a designer used in a footer. But that
>was done in a graphic.
>
>Technically it should indeed have quotes around it, but in this case
>it's moot because hardly anyone's going to have that font anyway!
>  
>
Yes: double confirmed. Google "standard 07_55" **and first hit ...
http://www.miniml.com/fonts/font/standard_07_55/index.htm :-)

Greetings,
francky
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


Re: [css-d] Weird attribute

2006-07-05 Thread Skip Knox
I can confirm that this is a font name. I actually saw it once. It was a
very small font of fixed size that a designer used in a footer. But that
was done in a graphic.

Technically it should indeed have quotes around it, but in this case
it's moot because hardly anyone's going to have that font anyway!



Skip Knox
Boise State University
[EMAIL PROTECTED]


>>> "Michael Landis" <[EMAIL PROTECTED]> 07/05/06 12:57 PM >>>
On 7/5/06, Brian Cummiskey <[EMAIL PROTECTED]> wrote:
> I just stumbled upon this in some (mostly table-based) code i'm
> updating, and I've never seen anything like it before.
>
> table, td {
>   font:normal 11px Arial,sans-serif;
>   font:normal 8px standard 07_55,Tahoma,Arial,sans-serif;
>   color: #000;
> }
>
> What does  "07_55" and "standard" do, and does it over-ride the 11px
> statement above?  Is this some hack?

It actually looks like a mistake. :-) The only properties permitted
after the font size is the line height, only if there is a slash
between the two, then font families. Probably this defines a font
family named "standard 07_55", but they forgot to add the obligatory
quotation marks around it. Looks like a unix-style bitmap font name,
to me.

Michael
__
css-discuss [EMAIL PROTECTED] 
http://www.css-discuss.org/mailman/listinfo/css-d 
IE7b2 testing hub -- 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/
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


Re: [css-d] Weird attribute

2006-07-05 Thread Michael Landis
On 7/5/06, Brian Cummiskey <[EMAIL PROTECTED]> wrote:
> I just stumbled upon this in some (mostly table-based) code i'm
> updating, and I've never seen anything like it before.
>
> table, td {
>   font:normal 11px Arial,sans-serif;
>   font:normal 8px standard 07_55,Tahoma,Arial,sans-serif;
>   color: #000;
> }
>
> What does  "07_55" and "standard" do, and does it over-ride the 11px
> statement above?  Is this some hack?

It actually looks like a mistake. :-) The only properties permitted
after the font size is the line height, only if there is a slash
between the two, then font families. Probably this defines a font
family named "standard 07_55", but they forgot to add the obligatory
quotation marks around it. Looks like a unix-style bitmap font name,
to me.

Michael
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


[css-d] Weird attribute

2006-07-05 Thread Brian Cummiskey
I just stumbled upon this in some (mostly table-based) code i'm
updating, and I've never seen anything like it before.

table, td {
  font:normal 11px Arial,sans-serif;
  font:normal 8px standard 07_55,Tahoma,Arial,sans-serif;
  color: #000;
}

What does  "07_55" and "standard" do, and does it over-ride the 11px
statement above?  Is this some hack?

Thanks for the info.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/