well that certainly makes sense.
css:
body {
width: 100%;
margin: 10px 0 0 0;
min-width: 750px;
font: 10pt helvetica, arial, "sans serif";
background-color: #1D9CA7;
color: #ffffff;
scrollbar-face-color: #1D9CA7;
scrollbar-highlight-color: #1D9CA7;
scrollbar-shadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #1D9CA7;
scrollbar-darkshadow-color: #ffffff;
}
#left {
float:left;
border-right: 3px dotted #ffffff;
min-width: 225px;
height: 100%;
width: 33%; /* ie5win fudge begins */
voice-family: "\\"}\\"";
voice-family:inherit;
width: 33%;
}
html>body #content {
width: 33%; /* ie5win fudge ends */
}
#mid {
float:left;
min-width: 300px;
height: 100%;
width: 33%; /* ie5win fudge begins */
voice-family: "\\"}\\"";
voice-family:inherit;
width: 33%;
}
html>body #content {
width: 33%; /* ie5win fudge ends */
}
#right {
float:left;
border-left: 3px dotted #ffffff;
float: left;
height: 100%;
width: 33%; /* ie5win fudge begins */
voice-family: "\\"}\\"";
voice-family:inherit;
width: 33%;
}
html>body #content {
width: 33%; /* ie5win fudge ends */
}
html:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>FOCI Homepage</title>
<link rel="stylesheet" type="text/css" href="efoci.css" title="default">
</head>
<body>
<div id="left">
<h1>EFOCI - Studying The Ecosystem</h1>
<p>
this is the left column where foci overview data and maps are along with educational packet stuff. Headers are also links to portal for that section, in this case the educational page. <img class=left src="images/goamap.gif" /> here will also be maps, one look info type images.</p>
</div>
<div id="mid">
<div align="center" id="head">
<img src="images/efocibig.gif"/>
<a href="education.html"> LEARN </a><a href="work.html"> WORK </a><a href="references.html"> DATA </a><a href="contact.html"> PEOPLE </a><a href="links.html"> LINKS </a>
</div>
<h1>The Work And The Results</h1>
<p>this is the middle column where foci nuts and bolts, portal to seminars and other stuff</p>
</div>
<div id="right">
<h1>FOCI Information and Operations</h1>
<h2>Operations</h2>
<ul>
<li>Field Operations [<a href="seminarsched.html">at-sea info</a>]</li>
<li>Forms and Templates [<a href="publications.html">look at them</a>].
</ul>
<h2>Information</h2>
<ul>
<li>FOCI holds weekly lunchtime seminars at the Sandpoint facility [<a href="seminarsched.html">view the scehdule</a>]</li>
<li>Over XXX publications have been generated from FOCI research [<a href="publications.html">see the citations</a>].
</ul>
<h1>Data Resources</h1>
<h2>Databases</h2>
<ul>
<li>Get CTD data from the EPIC database [<a href="seminarsched.html">visit</a>]</li>
<li>Ichthyoplankton Cruise Catalog [<a href="fieldops.html">visit</a>].</li>
</ul>
</div>
</body>
</html>
saw a bit where a person used an "invisible" HR, but had some other problems, plus seemed like a hack. will I need a table here?
bill