用js实现的DIV+CSS编辑器代码
DIV+CSS编辑器
var sInitColor = null;
function callColorDlg(obj){
if (sInitColor == null)
var sColor = dlgHelper.ChooseColorDlg();
else
var sColor = dlgHelper.ChooseColorDlg(sInitColor);
sColor = sColor.toString(16);
if (sColor.length
在线DIV+CSS编辑器
类/标签/ID:
所有数值都不用输入单位;
宽:
高:
背景色:
前景色:
边框:
颜色:
选择soliddottednonehiddendasheddoublegrooveridgeinsetoutset
外间距 Margin :
如:10px 2px
内间距 Padding:
如:10px 2px
浮动: 左
右
×
显示:
选择
block
inline
none
可见:可见
隐藏
×
文本对齐:
选择
left
center
right
行高:
%
无
px
文字缩进:
文本:
字体:
选择宋体黑体Arial雅黑
粗细:
效果:下划线
无
×
背景图片:
重复:选择横向重复纵向重复不重复
水平位置:
垂直位置:
附件:选择固定滚动
垂直对齐:
选择
middle
bottom
top
auto
baseline
清除:
选择
left
right
both
Overflow:
选择
scroll
auto
hidden
定位:
选择
绝对
相对
Z坐标:
left:
top:
right:
bottom:
UL列表:类型
选择
none
disc
circle
square
decimal
图像:
位置:内
外
×
光标:
选择
默认
手
文本
移动
crosshair
default
pointer
hand
move
help
wait
text
w-resize
s-resize
n-resize
e-resize
实际应用效果如下
Effect of This Rule Shows You at here!
工具啦 (www.tool.la) 给你最全、最好的工具!
这是一个使用了复杂的样式的DIV,你可以使用获取CSS来获取这个CSS
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]