Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1413 Is there a way to address stylesheet classes in Netscape Navigator?

You are here: irt.org | FAQ | DHTML | Q1413 [ previous next ]

You might be able to do this with Netscape Navigator 4 JavaScript Style Sheets:

<style type="text/javascript"><!--
  classes.huge.P.fontSize = "32pt"
//--></style>

<p class="huge">
This  should be huge
</p>

©2018 Martin Webb