English 中文(简体)
案文中的绝对定位
原标题:absolute positioning align in textarea
  • 时间:2012-01-13 04:15:16
  •  标签:
  • css
  • textarea

我想要做到这一点。 rel=“nofollow> http://jsfiddle.net/dpnay/。 案文中有一些文字,名字似乎右上角。 到目前为止,我使用绝对位置确定姓名。

我的问题是,如果我用很长一段文字,那么我所打的正文将涵盖名字案文(除非我roll倒纽子)。 是否有办法通过使用特别安全局将文本放在文字上? 因为Im不准备使用javascript。

感谢这些咨询意见。

最佳回答

最容易的解决办法是实际将“签字”文本below。 案文领域a,但仅将边界放在周边<编码>div。 我从社会保障局中举出了一个例子,介绍你们的jsFiddlehere

问题回答

暂无回答




相关问题
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....

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

Drop down background url in Safari Issue

selectBox.selectCSS { background: url(/Images/replacementSelectBackground.png) top left no-repeat height:auto; } I have an issue in Safari only where the image is not rendering on top ...

CSS specific for Safari

How do you target specifically safari in css with styles?

Aligning textarea in a form

Ive used the following css code to align my form elements: form { position:relative; } form input { position:absolute; left:11em; } However, the textarea element is not aligned correctly with the ...

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 ...

CSS problem with page footer

I have defined my page footer in the css file as: #footer { position: absolute; height: 50px; text-align: center; background: #66CCCC; bottom: 0px; left: 0px; width: 100%; height: ...

热门标签