I posted a message on the Maven User list titled "maven-application-skin
does not work in IE7"[1] I am posting this on Archiva's list because
Archiva is said to be using the skin[2] and I fear the Maven post may be
overlooked.
Paul Spencer
[1]http://markmail.org/message/mznhqb5u73mnbyd3
[2]http://maven.apache.org/skins/
--- Begin Message ---
Revision 440343 of maven-theme.css in maven-application-skin undid
revision 430364 - "fix the CSS so that it renders correctly in IE7 and
Opera."
Basically the height for #navcolumn li.expanded should be auto.
#navcolumn li.expanded {
background-image: url( ../images/super.gif );
height: auto;
}
Paul Spencer
[1]http://svn.apache.org/viewvc/maven/skins/trunk/maven-application-skin/src/main/resources/css/maven-theme.css?r1=430364&r2=440343&diff_format=h
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--- End Message ---