<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Robert, <br>
<br>
use the ctCls (container class) property:<br>
<br>
<pre><code>{
    title: 'Footer',
    region: 'south',
    height: 150,
    minSize: 75,
    maxSize: 250,
    cmargins: '5 0 0 0',
    ctCls: 'footer-container'
}</code></pre>
<br>
and a CSS like<br>
<br>
<pre><code>.footer-container {
  /* style as usual */ 
}


</code></pre>
Hope that helps,<br>
Marc<br>
<br>
<br>
<br>
On 08.09.2010 09:29, Robert Buckley wrote:
<blockquote cite="mid:534592.17111.qm@web24106.mail.ird.yahoo.com"
 type="cite">
  <pre wrap="">Hi,

I would like to build a nice header including graphics and text. How do I go 
about styling a region in a viewport. I have managed to include text my giving 
the ContentEL: "header" element to the "northpanel", but if I create a div with 
the id "header" the style is not generated.

What is the best way to achieve this?

Yours and thanks,

Robert


_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@geoext.org">Users@geoext.org</a>
<a class="moz-txt-link-freetext" href="http://www.geoext.org/cgi-bin/mailman/listinfo/users">http://www.geoext.org/cgi-bin/mailman/listinfo/users</a>

  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 

  .................................................................
   Karten im (Inter|Intra)net?
   
   OpenLayers - Webentwicklung mit dynamischen Karten und Geodaten 
   von M. Jansen und T. Adams, OpenSourcePress, M&uuml;nchen.

   ISBN: 978-3-937514-92-5 
   URL:  <a class="moz-txt-link-freetext" href="http://openlayers-buch.de">http://openlayers-buch.de</a>
  .................................................................


  Dipl.-Geogr. Marc Jansen
  - Anwendungsentwickler -

  terrestris GmbH &amp; Co. KG
  Irmintrudisstra&szlig;e 17
  53111 Bonn

  Tel:    ++49 (0)228 / 96 28 99 -53
  Fax:    ++49 (0)228 / 96 28 99 -57

  Email:  <a class="moz-txt-link-abbreviated" href="mailto:jansen@terrestris.de">jansen@terrestris.de</a>
  Web:    <a class="moz-txt-link-freetext" href="http://www.terrestris.de">http://www.terrestris.de</a>

  Amtsgericht Bonn, HRA 6835
  Komplement&auml;rin:  terrestris Verwaltungsgesellschaft mbH
  vertreten durch: Hinrich Paulsen, Till Adams  

</pre>
</body>
</html>