The Wayback Machine - https://web.archive.org/web/20090216170842/http://www.webreference.com:80/html/tutorial22/6.html


spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / html / tutorials / 22 / 6

index12345678

Tutorial 22: The Font of Foulness, Part I: Size Matters

Developer News
Open Source ECM Growing Up
Android's Second Act, G2 Rumors Heat Up
Eclipse Rolls Out PHP Development Tools 2.0

Using larger and smaller

Another idea is to use the smaller and larger values for font-size. This works fine in Internet Explorer, with a direct correspondance between FONT relative sizes and font-size relative sizes. The following example illustrates this:

<TABLE>
<TR>
<TD>
 <SMALL><SMALL>
  Foobar SS
 </SMALL></SMALL>
</TD>
<TD>
 <SPAN STYLE="font-size: smaller"><SPAN STYLE="font-size: smaller">
  Foobar ss
 </SPAN></SPAN>
</TD>
</TR>
<TR>
<TD>
 <SMALL>
  Foobar S
 </SMALL>
</TD>
<TD>
 <SPAN STYLE="font-size: smaller">
  Foobar s
 </SPAN>
</TD>
</TR>
<TR>
<TD>
  Foobar
</TD>
<TD>
  Foobar
</TD>
</TR>
<TR>
<TD>
 <BIG>
  Foobar B
 </BIG>
</TD>
<TD>
 <SPAN STYLE="font-size: larger">
  Foobar l
 </SPAN>
</TD>
</TR>
<TR>
<TD>
 <BIG><BIG>
  Foobar BB
 </BIG></BIG>
</TD>
<TD>
 <SPAN STYLE="font-size: larger"><SPAN STYLE="font-size: larger">
  Foobar ll
 </SPAN></SPAN>
</TD>
</TR>
<TR>
<TD>
 <BIG><BIG><BIG>
  Foobar BBB
 </BIG></BIG></BIG>
</TD>
<TD>
 <SPAN STYLE="font-size: larger"><SPAN STYLE="font-size: larger">
 <SPAN STYLE="font-size: larger">
  Foobar lll
 </SPAN></SPAN></SPAN>
</TD>
</TR>
<TR>
<TD>
 <BIG><BIG><BIG><BIG>
  Foobar BBBB
 </BIG></BIG></BIG></BIG>
</TD>
<TD>
 <SPAN STYLE="font-size: larger"><SPAN STYLE="font-size: larger">
 <SPAN STYLE="font-size: larger"><SPAN STYLE="font-size: larger">
  Foobar llll
 </SPAN></SPAN></SPAN></SPAN>
</TD>
</TR>
</TABLE>
Foobar SS Foobar ss
Foobar S Foobar s
Foobar Foobar
Foobar B Foobar l
Foobar BB Foobar ll
Foobar BBB Foobar lll
Foobar BBBB Foobar llll

If you're viewing this page with Navigator 4, you'll notice that it gets the sizes completely wrong; it seems that larger is interpreted as x-large and smaller as x-small, no matter what the font size of the parent element is. So, we're still stuck without a good solution for emulating FONT elements in CSS.

index12345678

http://www.internet.com/

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Copyright 2008 Jupitermedia Corporation All Rights Reserved.

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

webref The latest from WebReference.com Browse >
Introducing the ASP.NET Ajax Frameworks · Windows Forms: Applications · Building a Client-Side Ajax Cache
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Indispensable Open Source Network Security Apps · Survey: Business Outpaces Consumer Adoption of IP Phones · Review: Elektron 2.0 RADIUS Server

Legal Notices.

URL: http://www.webreference.com/html/tutorial22/6.html

Produced by Stephanos Piperoglou
Created: June 14, 2000
Revised: June 15, 2000

Morty Proxy This is a proxified and sanitized view of the page, visit original site.