<!-- Nav 4 has problems rendering differnt coloured borders -
   -->

<html>

  <head>
    <meta http-equiv="content-type" content="text/html;chars-
       et=iso-8859-1">
    <title>DHTML for the WWW | Decorating an Element's Borde-
       r</title>
        <style media="screen" type="text/css"><!--
          .frame {
            border-style: inset;
             border-color:  #ff0000;
             border-width:10px; }
          p.frame {
            border-style: inset;
             border-color:  red; 
            border-top-width: 1px; 
            border--bottomwidth: 2px; 
            border-left-width: 4px; 
            border-right-width: 8px; 
            padding: 5px; }
--></style>
    </head>
  <body>
    <div class="frame">
    <img src="alice06.gif" width="200" height="245">
    </div>
    <p class="frame">Alice was not a bit hurt, and she jumpe-
       d up on to her feet in a moment: she looked up, but i-
       t was all dark overhead; before her was another long -
       passage, and the White Rabbit was still in sight, hur-
       rying down it. There was not a moment to be lost: awa-
       y went Alice like the wind, and was just in time to h-
       ear it say, as it turned a corner, 'Oh my ears and wh-
       iskers, how late it's getting!' She was close behind -
       it when she turned the corner, but the Rabbit was no -
       longer to be seen: she found herself in a long, low h-
       all, which was lit up by a row of lamps hanging from -
       the roof.</p>
    </body>

</html>