Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索

[疑难] 怎么用DIV+CSS控制图片居中的问题

[复制链接]
www8myrice 发表于 2009-2-20 11:26:35 | 显示全部楼层 |阅读模式
本帖最后由 www8myrice 于 2009-2-20 13:00 编辑

怎么用DIV+CSS控制图片居中的问题
SS内容页图片怎么用CSS控制居中的?
知道的给出CSS代码吧

我的是用默认的SS模板
期待知道的朋友帮忙解决
回复

使用道具 举报

SSAY 发表于 2009-2-20 12:20:25 | 显示全部楼层
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>无标题文档</title>
  6. <style type="text/css">
  7. <!--
  8. * {margin:0;padding:0}
  9. div {
  10. width:300px;
  11. height:300px;
  12. border:1px solid #666;
  13. overflow:hidden;
  14. position:relative;
  15. display:table-cell;
  16. text-align:center;
  17. vertical-align:middle
  18. }
  19. div p {
  20. position:static;
  21. +position:absolute;
  22. top:50%
  23. }
  24. img {
  25. position:static;
  26. +position:relative;
  27. top:-50%;left:-50%;
  28. }
  29. -->
  30. </style>
  31. </head>

  32. <body>
  33. <div><p>
  34. <img src="images001/category011.gif" width="200" height="200"/></p></div>
  35. </body>
  36. </html>

复制代码
回复

使用道具 举报

 楼主| www8myrice 发表于 2009-2-20 12:49:54 | 显示全部楼层
谢谢
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-10-23 08:35 , Processed in 0.098000 second(s), 14 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表