aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-21 15:41:41 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-21 15:41:41 -0400
commit9cc6d6e4b8a22a37bb2d364042d527ddd906142d (patch)
treedd7f95fb2f66d70a442e4384f96a1c5d39ab053d
parentca8852b434dae02b271ba2a1dddadfdf56ea3320 (diff)
downloadikiwiki-9cc6d6e4b8a22a37bb2d364042d527ddd906142d.tar
ikiwiki-9cc6d6e4b8a22a37bb2d364042d527ddd906142d.tar.gz
on css suckitude
-rw-r--r--doc/todo/Add_label_to_search_form_input_field.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/Add_label_to_search_form_input_field.mdwn b/doc/todo/Add_label_to_search_form_input_field.mdwn
index 86a32fb07..43810460f 100644
--- a/doc/todo/Add_label_to_search_form_input_field.mdwn
+++ b/doc/todo/Add_label_to_search_form_input_field.mdwn
@@ -35,4 +35,16 @@ The patch below adds a label for the field to improve usability:
<input type="hidden" name="do" value="hyperestraier" />
</div>
+> That's both nasty javascript and fails if javascript is disabled. :-)
+> What I'd really like is a proper search label that appears above the
+> input box. There is free whitespace there, except for pages with very
+> long titles. Would someone like to figure out the CSS to make that
+> happen?
+>
+> The tricky thing is that the actual html for the form needs to
+> still come after the page title, not before it. Because the first thing
+> a non-css browser should show is the page title. But the only way I know
+> to get it to appear higher up is to put it first, or to use Evil absolute
+> positioning. (CSS sucks.) --[[Joey]]
+
[[wishlist]]