主題: IE and Firefox move a div 作者: fracchu 於 四月 01, 2009, 06:00:40 pm 程式碼: [Select] <script type="text/javascript"> Within IE, you can use the attribute pixelLeft of tag's style to move. Within Firefox, you MUST use the attribute left instead of pixelLeft. In addition, the unit "px" must be added after the number. |