About 419,000 results
Open links in new tab
  1. css: how to center box div element directly in center?

    The 'text-align' on the body is required for IE, which as usual doesn't quite get the hang of it otherwise. You then need the left text-align on your box (unless you want text it in centred too) …

  2. make html text input field grow as I type? - Stack Overflow

    I can set initial text input size in css, like so: width: 50px; But I would like it to grow when I type until it reaches for example 200px. Can this be done in straight css, html, preferably without

  3. How to make a whole 'div' clickable in html and css without …

    Nov 17, 2011 · I want to make it so that a whole div is clickable and links to another page when clicked without JavaScript and with valid code/markup. If I have this which is what I want the …

  4. css - How do I make boxes in a box in html - Stack Overflow

    Feb 13, 2020 · so I have been trying to make boxes (box child) in a box (box) but even though I copied and pasted bunch of box children, it did not let me create more than one. It is my first …

  5. Transparent Box with HTML/CSS? - Stack Overflow

    Jan 10, 2015 · I want to make a transparent box with content inside it with the image below.. I have no idea about creating this. Should I use HTML5 techniques? Would you please give me …

  6. I want to create a small square colour filled box in HTML & CSS.

    Mar 2, 2018 · I want to create a small square colour filled box in HTML & CSS. And most important - I want to write one line after the box Asked 7 years, 8 months ago Modified 5 …

  7. html - Multiple lines of input in <input type="text" /> - Stack …

    Jun 7, 2011 · Learn how to create multiple lines of input in HTML text input fields on Stack Overflow.

  8. How to make HTML input tag only accept numerical values?

    Dec 19, 2012 · How to make HTML input tag only accept numerical values? Asked 12 years, 10 months ago Modified 1 year, 1 month ago Viewed 1.0m times

  9. html - How to control the width of select tag? - Stack Overflow

    May 20, 2012 · By default, the select box would be as long as the longest option in the list. I want to create a select box such that it exhibits the default behaviour when viewed from a wide …

  10. html - How do I make a text input non-editable? - Stack Overflow

    In some cases, you just want to make the input element non-editable or unchangeable, which means the text cursor can still be placed there and the cursor can be moved around but only …