This commit is contained in:
Juti Noppornpitak 2007-03-18 15:43:24 +00:00
parent 29a205de34
commit c0c315d2ab
2 changed files with 10 additions and 4 deletions

View File

@ -110,7 +110,7 @@
</xsl:template>
<xsl:template match="menuitem">
<td bgcolor="#cccccc" class="menuitem button">
<td class="menuitem button">
<a href="{@href}"><img border="0" src="/buttons/{@icon}.png"
width="40" height="40" alt="" /><!--</a>--><br />
<!--<a href="{@href}">--><xsl:value-of select="@title"/></a>
@ -118,11 +118,13 @@
</xsl:template>
<xsl:template match="menudefs">
<table cellspacing="1" cellpadding="3" border="0" bgcolor="black" align="center" class="menu">
<div class="menuspace">
<table class="menubar">
<tr>
<xsl:apply-templates select="menuitem"/>
</tr>
</table>
</div>
</xsl:template>
<xsl:template match="menu" name="menu">

View File

@ -39,8 +39,12 @@ p {
/*background-color:#cee6ff;*/
}
.menu {
background-color:white;
.menuspace {
background:white;
}
.menubar {
background-color:transparent;
padding:0;
margin:0;
text-align:center;