<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV dir=ltr align=left><SPAN class=572332423-13062006><FONT face=Arial 
color=#0000ff size=2>Danna,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=572332423-13062006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=572332423-13062006><FONT face=Arial 
color=#0000ff size=2>As far as I know, the stylesheet of the samples works. So 
there may be something wrong with your paths. Be aware the path to the 
stylesheet is relative to the htdocs directory, not to the template directory. 
Can you double-check the path to the stylesheet as it appears in the source-code 
of the loaded application in IE?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=572332423-13062006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=572332423-13062006><FONT face=Arial 
color=#0000ff size=2>Theoretically, if the paths is OK for mozilla, then it 
should be for IE. The only difference I now of between the two is having 
excessive slashes. Mozilla is fine with that, but IE can have trouble. I suggest 
you check the value of "web_server_path" in chameleon.xml (in /config). If there 
is a trailing slash, remove it. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=572332423-13062006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=572332423-13062006><FONT face=Arial 
color=#0000ff size=2>If there are still problems, please let us know the paths 
to your template, htdocs, and stylesheet. Also, the URL to the stylesheet as it 
appears in the page.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=572332423-13062006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=572332423-13062006><FONT face=Arial 
color=#0000ff size=2>regards,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=572332423-13062006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=572332423-13062006><FONT face=Arial 
color=#0000ff size=2>Jacob</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=572332423-13062006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=572332423-13062006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV><BR>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> chameleon-bounces@lists.maptools.org 
  [mailto:chameleon-bounces@lists.maptools.org] <B>On Behalf Of </B>Danna 
  Dowdy<BR><B>Sent:</B> 13 June 2006 19:13<BR><B>To:</B> 
  chameleon@lists.maptools.org<BR><B>Subject:</B> [Chameleon] ie stylesheet 
  problems??<BR></FONT><BR></DIV>
  <DIV></DIV>&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></BLOCKQUOTE></BODY></HTML>