New issue 805 by ulf.karr...@gmx.de: Search-Field suggestion "Type and wait
to search" is misplaced
http://code.google.com/p/kaytwo/issues/detail?id=805
In the search box is shown the text "Type and wait to search". This is not
completely _in_ the search box. There is a top-margin.
What did you expect to happen? What does happen?:
The search string "Type and wait to search" has to be placed completely
"in" the search box.
SVN revision or version used (not 'latest')?:
K2 1.0-RC8
Version of WordPress used?:
WP 2.8.4
If this is available online, what is the URI?:
http://www.karrock.de/daf/
Please provide any additional information below:
The text which is misplaced is a label-tag which is located in these
div-container:
sidebar-1 > search-2 > searchform > search-form-wrap > search-label
class: overlabel-apply
This is the HTML Code:
<label id="search-label" class="overlabel-apply" for="s"
style="text-indent: 0px;">Type and Wait to Search</label>
The style (style.css, line 1327) has this class:
label.overlabel-apply {
color:#999999;
cursor:text;
left:4px;
position:absolute;
top:4px;
z-index:1;
}
The problem is the "top: 4px;". When you delete it, all looks fine.
Browser: Firefox 3.5.2 on Windows Vista.
You can test the problem very easy with the Firefox Plugin "Firebug". :)
Maybe there is dependance to the Issue #794 !?
Attachments:
misplaced_search_text.jpg 9.8 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings