Top "Width" questions

The property which determines the size of an object on the X-axis.

What is the difference between CSS fit-content and max-content?

I'm following this article https://css-tricks.com/almanac/properties/w/width/ to try to understand how this rules work. I …

css width
100% DIV width is not really 100%

When I have a <div> with width: 100%, it is not really 100%: <div id="div">testtesttesttesttest</…

css html scroll width
Resize <div> automatically based on text?

I've got the following JS Fiddle to demonstrate what I'm trying to accomplish: http://jsfiddle.net/sVKU8/2/ 1) I assume this …

css html width autosize
use initial width for element not working in IE

I have a graph plugin that inserts canvas and a legend <table> to its container. In this plugin …

css internet-explorer cross-browser width
How to make table cell shrink according to the content?

How can I make the table with 2 columns (cells) look like this: First cell is shrink according to the content …

html css html-table width
Android TableLayout Width

I have a two column TableLayout as the only child of a scroll view. The first column contains TextViews ('labels') …

android layout width tablelayout
Is it possible to set the width of a jQuery autocomplete combobox?

I am using this jQuery UI combobox autocomplete control out of the box off the jQuery UI website: My issue …

jquery combobox width jquery-ui-autocomplete
iTextSharp table width 100% of page

I'm trying to add a table to a document using iTextSharp. Here is an example: Document document = new Document(PageSize.…

c# pdf itext width
Set Parent Width equal to Children Total Width using only CSS?

I don't know how many .child elements .parent will contain but I know their individual width. I want to set …

html css width calc
CSS width 100% OR max-width in pixels

How one could create a CSS rule for width which Uses 100% width by default If 100% width exceeds certain pixel width (…

css width