Top "Width" questions

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

Image caption width to same as image

How can I make image caption width same as image? Now I have the following code: <div class="image"&…

html css image width caption
Setting column width in RTF

I have what I hope is a simple question ! I am generating a simple RTF table that is subsequently opened …

width rtf
( Autoresizing mask ) flexible width of an image with fixed height

I have been playing around with iPhone interface building using only code and not using IB. Now I'm facing the …

iphone width mask autoresize
screen.width and screen.availwidth difference in javascript

What is the difference between screen.width and screen.availwidth in JavaScript? On my system both are the same!

javascript width screen-resolution
ExtJS Gridpanel Column width + forcefit

I have a gridpanel that i would like to have 2 columns in. I want the first column to have a …

extjs width gridpanel
iPhone UIWebView width does not fit after zooming operation + UIInterfaceOrientation change

I created a bare bones iPhone app with a UIWebView (Scales Page to Fit = YES, shouldAutorotateToInterfaceOrientation = YES) and loaded a …

iphone uiwebview width zooming autoresize
Google Maps InfoWindow width is overwritten even when set correctly

I'm using Google Maps API and I have some troubles about InfoWindow. Here is a summary : I'm loading the InfoWindow's …

google-maps google-maps-api-3 width infowindow
Can I easily "set" an element's offsetWidth?

Note: I know offsetWidth is read only I'm trying to make a pop-up 'div' overlay a tr element with the …

javascript width dhtml
16:9 aspect ratio with fixed width

If I were to embed a YouTube video for example <iframe width="560" src="http://www.youtube.com/embed/25LBTSUEU0…

jquery css height width aspect-ratio
Get actual WPF Grid Width

I have a WPF Window with a grid: <Grid Name="mainGrid"> <Grid.ColumnDefinitions> <ColumnDefinition Width="20*" /&…

wpf grid width stackpanel