Thanks for checking and letting me know! :)
Type: Posts; User: Rain Lover; Keyword(s):
Thanks for checking and letting me know! :)
That means scrolling behavior differs from system to system even in the same browser. Weird! I tried it on two desktop computers running Windows XP and in the latest versions of Chrome & Safari.
You mean in Chrome/Safari the scrollbar doesn't appear when you highlight/select a line and drag your mouse to the right or use the keyboard keys Page Up and Page Down?
I've already seen that. It doesn't help.
Thanks all the same!
It makes no changes. Thanks anyway!
Sample form:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
* {font:13px arial; color:white;}
body {background:black;}
Perfect! Thanks! :)
There's a problem with my approach that I don't know how to resolve: the iframe content gets updated every 10ms while I'd like it to refresh only if the current text field value is different from its...
Just updated my question for clarification.
Note: It should work as soon as the textarea content changes, not after you make changes and click away.
I wonder why the following sample code doesn't work properly:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
textarea, iframe {
Sure I will. Thanks for the pointers! :)
Eureka! I just re-checked the validate options and realized I should have used errorPlacement instead of showErrors:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">...
I'm afraid that forum isn't active and I haven't received any answers yet.
Objective: I'd like to display the focused field error message in a container.
What I've done so far:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
The first sample shows scrollbars correctly:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
#parent {width:102px; height:101px; background:red; overflow:auto;}...
Sample form:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style>
fieldset {padding: 15px;}
</style>
Funny! LOL!
Informative and helpful as always! Thanks a lot! :)
I tried it to no avail.
I'm afraid it doesn't help.
Sample code:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style>
span {display:none;}
</style>
Sample form:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<script type="text/javascript"...
Sample Google form
Related spreadsheet
I customized the original form source code and created two forms:
First form
The fact is I was going to customize a Google Docs form when I came across the following problem:
Redirect a Google Docs form to your custom 'thank you' page
There was no more answers and I...
I really appreciate everyone's help on this thread!
I came up with a solution and would be happy to know what you think:
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>