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

learn more… | top users | synonyms

1
vote
1answer
34 views

Resizing columns in a QTableWidget

I'm developing a C++ Qt application that uses QTableWidget to show data. As far as I know, QTableWidget provides automatic resizing mode for columns: resize the last one. This approach didn't fit ...
0
votes
0answers
61 views

Calculate size of textstring in pygtk pango for text fill

I'm searching for a method to pre calculate the width of a text string with variable length with python gtk/pango. I want to use it for adjusting text size automatically fill a given space, for a GUI ...
0
votes
4answers
20 views

Change div's width by a value in JS

How to change div's width by a certain value, like this: someDiv.style.width += "100px"; It works when I want to set a value (i.e. width = "100px") but the problem is with += operator.
0
votes
1answer
26 views

Content-dependent div with labels

<div id="combobox"> <label><input type="checkbox" id="tag3" name="checkbox" onclick="toggleTag('tag3')"/>DialogProc</label><br/> <label><input ...
0
votes
1answer
85 views

Image Resizing - Width 100% with Max Height

I'm wondering if this is at all possible. I have a content area, and I'm going to put a picture in it. If it is less then 800px high after being put in the container with width:100%, then I want it ...
0
votes
1answer
31 views

Label width in tkinter

I'm writing an app with tkinter and I am trying to put several labels in a frame... Unfortunately, windowTitle=Label(... width=100) and windowFrame=Frame(... width=100) are very different ...
0
votes
1answer
40 views

Width 100% of space between floated left and right div

I have a div on the left side and on the right side, both fixed width. I have a middle div witch is also fixed width. I want the middle div to stay in the middle of left and right div no matter ...
0
votes
2answers
23 views

Adjust Like-Box

We put the like-box on a sidebar of our site. The width must be 172px. The consequence is, that the text "you like this" besides the like button is nearly unvisible and you can only read the first ...
0
votes
1answer
20 views

CSS selector: how to make 2 spans each fill 50% of their parent's width?

This doesn't works: Given an HTML such: <body> <div class="list"> <span class=" level">hello</span> <span class="logic-english">world!</span> </div> ...
0
votes
2answers
28 views

Div Not Responding to Width CSS

In the process of creating a form, and I want the text labels to all be the same width. For some reason that I cannot discern, using width is not working as in: .form-label { display:inline; width: ...
0
votes
1answer
31 views

WPF prevent dynamic grid contents from stretching beyond parent size

Have a UserControl that must never exceed 700px in width. Have set it's MaxWidths to 700px. Inside is a grid - 3 columns. First and second column will have labels, third column will input fields. ...
0
votes
1answer
39 views

table cell width of 1px, table width of 1440px

I wish to create a table with 1440 columns. each column will represent a minute of the day. My goal is to show what was happening each minute of the day by setting the background color of the cell ...
0
votes
0answers
24 views

element.pixelWidth Vs element.clientWidth

I just want to know the difference between element.pixelWidth and element.clientWidth. Can there be differences in their values? If yes, then why? I am using IE 8 in standards mode. Assuming ...
0
votes
2answers
27 views

How to get scrollbar for dynamic width?

i have given width in percentage to my project. but internal things have fixed width. when browser resizes things are come outside of divs and no scrollbar is made. what can i do for this problem?
0
votes
0answers
32 views

jQuery menu not expanding to the full width of the text

I have the following menu below. In IE 9 the width of the buttons are just wide enough for the text but not including the carat (>). I have width: auto and this works in Firefox and Chrome but not ...
-1
votes
0answers
85 views

Nivo Slider, but with responsive backgrounds. Jquery not wordpress [closed]

Sorry for not clarifying this enough, but I'm just looking for how to create a full width slider like it is on here. (www.nynespot.com). Where the content on the slider is kept within the parameters ...
0
votes
0answers
36 views

.net Charting width based on data amount

I am using System.Windows.Forms.DataVisualization.Charting to vizualize data of a waveform. Obviously it is thousands of values, but I want to display only on the first graph 1022 values and on the ...
0
votes
0answers
10 views

Live Width Detection

I have a progress bar with a certain width. I would like to add a class (addClass) to a specific div (.practice-questions) if the progress bar width is less than a certain percentage. However, it ...
0
votes
2answers
23 views

CSS width in percents is shorter for select than other tags

I noticed that while applying width: 90% to several elements, the select gets rendered shorter, than the other elements. This jsfiddle shows that behavior. I checked with Opera, IE9, Safari, Firefox ...
0
votes
1answer
30 views

Strange CSS bug on mobile

I have this site which, when on Safari or Chrome on iPhone/iPad (only devices tested so far) the html element renders to about 80% width of the screen, although some elements extend over it and others ...
0
votes
1answer
22 views

Android: 2 TableLayouts side by side

Is it possible to display 2 TableLayouts (in a RelativeLayout) side by side so that both tables have the same width? I just don´t know how to do that. I already tried it with setting ...
0
votes
3answers
42 views

CSS max-width has no effect; width used instead

I'm trying to set an element to be a certain size in pixels, or, if that exceeds a certain percentage of the screen, that percentage of the screen. I looked around and it seemed like max-width should ...
0
votes
2answers
40 views

jquery height and width returning incorrect values in internet explorer 8 (ie8)

The following code is working fine in IE9+, Chrome, Firefox, Safari, but not on IE8. It's always returning the column height as 0 and the width incorrectly. Ideas? jQuery version: 1.9.1 $(function ...
0
votes
0answers
49 views

Android - Get layout width

Please excuse my bad English, I'm French ! So, I've got a little problem in my android App. I need to get the width on the layout of a listview item. When the listview is created, the width is : 0 !! ...
0
votes
3answers
89 views

DIV width to content of other DIVs, floating and centering all

I would like to achieve something that initialy looked simple to me but turned out to be not. My code is: <html> <head> <style> div { border-top: 1px solid black; margin: 10px; } ...
0
votes
0answers
30 views

JavaScript screen.height and screen.width returns incorrect values

I want to get screen resolution of user display from JS, so i decide to use screen.height and screen.width properties, but i noticed that i got some incorrect values, f.e. i have full hd display with ...
0
votes
1answer
35 views

AS3: How to get arround the restriction of using properties (width, x, y, etc.) in static setter function?

Variant 1: public static function set setWidth(w:int):void { width += (w); //not working } . public function Caller() { ProgressLine.setWidth = -20; ...
-1
votes
1answer
36 views

Full-width images without using background property

I'm trying to set up a basic portfolio using wordpress as a cms, different post for each project etc. I'd like the images to fill the screen width (fluidly, so will scale on resize) but without using ...
0
votes
0answers
30 views

best-in-place extra width kills layout

I am using the best-in-place rails gem to handle inline-editing. as you can see in this example, an input element pops up as soon as you click on a best-in-place text: ...
0
votes
0answers
9 views

Nested div with incorrect width

Is there any way of making the following display correctly. Currently the footer width is not the same as the content width. The footer overruns the width of the container. I know that if I make ...
0
votes
1answer
36 views

javascript function executing on second click

I have a need to collapse/expand the width of a div (rather that hide/show), and for some reason this code that I wrote only seems to start working with the second click. If it put an alert in to ...
0
votes
1answer
26 views

IE8 Background Cutoff

I have a website that is using a div to display a background image across the screen, I have nothing in the div, but I am specifying a height. My code looks like: <div id="nav"> <!-- ...
1
vote
2answers
53 views

Prevent text from expanding shrink wrapped div

I have a holder div that's shrink wrapped around a couple other divs, so the holder doesn't have a set width. Also inside the holder is another div that contains text. When there's too much text it's ...
0
votes
3answers
42 views

input box putting margin to right in a table with full width

when i try to put an input box in a table which has a width of 100%, it puts margin to right. i just want inputs to fit the table without expanding the table. http://jsfiddle.net/aKznJ/1/ table { ...
0
votes
0answers
36 views

Resizeable webpage layout depending on screen resolution and browser size

I have a template and it looks good on maximized browser but when I resize it to smaller window, the layout is destroyed. When my mentor checked my work, it was not in the full screen since his ...
0
votes
2answers
38 views

does IE8 supports width values as percentages?

does IE8 supports width values set as percentages? I have a form which width value is set to 33.33% but IE8 ignores that value, unless is set in pixels.
0
votes
1answer
12 views

Replacing width values in PHP (With Conditions)

I know there has been questions on replacing width values with PHP before and that's not really where my issue lays. $contentWidth = 'width="600"'; $screenContent = get_the_content(); $screenContent ...
0
votes
0answers
29 views

Is 125000 the maximum width whereby the border is drawn?

The following simple XAML puts a border on the base of a grid inside a scroll viewer and links the grid's width to the value of a slider. <Window x:Class="BorderWidth.MainWindow" ...
2
votes
2answers
64 views

How can I reduce the width of column in Oracle (SQL Plus) with TIMESTAMP datatype?

In SQL Plus output it is taking up much more space than it needs and I'd like to reduce it from say 50 chars to 20.
0
votes
1answer
28 views

TD width - the minimum needed using CSS

Consider this table: <table style="width: 100%"> <tr> <td>Static length</td> <td>Static length</td> <td><div>Length ...
1
vote
1answer
42 views

How to resize <img> in <div> with float:left?

I've got problem, how to automatic resize height of in . Here I'am trying to make pure css slideshow, and its works, but when I scale browser window width changes and height - doesn't. Why? and how ...
0
votes
2answers
26 views

Change UISearchBar width from right point

I have UISearchBar and I want it to expand on tap. I have animation like : [UISearchBar beginAnimations:nil context:NULL]; [UISearchBar setAnimationCurve:UIViewAnimationCurveEaseInOut]; [UISearchBar ...
-2
votes
3answers
71 views

set width of characters with java [closed]

I was working on something and was wondering if there is any way to set width of a character. For instance, lets say you enter character "i". I want to set the width of "i" to something (could be 1, ...
1
vote
1answer
33 views

Computing UIVIews new width before rotation

I'd like to know the new width my UIViewControllers view will have after a rotation change, but I need this information already in the - ...
0
votes
1answer
62 views

css variable-width issues with a mock LCARS (Star Trek) just-for-fun site

Just to keep my front-end web dev skills current, I decided to create a "sandbox/playpen" website based on the the fictional LCARS user interface familiar to fans of Star Trek. Here's the link. ...
0
votes
2answers
21 views

HTML Table Expands to End of Window in Email

I'm experiencing a bit of a frustrating problem with no real means to find solution... I'm coding an HTML email and I have a particular table that is expanding all the way to the end of the browser. ...
0
votes
3answers
66 views

Changing width & centering Wordpress horizontal menu items

I am currently working on the following Wordpress site: http://2013.whitehallrow.com/ It's obvious that the horizontal menu items are not styled properly. I want the "Media" link to fit on the right ...
0
votes
1answer
46 views

html table td size fixed and relative mixed

For example, <table width="100%"> <tr> <td width="40"></td> // left margin <td width="10">0</td> <td width="%"></td> <td ...
0
votes
0answers
29 views

jquery mobile accordion including canvas

I try to add several small canvas elements to accordion content area. How can I dynamically extend the width of the content? http://jsfiddle.net/WBHUk/ <div data-role="page" id="page"> ...
0
votes
2answers
41 views

Make TableRows even width

Below is what my screen looks like: You can see that in row 1, the two buttons are not aligned evenly since the right box is 2 lines and the left box is 1 line. Also, you can see in row 3 that the ...

1 2 3 4 5 47