JS轻松实现CSS设置,DIV+CSS常用CSS设置
早些时候见过一个鸟日本人写的DW中的样式设置http://www.99yp.com/uploads/200607/css/index.htm,写了一大堆的代码,靠,现在派不上用场,小鸽子写了一个更好的样式生成器,适合DIV+CSS架构的网页。
(在网吧做网页的朋友,可以使用这个呀!)将常用的样式写了出来,做成DW的扩展插件多好,麻烦高手把他做成DW的扩展插件:
小鸽子个人网:http://xbnz.126.com/[网址助记:新白娘子]
▒ 恋婷DIV+CSS编辑器 beta1.0
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
类/标签/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!
[中國最Q小鴿子·最愛丁香花] http://xbnz.126.com
这是一个使用了复杂的样式的DIV,你可以使用获取CSS来获取这个CSS
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]