相关疑难解决方法(0)

如何将div与其父级的顶部对齐但保持其内联块行为?

请参阅:http://jsfiddle.net/b2BpB/1/

问:如何让box1和box3对齐父div的顶部boxContainer

#boxContainerContainer {
  background: #fdd;
  text-align: center;
}

#boxContainer {
  display: inline-block;
  border: thick dotted #060;
  margin: 0px auto 10px auto;
  text-align: left;
}

#box1 {
  width: 50px;
  height: 50px;
  background: #999;
  display: inline-block;
}

#box2 {
  width: 50px;
  height: 100px;
  background: #999;
  display: inline-block;
}

#box3 {
  width: 50px;
  height: 50px;
  background: #999;
  display: inline-block;
}
Run Code Online (Sandbox Code Playgroud)

非常感谢...

致谢:这个问题来自之前由/sf/users/1440491/给出的答案 :获取CSS元素以自动调整内容宽度,同时居中

html css

161
推荐指数
4
解决办法
23万
查看次数

标签 统计

css ×1

html ×1