Code: Select all
with(subs=new mm_style()){
onclass="main2On";
offclass="mainOff";
padding=3;
overfilter="GradientWipe(WipeStyle=1,motion='forward',duration=0.4);
Shadow(color='#202020', Direction=135, Strength=4)";
outfilter="GradientWipe(WipeStyle=1,motion='reverse',duration=0.4);
Shadow(color='#202020', Direction=135, Strength=4)";
}
Code: Select all
<style>.mainOff {
background-color: white;
color: black;
border: 1px white solid; }
.mainOn {
background-color:black;
color:white;
border: 1px #ffffee ridge; }</style>
Code: Select all
overfilter="GradientWipe(WipeStyle=etc, etc,);Shadow(color='mainOff, Direction=135, Strength=4)";
outfilter="GradientWipe(WipeStyle=etc, etc.);Shadow(color='mainOn', Direction=135, Strength=4)";
Ruth