Axure实例教程及HTML页面制作指南
                    继续在HTML页面示例中,我们在body中添加以下代码:   
  我们使用CSS来控制指针和圆盘的位置,代码如下: .demo { width: 417px; height: 417px; position: relative; margin: 50px auto; } #disk { width: 417px; height: 417px; background: url('disk.jpg') no-repeat; } #start { width: 163px; height: 320px; position: absolute; top: 46px; left: 130px; } #start img { cursor: pointer; }                
            
                                        
                                    文件大小:456.37KB
                                
                                
                                
                            
评论区