English 中文(简体)
如何将右边要素推向上层
原标题:How to push the right side elements to the top
  • 时间:2010-03-25 13:40:56
  •  标签:
  • html
  • css

我有两栏,其中一栏是左边,另一栏是右边。

右边有投入区。

由于某种原因,各县是该栏的中间点,我希望它们能够以纵向方式与最高点和正确方向保持一致。

我如何能够这样做? 它是否只是玩 ?

<div id="blah">
  <div id="left">
    <ul><li></li></ul>
</div>
  <div id="right"><input type=image src="" /> <input type=image src=""/></div>
</div>

www.un.org/Depts/DGACM/index_spanish.htm 纽伦河的底线与乌隆河的底线垂直连接。

最佳回答

你们可以把他们装上其他集装箱:

#buttons-wrapper: {
   position: absolute;
   top: 0;
}

(集装箱应有位置:相对)

问题回答

首先,你只应当放弃权利,在左半部分之前就这样做。 另一支干.将自动到达左边,而你在之后就不需要任何清理干.。

任何途径、散射器,如果你也希望其进行正确调整,其内容将按违约情况垂直排列,仅添加<条码>文字-字母:右边;

您:

#right-container
{
    vertical-align: top;
}




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签