<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
&nbsp;I have an external stylesheet that I am linking to from within the
main html template that contains style information for a header and
footer that I have added to my mapping application (the header and
footer code has been added directly to the html template), if I view
the html page directly in any browser, the header and footer render
fine.&nbsp; When I view the phtml template which calls the html template in
Mozilla, it looks fine...but in IE, the header and footer are messed
up.&nbsp; The code for the header and footer are used in another web
application that we maintain here and there are no problems with it in
any browser, so I am a little lost here!<br>
<br>
Also, the sample stylesheet for the map section of the page (the one
that came with chameleon) seems to have problems in IE as well.&nbsp; For
example, the pan arrows are all in the top left corner of the main map
layer among other things.&nbsp; I have searched for an answer to this with
no success so if anyone can help, please let me know.&nbsp; Thanks.<br>
<br>
<b>stylesheet link from within the html template...</b><br>
&lt;link href="ohh_gis.css" rel="stylesheet" type="text/css"&gt;<br>
&lt;link href=<a class="moz-txt-link-rfc2396E" href="http://hml.noaa.gov/css/stylesheet.css">"http://hml.noaa.gov/css/stylesheet.css"</a> rel="stylesheet"
type="text/css"&gt; <br>
<br>
<b>stylesheet used for mapping section...</b><br>
#NavToolsLayer {<br>
&nbsp; position:fixed;<br>
&nbsp; background-color:#ffffff;<br>
&nbsp; left:10px;<br>
&nbsp; top:107px;<br>
&nbsp; width:380px;<br>
&nbsp; height:30px;<br>
&nbsp; padding:0px;<br>
&nbsp; margin:0px;<br>
&nbsp; z-index:0;<br>
}<br>
<br>
#TimeFilterLayer {<br>
&nbsp;position:absolute;<br>
&nbsp;background-color:#ffffff;<br>
&nbsp;left:10px;<br>
&nbsp;top:107px;<br>
&nbsp;width:622;<br>
&nbsp;height:30px;<br>
&nbsp;padding:0px;<br>
&nbsp;margin:0px;<br>
&nbsp;z-index:1;<br>
}<br>
<br>
#LegendImagesLayer {<br>
&nbsp;position:absolute;<br>
&nbsp;background-color:#ffffff;<br>
&nbsp;float:right;<br>
&nbsp;left:815px;<br>
&nbsp;top:147px;<br>
&nbsp;margin:0px;<br>
}<br>
<br>
<br>
#LegendLabelLayer {<br>
&nbsp; position:absolute;<br>
&nbsp; background-color:#ffffff;<br>
&nbsp; left:635px;<br>
&nbsp; top:147px;<br>
&nbsp; width:180px;<br>
&nbsp; height:20px;<br>
&nbsp; margin:0px;<br>
&nbsp; z-index:1;<br>
}<br>
<br>
<br>
#LegendLayer {<br>
&nbsp; position:absolute;<br>
&nbsp; background-color:#ffffff;<br>
&nbsp; border:1px solid #cccccc;<br>
&nbsp; left:635px;<br>
&nbsp; top:196px;<br>
&nbsp; width:174;<br>
&nbsp; height:380px;<br>
&nbsp; padding:2px 2px 2px 2px;<br>
&nbsp; margin:0px;<br>
&nbsp; z-index:1;<br>
&nbsp; overflow:auto;<br>
}<br>
<br>
#ScaleZoomLayer {<br>
&nbsp; padding:0px;<br>
&nbsp; margin:0px;<br>
&nbsp; position:absolute;<br>
&nbsp; left:635px;<br>
&nbsp; top:592px;<br>
&nbsp; width:180px;<br>
&nbsp; height:50px;<br>
&nbsp; z-index:1;<br>
}<br>
<br>
#UpdateLayer {<br>
&nbsp;padding:0px;<br>
&nbsp;margin:0px;<br>
&nbsp;position:absolute;<br>
&nbsp;left:635px;<br>
&nbsp;top:737px;<br>
&nbsp;width:180px;<br>
&nbsp;height:20px;<br>
&nbsp;z-index:1;<br>
}<br>
<br>
#MainMapLayer {<br>
&nbsp; padding:0px;<br>
&nbsp; margin:0px;<br>
&nbsp; position:absolute;<br>
&nbsp; left:25px;<br>
&nbsp; top:163px;<br>
&nbsp; z-index:1;<br>
&nbsp; border: 0px none #000000;<br>
}<br>
<br>
#PanArrowsLayer {<br>
&nbsp; padding:0px;<br>
&nbsp; margin:0px;<br>
&nbsp; position:absolute;<br>
&nbsp; left:10px;<br>
&nbsp; top:147px;<br>
&nbsp; width:620px;<br>
&nbsp; height:620px;<br>
&nbsp; z-index:0;<br>
&nbsp; background-color: cccccc;<br>
&nbsp; layer-background-color: cccccc;<br>
&nbsp; border: 0px none #000000;<br>
}<br>
<br>
#MapInfoLayer {<br>
&nbsp;padding:0px;<br>
&nbsp;margin:0px;<br>
&nbsp;position:absolute;<br>
&nbsp;left:10px;<br>
&nbsp;top:780px;<br>
&nbsp;width:805px;<br>
&nbsp;z-index:1;<br>
}<br>
<br>
#FooterLayer {<br>
&nbsp;padding:0px;<br>
&nbsp;margin:0px;<br>
&nbsp;position:absolute;<br>
&nbsp;top:950px;<br>
&nbsp;left:250px;;<br>
}<br>
<br>
<br>
div#gis_box {<br>
&nbsp;background-color:#FFFFFF;<br>
&nbsp;border:1px solid #cccccc;<br>
&nbsp;padding:2px 2px 2px 2px;<br>
}<br>
<br>
table#gis_themes {<br>
background-color:#E0E5D9;<br>
border-style:hidden;<br>
}<br>
<br>
<br>
.toprow {<br>
&nbsp;vertical-align:top;<br>
}<br>
<br>
.middlerow {<br>
&nbsp;vertical-align:middle;<br>
}<br>
<br>
.bottomrow {<br>
&nbsp;vertical-align:bottom;<br>
}<br>
<br>
<br>
<br>
.topright {<br>
&nbsp;text-align:right;<br>
}<br>
<br>
.topcenter {<br>
&nbsp;text-align:center;<br>
}<br>
<br>
.topleft {<br>
&nbsp;text-align:left;<br>
}<br>
<br>
.middleright {<br>
&nbsp;text-align:right;<br>
}<br>
<br>
.middlecenter {<br>
&nbsp;text-align:center;<br>
}<br>
<br>
.middleleft {<br>
&nbsp;text-align:left;<br>
}<br>
<br>
.bottomright {<br>
&nbsp;text-align:right;<br>
}<br>
<br>
.bottomcenter {<br>
&nbsp;text-align:center;<br>
}<br>
<br>
.bottomleft {<br>
&nbsp;text-align:left;<br>
}<br>
<br>
<br>
<br>
.grey_border {<br>
&nbsp; border: 1px solid #cccccc;<br>
}<br>
<br>
.label<br>
{<br>
&nbsp; font-family: Arial, Helvetica, sans-serif;<br>
&nbsp; font-size: 10px;<br>
&nbsp; color: #333333;<br>
}<br>
<br>
<br>
.input<br>
{<br>
&nbsp; font-family: Arial, Helvetica, sans-serif;<br>
&nbsp; font-size: 30px;<br>
&nbsp; font-weight: bold;<br>
&nbsp; color: #000000;<br>
&nbsp; border-width: 0px;<br>
&nbsp; background-color: #ffffff;<br>
}<br>
<br>
</body>
</html>