854850613 发表于 2015-3-12 14:25:32

我想要定义一个diy2

<!--这里是右侧div-->
<!---->
<div id="diy2" class="mydiv area" style="width:150px;height:100%;background-color: red;float:right;margin-right: -152px">

</div>
<!---->
<!--右侧DIV结束-->上面是我在template/my/common/header.htm里面定义的代码, 我可以在diy里面操作这个div, 可是不能保存上。下面是我操作diy这个div的图片。file:///D:\Documents\Tencent Files\854850613\Image\C2C\BAP}Y@(PHN@BW5UH_NUF9Y7.png


技术帮助 发表于 2015-3-12 14:47:02

框架是固定的不能加其他的class和样式
应该修改为
<style type="text/css">
#diy2 { width:150px;height:100%;background-color: red;float:right;margin-right: -152px }
</style>
<!----><div id="diy2" class="area"></div><!---->

854850613 发表于 2015-3-12 15:31:30

3Q3Q3Q。
好像还真是这么回事呢。
页: [1]
查看完整版本: 我想要定义一个diy2