IE8下CSS写法的几点心得
width:192px; height:55px; margin-top:100px; background:url(images/anniu01.gif) no-repeat left bottom; 要将上面的改成 width:192p...
width:192px; height:55px; margin-top:100px; background:url(images/anniu01.gif) no-repeat left bottom; 要将上面的改成 width:192p...
1.如果让本页转向新的页面则用: <input type="button" onclick="window.location.href('连接')"> 2.如果需要打开一个新的页面进行转向,则用: <input type=...
用到li标签,要自动宽度,因为无法预计里面的text的长度,如果固定宽度,又浪费很多空白。 但是死活就是出错,英文没问题,中文就不行: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Tran...
在内容模板里加上{username},编辑内容或添加内容时生成的页面中没有username字段值,批量生成时有。 1.phpcms\modules\content\templates\content_add.tpl.php 找到代码: &l...