|
<div id="cnblogs_post_body"> 用Flex里的Button控件模仿了一下侧边栏效果,形状调整成合适宽度的长条形,弄好相应事件函数。
<div class="cnblogs_code"><s:Button x="-1" y="-1" id="btn" label=">>" click="click_Change(event)" mouseOver="button1_mouseOverHandler(event)" mouseOut="btn_mouseOutHandler(event)" width="6" height="924"/> |
|