欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

PHP变量中加CSS代码。解决方法

程序员文章站 2022-03-24 11:56:47
...
PHP变量中加CSS代码。

#scrolling_1 { width:635px; height:240px; overflow:hidden; padding:1px; border:1px solid #999; margin:0 auto; text-align: left; }
#scrollnews_1 { position:absolute; width:645px; height:240px; overflow:hidden; display:inline; top:1; left:1; }
#scrollnews_con_1 { width:645px; overflow:hidden; }
#scrolling_1 ul { display:block; height:240px; width:645px; }
#scrolling_1 ul li { height: 240px; width: 205px; float: left; overflow:hidden; display: inline; margin-right: 10px; }
这个我想给PHP变量付值后输出。

for (i=0 ;i=100; i++) {
echo "#scrolling_1 { width:635px; height:240px; overflow:hidden; padding:1px; border:1px solid #999; margin:0 auto; text-align: left; }";
#scrollnews_1 { position:absolute; width:645px; height:240px; overflow:hidden; display:inline; top:1; left:1; }
#scrollnews_con_1 { width:645px; overflow:hidden; }
#scrolling_1 ul { display:block; height:240px; width:645px; }
#scrolling_1 ul li { height: 240px; width: 205px; float: left; overflow:hidden; display: inline; margin-right: 10px; }

}
?>
这么写了以后,不正常了。
我该怎么写呢?

网友评论

文明上网理性发言,请遵守 新闻评论服务协议

我要评论
  • PHP变量中加CSS代码。解决方法
  • 专题推荐

    作者信息
    PHP变量中加CSS代码。解决方法

    认证0级讲师

    推荐视频教程
  • PHP变量中加CSS代码。解决方法javascript初级视频教程
  • PHP变量中加CSS代码。解决方法jquery 基础视频教程
  • 视频教程分类