The property which determines the size of an object in X-axis
289
votes
15answers
208k views
Make CSS Div Width Equal To Contents
I have a layout similar to:
<div>
<table>
</table>
</div>
I would like for the div to only expand to as wide as my table becomes.
102
votes
6answers
82k views
Percentage width in a RelativeLayout
I am working on a form layout for a Login Activity in my Android App. The image below is how I want it to look like:
I was able to achieve this layout with the following XML. The problem is, it's a ...
29
votes
6answers
14k views
Getting terminal width in C?
I've been looking for a way to get the terminal width from within my C program. What I keep coming up with is something along the lines of:
#include <sys/ioctl.h>
#include <stdio.h>
int ...
64
votes
7answers
29k views
width: 100%-padding?
I have an html input.
The input has padding: 5px 10px; I want it to be 100% of the parent div's width(which is fluid).
However using width: 100%; causes the input to be 100% + 20px how can I get ...
29
votes
5answers
33k views
jQuery - Get Width of Element when Not Visible (Display: None)
It seems like in jQuery when an element is not visible width() returns 0. Makes sense, but I need to get the width of a table in order to set the width of the parent before I show the parent.
As ...
39
votes
5answers
76k views
IE 8: background-size fix
I've tried to add background size to IE but it's not working at all:
HTML
<h2 id="news">Notícias <img src="white-marker.png" alt="" /></h2>
CSS:
div#content h2#news {
...
31
votes
6answers
29k views
Android get width returns 0
I creating all of the elements in my android project dynamically. I am trying to get the width and height of the button so that I can rotate the button around. Just trying to learn how to work with ...
54
votes
8answers
18k views
How to get console window width in python
Is there a way in python to programmatically determine the width of the console? I mean the number of characters that fits in one line without wrapping, not the pixel width of the window.
Edit
...
46
votes
3answers
26k views
Does setWidth(int pixels) use dip or px?
Does setWidth(int pixels) use device independent pixel or physical pixel as unit?
For example, does setWidth(100) set the a view's width to 100 dips or 100 pxs?
Thanks.
27
votes
5answers
33k views
How to set the initial zoom/width for a webview
I am trying to get the WebView to have similar behavior as the android browser. The browser opens all pages in a way that tries to fit their width to the screen. However, the default behavior of the ...
32
votes
6answers
53k views
Expand div to max width when float:left is set
I have something like that:
<div style="width:100px;float:left">menu</div>
<div style="float:left">content</div>
both floats are neccesary. I want the content div to fill ...
12
votes
2answers
11k views
Measuring the pixel width of a string in Cocoa
I need to measure the pixel width of a string in Cocoa. Can anyone point me to a link that explains how to do this? I haven't found anything that explains this well.
6
votes
7answers
9k views
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 webpage, e.g. http://stackoverflow.com/
Rotating the device ...
44
votes
3answers
10k views
Canvas is stretched when using CSS but normal with “width” / “height” properties
I have 2 canvas, one use old HTML width and height to size it, the other use CSS
<canvas id="compteur1" width="300" height="300" onmousedown="compteurClick(this.id);"></canvas>
<canvas ...
16
votes
2answers
14k views
XML Table layout? Two EQUAL-width rows filled with equally width buttons?
Hi heres a part from my XML for LAND format:
<TableLayout
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="center"
...
46
votes
2answers
56k views
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 want to avoid the scrollbars as much as possible.
Thanks.
Erik
59
votes
5answers
25k views
android get height width of ImageView
╔══════════════════════════════════════════════╗ ^
║ ImageView ╔══════════════╗ ║ |
║ ║ ║ ║ |
║ ║ Actual image ║ ...
11
votes
4answers
5k views
Setting a maximum width on a ViewGroup
How do I set the maximum width of a ViewGroup? I am using a Theme.Dialog activity, however, this does not look so good when resized to bigger screens, it's also sort of lightweight and I don't want it ...
15
votes
2answers
13k views
How to get the size of a NSString
A "quicky": how can I get the size (width) of a NSString?
I'm trying to see if the string width of a string to see if it is bigger than a given width of screen, case in which I have to "crop" it and ...
16
votes
2answers
23k views
C# ListView Column Width Auto
How can I set the column width of a c# winforms listview control to auto. Something like width = -1 / -2 ?
4
votes
7answers
387 views
Is there any way to compute the width of an integer type at compile-time?
The size of an integer type (or any type) in units of char/bytes is easily computed as sizeof(type). A common idiom is to multiply by CHAR_BIT to find the number of bits occupied by the type, but on ...
6
votes
2answers
5k views
How to make children auto fit parent's width only with CSS?
I have a server-side component that generates a fluid layout "toolbar" using DIV without fixed width, generating many A inside it.
Then I need customize that layout to make all A tags auto fit to the ...
63
votes
8answers
54k views
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 aren't relevant to the question.
The size of the area in the middle is ...
13
votes
2answers
8k views
3
votes
1answer
6k views
screen.width + android
If I trace out the screen.width with my DroidX native browser, I first receive 320 as expected, but on subsequent reloads (without changing orientation) I receive 800... why is this?
36
votes
4answers
22k views
How to set the width of a cell in a UITableView in grouped style
I have been working on this for about 2 days, so i thought i share my learnings with you.
The question is: Is it possible to make the width of a cell in a grouped UITableView smaller?
The answer is: ...
21
votes
1answer
9k views
How can I make a column in a listbox in WPF the same width for all items?
I have a ListBox with an ItemTemplate consisting of a TextBlock and a ComboBox. The problem is that the width of the text inside the TextBlock is not the same for each item and the ComboBox controls ...
17
votes
5answers
33k views
Does height and width not apply to span?
Total noob question, but here.
CSS
.product__specfield_8_arrow {
/*background-image:url(../../upload/orng_bg_arrow.png);
background-repeat:no-repeat;*/
background-color:#fc0;
...
12
votes
6answers
16k views
iPad background for div blocks not spanning entire width of screen
I've had a continued problem with div blocks stretching along the entire width of my iPad's screen. It seems to stop about 20 pixels from the right side of the screen.
Screenshots:
For the menu, ...
11
votes
7answers
27k views
detect window width and compensate for scrollbars - Javascript
How do I detect the width of a user's window with Javascript and account for their scrollbar? (I need the width of the screen INSIDE of the scrollbar). Here's what I have...it seems to work in ...
7
votes
1answer
3k views
Adjusting div width and height after rotated
If I have these rules:
width:50px;
height:100px;
-moz-transform: rotate(0deg)
and then an event changes the transform to:
-moz-transform: rotate(90deg)
logically, shouldn't that automatically ...
5
votes
5answers
10k views
Is it possible to use jQuery to get the width of an element in percent or pixels, based on what the developer specified with CSS?
I'm writing a jQuery plugin and something I need to be able to do is determine the width of an element that the user specifies. The problem is that .width() or .css('width') will always report exact ...
4
votes
3answers
10k views
WPF - DataGrid Column with Width=“*”, but MinWidth to Fit Contents
What would be the best/right way to have a set of DataGrid columns have proportional width (Width="*"), but to have their MINIMUM width be at least the width of their content? At the moment, if I use ...
8
votes
1answer
1k views
background is only as wide as viewport
Annoying problem
When I zoom-in on my viewport window (happens in firefox, chrome) and then scroll horizontally to the right, my background images are clipped
the images best depicts what's ...
0
votes
1answer
340 views
Jquery: animate .outerWidth()?
When animating a width toggle, it's not animating the padding, so i looked into .outerWidth() but i'm not exactly sure how to implement this...
$('#shareheart').click(function(){
...
2
votes
3answers
465 views
C# Processing Fixed Width Files
I have a collection of fixed width files with a varying number of columns and field sizes.
The top of the file starts with a line like:
AAAAABBCCCCCCCCCCDDD and so on
The change in character ...
2
votes
4answers
2k views
Image native width in jquery
With jQuery, i change the src of an image on click
$("#thumb li img").click(function() {
var newlinkimage = $(this).attr("src");
newlinkimage = newlinkimage.substring(14,17);
$("#avant ...
1
vote
6answers
6k views
Bourne Shell Left Right Justify
I am trying to do some formatting on output data in a script and not positive how to do Left Right justify as well as width. Can anyone point me in the right direction?
45
votes
9answers
48k views
How to make a div to fill a remaining horizontal space (a very simple but annoying problem for CSS experts)
I have 2 divs: one in the left side and one in the right side of my page. The one in the left side has fixed width and I want the one of the right side to fill the remaining space.
The one on the ...
9
votes
2answers
7k views
( 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 following problem:
How can I set an image to have a width based on the main view it is ...
21
votes
4answers
15k views
dynamic calculation of UILabel width in UITableViewCell
I am building a custom, in-application settings view based on UITableViewCellStyle1 (or so). I'm trying to dynamically calculate the width of the left label (title) of a cell in order to determine how ...
8
votes
3answers
4k views
Incorrect width in Android webkit browser
I noticed a problem on Android's default browser, where 100% width may actually go past the edge of the screen. Here's a minimal test case:
<div class='separator' width=100% style='border: ...
1
vote
1answer
485 views
Android - getting the width of a button which is set to wrap_content
I am trying to get the width of a button whose android:layout_width is set to wrap_content. When I try to do that in onCreate() using getMeasuredWidth(), I get a value of zero because I think the view ...
15
votes
10answers
21k views
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 is that i have multiple comboboxes on a page and i want them to have different widths for ...
5
votes
4answers
3k views
How to serve up different javascript files by browser width
So I want certain Javascript files for certain browser widths. I know that @media serves up specific CSS per browser width and some devices.
How would I do something similar for Javascript files, ...
4
votes
3answers
5k views
How to properly float two columns side by side with css
This is one of those things I learned a long time ago and never thought much about if I was actually doing it the right way.
Let's say we have a structure like so:
<div id="wrapper">
<div ...
3
votes
3answers
2k views
How can I get android Honeycomb system's screen width and height?
my code:
Display display = activity.getWindowManager().getDefaultDisplay();
DisplayMetrics displayMetrics = new DisplayMetrics();
display.getMetrics(displayMetrics);
System.out.println("screen ...
9
votes
6answers
2k views
100% DIV width is not really 100%
When I have a <div> with width: 100%, it is not really 100%:
<div id="div">testtesttesttesttest</div>
...
#div {
width: 100%;
background-color: red;
}
Now when you resize ...
9
votes
4answers
49k views
Width of input type=text element
How come when I do this:
<input type="text" style="width: 10px; padding: 2px"/>
<div style="width: 10px; border: solid 1px black; padding: 2px"> </div>
the input ends up ...
8
votes
2answers
10k views
