stas        2002/07/17 12:45:16

  Modified:    src      style.css
  Log:
  trying to solve the problem of the slow scrolling in IE5/win
  Submitted by: allan
  
  Revision  Changes    Path
  1.80      +10 -12    modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- style.css 15 Jul 2002 10:10:44 -0000      1.79
  +++ style.css 17 Jul 2002 19:45:16 -0000      1.80
  @@ -20,7 +20,7 @@
   
   /* opera */
   body[class="body-margins"] {
  -    width: auto !important; 
  +    width: auto !important;
   }
   
   p, dl, ul, ol  {
  @@ -140,22 +140,20 @@
   
   
   div.rightbox {
  -    position: relative;
  -    top: 0px;
  -    left: 0px;
  +    position: inherit; /*this can not be relative, absolute or unspecifed*/
       padding: 0px 0px 0px 0px;
  -    margin: 0px 0px 0px 196px; 
  +    margin: 0px 0px 0px 196px;
       border: 1px; /* this border MUST be _1px_ for ns4 */
       background-color: #ffffff;
       color: #000000;
   }
   
   div.footer {
  -    position: relative;
  +    position: inherit; 
       top: 0px;
       left: 0px;
       padding: 40px 50px 20px 50px;
  -    margin: 0px 0px 0px 196px; 
  +    margin: 0px 0px 0px 196px;
       border: 1px; /* this border MUST be _1px_ for ns4 */
       text-align: center;
       background-color: #ffffff;
  @@ -476,7 +474,7 @@
   
   
   /*** notorious space gif feat ***/
  -/* 
  +/*
   we use the html tag <small> for this feat, hence that tag wont work as normal
   we can [probably] use any non block tag we want
   */
  @@ -492,17 +490,17 @@
       font-family: helvetica, arial, verdana, sans-serif;
       font-size: 1px ;
       line-height: 1px;
  -    display: run-in ; 
  +    display: run-in ;
   }
   
   /* opera, ns6 display inline if you meet <small class="nbr"> , display must 
not be #inline" for opera*/
   small[class="nbr"] {
  -    display: block; 
  +    display: block;
   }
   
   /* for internet explorer 5.5 windows nt/2000, others? */
   small {
  -    display: none; 
  +    display: none;
   }
   
   /*** table styles, make them fit with the general design ***/
  @@ -528,4 +526,4 @@
   td.table-bg {
       background-color: #eeeeee;
       color: #000000;
  -}
  +}
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to