Tagged Questions
The property which determines the size of an object in X-axis
22
votes
7answers
9k 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
...
21
votes
3answers
11k 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.
20
votes
4answers
16k 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 ...
18
votes
6answers
25k 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 ...
17
votes
6answers
5k 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 ...
16
votes
5answers
6k views
android get height width of ImageView
╔══════════════════════════════════════════════╗ ^
║ ImageView ╔══════════════╗ ║ |
║ ║ ║ ║ |
║ ║ Actual image ║ ...
16
votes
4answers
619 views
Tricky CSS Layout
So I am making a website with quite a problematic layout. There are four corner images TL, TR, BL and BR indicated by black blocks. The dark orange area is the main content (to a width of 960px), ...
15
votes
2answers
4k views
Canvas is stretch when using CSS but normal with old “width” and “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>
...
14
votes
5answers
17k views
Increase columns width in Silverlight DataGrid to fill whole DG width
I have a DataGrid Control which is bound to a SQL Table.
The XAML Code is:
<data:DataGrid x:Name="dg_sql_data"
Grid.Row="1"
Visibility="Collapsed" ...
12
votes
2answers
15k 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 ...
11
votes
4answers
6k 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: ...
11
votes
4answers
8k 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 ...
11
votes
1answer
12k 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 ?
10
votes
9answers
8k views
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 example below input box go over the table's cells border, the result is horrible. This was ...
10
votes
1answer
5k 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 ...
10
votes
6answers
12k 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 ...
10
votes
4answers
19k 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 ...
9
votes
4answers
11k 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 ...
8
votes
2answers
114 views
Grid inside a StackPanel: why do auto and * behave strangely?
My google and stackoverflow search-fu have failed me, so I present to the community this question.
(This is all generated using VS2010 and .NET 4.0, in a blank default WPF Solution)
Consider the ...
8
votes
3answers
536 views
How to calculate total width of text including the left and right bearing
I am trying to calculate the total width of a span in HTML including both the left and right bearings of the first and last characters. I have already tried Javascript's offsetWidth and jQuery's width ...
8
votes
5answers
5k views
Android TableLayout Width
I have a two column TableLayout as the only child of a scroll view. The first column contains TextViews ('labels') and the second column contains EditText/Spinner/DateWidget etc ('values'). Even ...
8
votes
2answers
9k views
Android dialog width
I can't seem to control the dialog width. I have a simple layout like so`
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
8
votes
4answers
8k 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;
...
7
votes
5answers
2k 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 ...
7
votes
4answers
4k views
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;
}
I have ...
7
votes
3answers
2k views
CSS variable width element to fill in space
In a form, I would like the input:text to fill the remain space after the label to the form is left and right justified.
The label have number of characters so I can't set a fixed width on the label.
...
7
votes
1answer
7k 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"
...
7
votes
8answers
9k 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 ...
7
votes
2answers
5k 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 ...
6
votes
3answers
945 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: ...
6
votes
1answer
409 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 ...
6
votes
5answers
3k views
Changing width of jqueryui autocomplete widgets individually
I'm working with mutiple jquery-ui autocomplete widgets on one page and want to be able to set the widths of each one individually. Currently, I'm doing it like this:
...
6
votes
2answers
4k views
6
votes
3answers
7k 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 ...
6
votes
6answers
200 views
What's the difference between img width&height property and CSS width&height?
The HTML tag img can have width and height property, while it can also have CSS style width and height.
<img src="xxx.img" width="16" height="16"
style="width: 16px; height: ...
6
votes
7answers
870 views
How can I determine img width/height of dynamically loaded images in IE?
My markup is a simple div element with id 'load'. Using jQuery I then load a list of image elements into this div:
$('#load').load('images.html', { }, function() {
$(this).onImagesLoad({
...
6
votes
1answer
3k views
How do I set a Silverlight Grid layout ColumnDefinition width to “*” programatically?
So I'm creating columns dynamically for a Grid layout in Silverlight (V3.0, C#):
LayoutRoot.ColumnDefinitions.Add(new ColumnDefinition());
and you can specific that the width of the column be ...
6
votes
2answers
3k views
JQuery window width not correct in Chrome
I have created a plugin which i have cut down to the bare bones of a plugin (i.e. no functionality, just the structure) to debug this issue and it still exists. It deals with resizing divs and bases ...
5
votes
4answers
101 views
<li> elements with adapted width
I'm wondering if it is possible to do this in CSS, without javascript:
A list of N <li> items, with display inline, equal width, and the width of the all equal to the width of the container
I ...
5
votes
1answer
1k views
What is the maximum iframe width of a facebook page? (July 2011)
What is the maximum iframe width of a facebook page?
5
votes
5answers
247 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 ...
5
votes
2answers
1k views
box-shadow and 100% Fluid Width Issue
I've been polishing up a page I built over the past day or two and have run into an issue after using box-shadow - I was hoping someone might shed some light on an easy way to fix this.
The Setup:
I ...
5
votes
4answers
4k views
IE8 ignores td width, works on IE7
Greetings,
I've been trying to make a site work for half a day to no avail. IE8 is bad for my mental state.
So, there is a table looking like this:
<table width="100%">
<tr ...
5
votes
1answer
578 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
1answer
1k views
How to make textarea to fill div block?
Check out how far have I got it here: [link was removed]
How can I make the textarea above the green button to fill the div block?
I mean, how to make the textarea exactly the same width as the ...
5
votes
5answers
3k views
CSS: Parent-Div does not grow with it's children (horizontal)
I would like the parent-div (red) to grow with the green child-div.
Now it just stops at the viewport.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
...
5
votes
4answers
3k views
can't get true height/width of object in chrome
I have a question, if i set a image height in css and try to get height/width i get different results in different browsers. Is there a way to get the same dimension in all browsers?
You can find a ...
5
votes
7answers
9k views
Reset scale/width/zoom of Safari on iPhone using JavaScript/onorientationchange
I am displaying different content depending on how the user is holding his/her phone using the onorientationchange call in the body tag. This works great - I hide one div while making the other ...
5
votes
3answers
22k views
CSS Layout - Dynamic width DIV
I have a pretty common layout issue that I have traditionally used a table to solve, but would like some advice on getting it done with CSS. I have 3 images that makeup a 'container'. The left and ...
5
votes
3answers
1k views
website using 960.gs what css rule is responsible for divs filling 100% screen width
Hi I am trying to learn CSS and have been looking at the source of websites to learn how it works in practice. I came across the 960 grid system the other day, and found a really beautiful site design ...