Top "Width" questions

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

Make an image width 100% of parent div, but not bigger than its own width

I’m trying to get an image (dynamically placed, with no restrictions on dimensions) to be as wide as its …

html width css
Override and reset CSS style: auto or none don't work

I would like to override following CSS styling defined for all tables: table { font-size: 12px; width: 100%; min-width: 400px; display:inline-table; } …

css width overriding
CSS – why doesn’t percentage height work?

How come a percentage value for height doesn’t work but a percentage value for width does? For example: <…

css height width
iPad browser WIDTH & HEIGHT standard

Does anyone know the safest width and height for the BODY when viewing any web page on the iPad? I …

width
Android set height and width of Custom view programmatically

I have created a custom view named Graphview . Here is the structure for the GraphView class. public class GraphView extends …

android view height width params
Div width 100% minus fixed amount of pixels

How can I achieve the following structure without using tables or JavaScript? The white borders represent edges of divs and …

html css height width
How to make an element width: 100% minus padding?

I have an html input. The input has padding: 5px 10px; I want it to be 100% of the parent div's …

html css width fluid-layout
HTML input textbox with a width of 100% overflows table cells

Does anyone know why the input elements with a width of 100% go over the table's cells border. In the simple …

html input html-table width
How to get screen width without (minus) scrollbar?

I have an element and need it's width without(!) vertical scrollbar. Firebug tells me body width is 1280px. Either of …

jquery cross-browser width
CSS Input with width: 100% goes outside parent's bound

I am trying to make a login form constituted of two input fields with an inset padding, but those two …

css forms input width