Search:

Type: Posts; User: coothead

Page 1 of 8 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    25
    Views
    1,177

    Re: The Fruit Conjurer!

    Stone me. https://coothead.co.uk/images/smilies/groan2.gif

    I am so old that I thought that a "smoothie" was
    an extremely smart, confident, and polite person,
    who, more often than not, I found...
  2. Replies
    82
    Views
    10,511

    Re: Racial tensions solved

    Racism is just a subset of the real problem: human stupidity.

    Unfortunately there is no cure. :eek:

    As Albert Einstein, reportedly, pointed out...
  3. Replies
    530
    Views
    62,794

    Re: The US fragile democracy Exposed

    Perhaps, a view of...

    Cal Sagan's Pale Blue Dot

    ...would be a timely reminder of the folly of human conceits. :D
  4. Replies
    4
    Views
    2,390

    Re: How to add 2 columns in the textarea?

    Hi there HarshShah,


    here is something slightly silly for you to play around with...



    <!DOCTYPE HTML>
    <html lang="en">
    <head>
  5. Replies
    2
    Views
    5,016

    Re: remove HTML5 video player menu button

    Hi there Prahlad,


    it just needs a snippet of javascript to achieve this...



    <!DOCTYPE HTML>
    <html lang="en">
    <head>
  6. Re: I have a php hitcounter that displays a count on my pages...

    Hi there .paul,



    I think members here might need to see the PHP code in question,
    It would then give them a chance of possibly resolving your problem. ;)
  7. Re: Can't get a tag to stay highlighted when it has focus

    Hi there blakemckenna.


    does this help...


    <!DOCTYPE HTML>
    <html lang="en">
    <head>
  8. Re: How to set the width of an HTML SELECT INPUT

    Hi there techgnome,


    in it's natural state - ( HTML only ) - the select element's
    width is set to the that of it's longest option element. ;)

    Example:-
    ...
  9. Re: Which Attribute Is Used To Scroll Up To The Top Of The Page Without Reloading It?

    Hi there Siddhi Patel,


    this task has no need for JavaScript. :eek:

    Simply use existing HTML...



    <!DOCTYPE HTML>
  10. Re: how to add spacing between one latter in one word?

    Hi there Siddhi Patel


    you can use the character entity &nbsp; :check:
  11. Re: Embedding Instagram Carousel into your website for free?

    Hi there blakemckennaa,


    perhaps, this link will help...


    https://www.instagram.com/developer/embedding/
  12. Re: What is the difference between undefined and null in JavaScript?

    Hi there Siddhi Patel,



    this might possibly help with your enlightenment...


    https://www.javatpoint.com/null-vs-undefined
  13. Re: What would cause a to show up...then disappear real fast?

    No problem, you're very welcome. ;)
  14. Re: What would cause a to show up...then disappear real fast?

    Hi there blakemckenna,


    this can be done with CSS. ;)

    You can see an example here...


    https://www.coothead.co.uk/css-toggle/index.html
  15. Replies
    2
    Views
    2,114

    Re: Setting css in javascript

    Hi there .paul.



    Well, for starters, here are a just a few of the errors...


    (percentage)%;

    and
  16. Replies
    5
    Views
    3,739

    Re: Trying to expand a line to full width

    Hi there sapator,



    just change the inline span element to a block div element. ;)

    Further reading:-


    The Difference Between Block and Inline
  17. Replies
    3
    Views
    2,461

    Re: [CSS] Change RadioButton's Checked

    Hi there dday9,


    check out the attachment, which contains an example of an U.K. traffic light.

    I don't know how that compares with the U.S.A. version, but it is CSS. :D
  18. Re: Hover over/tool tip like text when mouse over this BACKGROUND .png

    Hi there szlamany,


    sorry, but an image really does very little to help members resolve your problem. ;)

    Personally, being a septuagenarian without the benefit of 20/20 vision the image
    is...
  19. Re: Hover over/tool tip like text when mouse over this BACKGROUND .png

    Hi there szlamany,


    Unfortunately what you require...


    .sapling-list .sapling-filter::before:hover {
    ...is not valid CSS. :eek:
  20. Re: Need to Extract this Sign-in & New Account form (NODAL)

    Hi there MeSH


    when I first clicked on the "index.html" of the
    download, I also thought that it was not working. ;)

    I then used "View Source" and saw that the form
    code was actually...
  21. Re: Need to Extract this Sign-in & New Account form (NODAL)

    Hi there MeSH,


    did you not try to download the files from the site?

    Just in case you're not very good at downloading
    from sites, I have done this one for you. :D

    You will find it in...
  22. Thread: YouTube Video

    by coothead
    Replies
    3
    Views
    6,400

    Re: YouTube Video

    Hi there diablo21,



    check out the attachment to see a possible solution.;)


    coothead
  23. Replies
    3
    Views
    5,658

    Re: Conditional Comments

    No problem, you're very welcome. ;)
  24. Replies
    3
    Views
    5,658

    Re: Conditional Comments

    Hi there qazwsx123,


    IE11 does not implement comments, other than to not display the content between <!-- and -->.

    This means that this....


    <!--[if IE 11]>
    <p>IE</p>
  25. Replies
    2
    Views
    3,860

    Re: Breakpoint skips create element

    Hi there dday9,


    This may be a possible solution...


    <!DOCTYPE html>
    <html lang="en">
    <head>
  26. Replies
    2
    Views
    4,365

    Re: Need help for the CSS code in Web2py

    Hi there MeSH,


    does this help...


    <!DOCTYPE html>
    <html lang="en">
    <head>
  27. Replies
    2
    Views
    2,802

    Re: how to center single div element

    Hi there codesearcher,


    here is a basic example for centering an element...



    <!DOCTYPE html>
    <html lang="en">
    <head>
  28. Replies
    13
    Views
    6,433

    Re: [RESOLVED] google MAP question

    I am pleased that you have found the solution. :)

    But sorry that I was unable to find it myself. :cry:
  29. Replies
    13
    Views
    6,433

    Re: [RESOLVED] google MAP question

    Hi there chunk,


    the "title" appears to work in IE, Chrome and Opera but not Firefox.

    I have no explanation for this, as the code is Google's code not mine.

    I cannot answer your second...
  30. Re: Width of Span Not Setting and Style Elements After Checkbox Checked

    Hi there dday9,


    here is how I would approach your little brain teaser...


    <!DOCTYPE html>
    <html lang="en">
    <head>
  31. Replies
    13
    Views
    6,433

    Re: [RESOLVED] google MAP question

    No problem, you're very welcome. :D
  32. Replies
    13
    Views
    6,433

    Re: google MAP question

    Hi there chunk,


    the third link in my previous post gives mouseover latitude and longitude values. ;)
  33. Replies
    13
    Views
    6,433

    Re: google MAP question

    Hi there chunk,


    here is an example...



    <!DOCTYPE html>
    <html>
    <head>
  34. Re: Temporarily store form data (retrieve after restart)

    Hi there dee-u,



    I would suggest that you fully study the contents of the link...


    http://diveintohtml5.info/storage.html

    ...that I gave you in my previous post. ;)
  35. Re: Temporarily store form data (retrieve after restart)

    Hi there dee-u,


    you could try javascript's "localStorage". ;)

    further reading:-


    http://diveintohtml5.info/storage.html
  36. Replies
    12
    Views
    2,623

    Re: Setting Width

    Hi there dday9,


    try it like this...


    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
    <html lang="en">
    <head>
  37. Replies
    12
    Views
    2,623

    Re: Setting Width

    Hi there dday9,


    try it like this...


    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
    <html lang="en">
    <head>
  38. Replies
    7
    Views
    2,270

    Re: HTML - Browser Process

    Hi there dw85745,




    Click the "Tools" tab.
    Hover "Web Developer".
    Find and click "Network".
    Implement the appropriate instructions.
  39. Re: Aligning DIV to the right of a centered TABLE

    No problem, you're very welcome. ;)
  40. Re: Aligning DIV to the right of a centered TABLE

    Hi there GRPsuper9


    you should only use the "table element" for the display of tabular data, never for layout purposes.

    So try it like this...

    ]
    <!DOCTYPE html>
    <html lang="en">
Results 1 to 40 of 287
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width