Cкролинг в отдельной ячейке таблицы> Если Известен Точно Желаемый Размер Ячейки, То В Нее Придется Вписать Блок - <Div> В Простейшем Случае, И Уже Ему Назначать Overflow.
СПАСИБО!!! Получилось!
Вот код того, что мне было нужно.
<html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <script language="JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); // --> </script> </head>
<body bgcolor="#FFFFFF" text="#000000"> <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"> <tr> <td align="center" valign="middle"> <table width="550" border="0" cellspacing="0" cellpadding="0" height="550"> <tr bgcolor="#00CCCC"> <td width="140" height="140"> </td> <td width="140" height="140"> </td> <td width="140" height="140"> </td> <td width="140" height="140"> </td> </tr> <tr> <td width="140" height="140" bgcolor="#009933"> </td> <td colspan="3" rowspan="3" align="center" height="420"> <div id="Layer1" style="width:397px; height:404px; visibility: visible; overflow: scroll">This article is based on a MEDLINE search from 1985 to 2000. MeSH words used were mould (mold), fungus, indoor air, and health effects. Studies that attempted to control for confounding variables and that relied on at least some objective measures of exposure or outcome were given priority. Recent review articles and consensus reports were also consulted. <p>Several studies on how exposure to fungi in indoor air affects health have been published over the past two decades, the vast majority of which are case reports and case-control and cross-sectional studies. Because moisture is crucial to mold growth, many of these studies also examined the effects of dampness; it is often difficult to dissociate these two factors. Other problems with epidemiologic studies dealing with exposure to mold in indoor air include difficulty in quantifying exposures; difficulty in identifying precise outcome measures; and presence of confounding variables, such as tobacco smoke and pets.2,3</p> <p>The recent publication of well designed studies and comprehensive literature reviews suggests a causal relationship between exposure to mold or dampness indoors and development or exacerbation of respiratory symptoms and asthma.4-15</p> <p>Fungi in indoor air </p> <p>Where do they come from? The fungi that affect indoor air quality are multicellular organisms formed of microscopic branched filaments called hyphae. A visible colony of interwoven hyphae forms a mycelium, and the mycelioid fungi most commonly found indoors are called molds12; the terms fungus and mold will be used interchangeably in this article. </p> <p>When windows can be kept open, the kind of fungi in indoor air normally reflect those in <br> </p> </div> </td> </tr> <tr> <td width="140" height="140" bgcolor="#009933"> </td> </tr> <tr> <td width="140" height="140" bgcolor="#009933"> </td> </tr> </table> </td> </tr> </table> </body> </html> |