如何控制div+css的排版问题

html-css019

如何控制div+css的排版问题,第1张

他们是什么?

说清楚才能有人帮你!!

把div 的宽度再设宽一点

.cen3{ height:221pxfloat:leftbackground:url(../index_img/5.jpg)margin-left:1pxdisplay:inline}

.cen3_1{ width:300pxheight:30pxfloat:leftline-height:30px}

.cen3_1_1{ width:120pxheight:30pxfloat:leftpadding-left:25pxcolor:#000030}

.cen3_1_1 a{ color:#00f}

.cen3_1_2{ width:80pxheight:20pxfloat:leftpadding-top:6pxpadding-left:63pxline-height:20px}

.cen3_1_2 a{ color:#00f}

.cen3_1_2 a:hover{ color:#f00}

.cen3_img0{ width:22pxheight:12pxfloat:leftmargin-top:7pxmargin-left:1pxdisplay:inline}

ul{height:120px}

你可以用CSS来定义:

CSS就是一种叫做样式表(stylesheet)的技术。也有的人称之为层叠样式表(Cascading Stylesheet)。 在主页制作时采用CSS技术,可以有效地对页面的布局、字体、颜色、背景和其它效果实现更加精确的控制。 只要对相应的代码做一些简单的修改,就可以改变同一页面的不同部分,或者页数不同的网页的外观和格式。

你可以在“设置”-“模板设置”里去创建!