【发布时间】:2018-09-07 22:16:00
【问题描述】:
<label class="form-control " style=" font-weight:normal; margin-left:-15px;" for="briefProjectDescription"
class="col-sm-4">
<em > *Note: If awarded funding, this description will be used in publicly available documents;
please clearly summarize the project in the third person.</em>
</label>
<textarea style=" width:72%; margin-top: 30px; margin-left:5px; padding-right: 32px; " class="requiredfield"
id="briefProjectDescription" maxlength="2000" data-bind="css: , attr: { title: briefProjectDescriptionToolTip },event: {focusout: checkLostFocus.bind($root, $data, 'briefProjectDescription')}, value: briefProjectDescription"></textarea>
我在文本区域上方有一个标签。屏幕正常的时候就没事了。当窗口最小化时,标签的文本重叠在文本区域上方。谢谢!
【问题讨论】:
-
我无法重现问题,您可以提供链接吗?
-
@DeepshikhaChaudhary 问题已通过以下答案解决。非常感谢您的努力。
标签: javascript css html knockout.js