Advanced Search

Search:

Type: Posts; User: Rain Lover; Keyword(s):

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    2,281

    Thanks for checking and letting me know! :)

    Thanks for checking and letting me know! :)
  2. Replies
    11
    Views
    2,281

    That means scrolling behavior differs from system...

    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.
  3. Replies
    11
    Views
    2,281

    You mean in Chrome/Safari the scrollbar doesn't...

    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?
  4. Replies
    11
    Views
    2,281

    I've already seen that. It doesn't help. Thanks...

    I've already seen that. It doesn't help.
    Thanks all the same!
  5. Replies
    11
    Views
    2,281

    It makes no changes. Thanks anyway!

    It makes no changes. Thanks anyway!
  6. Replies
    11
    Views
    2,281

    Scroll without a scrollbar

    Sample form:


    <!DOCTYPE html>
    <html>
    <head>
    <title></title>
    <style type="text/css">
    * {font:13px arial; color:white;}
    body {background:black;}
  7. Perfect! Thanks! :)

    Perfect! Thanks! :)
  8. There's a problem with my approach that I don't...

    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...
  9. Just updated my question for clarification....

    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.
  10. setTimeout to detect changes in a text field

    I wonder why the following sample code doesn't work properly:


    <!DOCTYPE html>
    <html>

    <head>
    <title></title>
    <style type="text/css">
    textarea, iframe {
  11. Sure I will. Thanks for the pointers! :)

    Sure I will. Thanks for the pointers! :)
  12. Eureka! I just re-checked the validate options...

    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">...
  13. I'm afraid that forum isn't active and I haven't...

    I'm afraid that forum isn't active and I haven't received any answers yet.
  14. jQuery validation: display the focused field error message

    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">
  15. Replies
    1
    Views
    1,029

    Box model: lost parent element scrollbar

    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;}...
  16. Replies
    1
    Views
    855

    No fieldset padding top in IE8

    Sample form:


    <!DOCTYPE html>
    <html>
    <head>
    <title></title>
    <style>
    fieldset {padding: 15px;}
    </style>
  17. Replies
    9
    Views
    2,199

    Funny! LOL!

    Funny! LOL!
  18. Replies
    9
    Views
    2,199

    Informative and helpful as always! Thanks a lot!...

    Informative and helpful as always! Thanks a lot! :)
  19. Replies
    9
    Views
    2,199

    I tried it to no avail.

    I tried it to no avail.
  20. Replies
    9
    Views
    2,199

    I'm afraid it doesn't help.

    I'm afraid it doesn't help.
  21. Replies
    9
    Views
    2,199

    jQuery fade effects in IE(8)

    Sample code:


    <!DOCTYPE html>
    <html>
    <head>
    <title></title>
    <style>
    span {display:none;}
    </style>
  22. Validate optional form fields with default values

    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"...
  23. Replies
    0
    Views
    876

    Ajax form submission in IE(8)

    Sample Google form


    Related spreadsheet

    I customized the original form source code and created two forms:


    First form
  24. The fact is I was going to customize a Google...

    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...
  25. I really appreciate everyone's help on this...

    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>
Results 1 to 25 of 147
Page 1 of 6 1 2 3 4