Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM Custom Permalink Structure
#8
(2014-10-30, 03:17:32)shawn_a Wrote: The confusion is because chrome ( and maybe other browsers ) do not hide the placeholder on input focus, which is odd.
Because of this behaviour I added the jQuery Placeholder Plugin to my contact form.
I didn't want to use <legend> or a headline or something to make it look slim.
You can find one here.
All you have to do is add this line
Code:
<script type="text/javascript" src="'.$SITEURL.'path_to/js/jquery.placeholder.js"></script>
and add the css class like
Code:
.placeholder {
    color: #888 !important;
}
.placeholderFocus {
    color: #555;
}

Just a thought. You can even override it. Wink
Reply


Messages In This Thread
Custom Permalink Structure - by notabene - 2014-09-30, 22:10:33
RE: Custom Permalink Structure - by shawn_a - 2014-10-01, 00:50:21
RE: Custom Permalink Structure - by notabene - 2014-10-01, 03:09:11
RE: Custom Permalink Structure - by Carlos - 2014-10-01, 03:27:53
RE: Custom Permalink Structure - by shawn_a - 2014-10-01, 04:02:43
RE: Custom Permalink Structure - by notabene - 2014-10-01, 17:03:01
RE: Custom Permalink Structure - by shawn_a - 2014-10-30, 03:17:32
RE: Custom Permalink Structure - by moped - 2014-10-30, 18:58:53
RE: Custom Permalink Structure - by shawn_a - 2014-10-30, 23:01:44



Users browsing this thread: 1 Guest(s)