template-header

This commit is contained in:
Juti Noppornpitak 2007-03-18 16:17:31 +00:00
parent e26a0c112e
commit 05ce0368d3
2 changed files with 10 additions and 0 deletions

View File

@ -132,6 +132,8 @@
</xsl:template>
<xsl:template match="header" name="header">
<div class="webtitle"><a href="/" alt="Back to the top page"><img
src="/logos/csc_title.png"/></a></div>
<table cellspacing="0" cellpadding="2" border="0" width="100%"
class="template-header">
<tr>

View File

@ -37,6 +37,14 @@ p {
.template-header {
border-bottom:1px solid #ccc;
/*background-color:#cee6ff;*/
margin-top:100px;
}
.webtitle {
position:absolute;
top:0;
left:0;
background-color:#215498;
}
.menuspace {