Author: niclas
Date: Sat May 29 16:33:06 2004
New Revision: 20616

Modified:
   avalon/trunk/central/system/themes/avalon2/html/resources/styles/style.css
   avalon/trunk/central/system/themes/avalon2/html/transform.xsl
Log:
Changed so that IE doesn't freak on the border='none' attribute and instead use 
a class.

Modified: 
avalon/trunk/central/system/themes/avalon2/html/resources/styles/style.css
==============================================================================
--- avalon/trunk/central/system/themes/avalon2/html/resources/styles/style.css  
(original)
+++ avalon/trunk/central/system/themes/avalon2/html/resources/styles/style.css  
Sat May 29 16:33:06 2004
@@ -140,7 +140,7 @@
     border-bottom: 1px black solid;
 }
 
-div[border="none"]
+div.no-border
 {
     border: none;
 }

Modified: avalon/trunk/central/system/themes/avalon2/html/transform.xsl
==============================================================================
--- avalon/trunk/central/system/themes/avalon2/html/transform.xsl       
(original)
+++ avalon/trunk/central/system/themes/avalon2/html/transform.xsl       Sat May 
29 16:33:06 2004
@@ -220,7 +220,7 @@
       <xsl:otherwise>
         <div class="menu">
           <xsl:if test="count( item ) = 0" >
-            <xsl:attribute name="border">none</xsl:attribute>
+            <xsl:attribute name="class">no-border</xsl:attribute>
             <span class="dummy" />
           </xsl:if>
           <xsl:apply-templates select="menu" >

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to