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

learn more… | top users | synonyms

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
69 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
47 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
32 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
42 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 ...
0
votes
0answers
25 views

Nexus 7 Responsive CSS - strange y-axis movement for no obvious reason

I'm wondering if anyone else has experience in this issue. I'm working on a responsive build, which works fine on everything but my Nexus 4 and Nexus 7. Both browsers render the page with a tiny ...
0
votes
3answers
92 views

Absolute positioning element 100% width inside relative positioned container bug in webkit

I've used this positioning trick a bit to achieve complex outcomes. I think I've come across a bug in webkit browsers which I'm struggling to understand. Here is the simple markup: <table> ...
0
votes
2answers
30 views

What determines the width of an <ol> with {display:inline-block;}?

I have an <ol> element to which I'd like to apply a background color. I don't want the background color to cover the entire width of the <ol>'s parent but rather just its contents + some ...
0
votes
0answers
77 views

Selectbox's width shrinks on tag deletion in Select2

I use Select2 to make a tagging box. I added the following html code: <select id="tags" multiple=""> <option value="tag_1">Tag1</option> <option ...
-1
votes
0answers
54 views

HOw to auto increment size of existing csv file by uising java code?

i am generating csv files and adding some records into that CSV files from mysql database by passing query in my java code.The CSV file is generating but the width of column size is not auto incresed ...
3
votes
1answer
143 views

Two Spinner menu items in ActionBar width

I've manually built two spinners in the Action bar, by creating at first two menu items in the main.xml file. With the line cSpinner.setAdapter( ArrayAdapter.createFromResource( this, ...
1
vote
1answer
32 views

Jquery calcutate width issue while first time load

Images is appearing cumulatively added when page first time load.Jquery not calculate width dynamically but normal appearing second load or after page refresh.What could be the reason? Javascript: ...
0
votes
0answers
32 views

Change padding on fancybox depending on image width

I am new to javascript and jQuery and am trying to make a slideshow using Fancybox. The problem is that I want the images to display on a box of the same size regardless of whether they are portrait ...
0
votes
2answers
61 views

How can I use image with a 100% width and a fixed height - and have them not distort?

Google wasn't giving me anything helpful :( I'm after a way of having an image have a 100% width, and a fixed height, say, 400px, and not stretch horribly, and instead of stretching, zoom in? I ...
4
votes
2answers
78 views

Use jquery to increase width of container by 10 rem

How can I increase the width of an element by 10rem using jquery. Issue is Jquery always return width/height in pixels and we want to update the height/width in some other units. Example on: JS Bin ...
0
votes
0answers
56 views

Android layout weight doesen't work?

Here's the problem. I have 3 layouts. Each includes one of the other layouts. full_schedule includes 6 day_layouts. Each day_layout includes 15 class_layouts. full_schedule should have each day_layout ...
0
votes
1answer
41 views

.height/width of div returning different values into canvas

Above is a test website I'm trying out the new HTMl5 canvas tag. I've stripped it down a bit just to make the relevant code easier to locate. The issue I'm having is when setting the width and height ...
0
votes
1answer
51 views

table's columns width changes after adding another page to tr using ajax

i have a problem which is kinda hard to explain i hope you will understand and help me, i have a table which produce rows dynamically, when a row is pressed it showes a page containing some ...
0
votes
1answer
30 views

if element width is greater than, then execute jQuery code

I have the following javascript right below the relevant html area and it is not seem to be working. I'm pretty sure I have the correct method of getting the width of the relevant div tag but not sure ...
-1
votes
2answers
54 views

Updating a variable without page refresh (JavaScript)

Okay, I'm pretty new to the JavaScript stuff, and I would like some help. The variable that needs to be auto-refreshed: var width = document.body.clientWidth; So basically, I want to do different ...
0
votes
0answers
20 views

table columns move after using xmlhttp.open to add another page

i have a problem which is kinda hard to explain i hope you will understand and help me, i have a table which produce rows dynamically, when a row is pressed it showes a page containing some ...
0
votes
1answer
110 views

Can PHPExcel auto-fit based on a single cell value?

In PHPExcel, is it possible to auto-fit a column based on the value of only a single cell? Say you have a heading in cell A1, you often don't want that auto-sized as it's to big. So you may just want ...
0
votes
3answers
53 views

How to count all previous 'li' element width on hover?

I have list and I'm trying to write jQuery code to count previous li width than I hover on some element. For example if I hover third element I need to get first + second elements width. <ul> ...
0
votes
3answers
53 views

Resize <div> automatically based on text?

I've got the following JS Fiddle to demonstrate what I'm trying to accomplish: http://jsfiddle.net/sVKU8/2/ 1) I assume this first part is easy - Is there a way to update the parent label class to ...
1
vote
3answers
46 views

Why won't these form elements with width 50% display on one line?

I have two form elements (a text input and a submit button), that I want to display on one line, both with a width of 50%. This doesn't work with the following HTML/CSS: HTML <form ...
0
votes
2answers
39 views

make an image fit its container by setting the image height to the containers height

say i have container.a and it has some height in pixels, say i have another container.b within container.a that is 80% of container.a, now say i want to fit an image that has some height in pixels ...
0
votes
0answers
34 views

Full width HTML5 Video issue

I am looking for a way to do a full width (but not full height) HTML5 video. Something like what the background-cover CSS for images would let me do. Example: http://photohack.rs.af.cm Where the ...
0
votes
0answers
30 views

Changing element inside TableLayout resizes all element in column

I have a TableLayout where the first column contains labels, and the second column contains EditTexts or other widgets. Now, I would like to stretch those columns so they are even, but I would also ...
1
vote
3answers
44 views

In Android how to get the width of the Textview which is set to Wrap_Content

I am trying to add a text to the textview for which i have set the width as Wrap_content. I am trying to get the width of this textview. But its showing 0 in all the cases. How Can i get the width of ...
1
vote
1answer
33 views

DIVs surrounding image (Probably easy answer)

I have 3 divs in a header. dynamic width 55px wide with a background image 200px wide I'm trying to get the left div to fill the rest of the horizontal width, and I've read some answers already, ...
1
vote
0answers
16 views

iPad 3 set auto-width on webpage

I am creating a website. The width of my page is too wide, that means I have to scroll to the side. On the page there is no element with fixed width, so why do I still have to scroll sidewards? I ...
0
votes
0answers
30 views

Full Width Image

Am trying to make my menu bar and my image below it below be of width 100% on any screen. currently what i have is only looks gud on a laptop. but on a desktop there is a horizontal scroll down there ...
1
vote
3answers
30 views

How to increase width of child element beyond parent element

I am trying to get something like this blog has: But What I get is (I am not trying to copy him,obviously i will change the img,etc) The borders are getting cut because the width of the parent ...
0
votes
1answer
34 views

Adjust Width % of Wordpress Widget

my website sidebar widgets look fine when I view www.aryaziai.com from my desktop. However, The ONLY issue I have is that when I view my mobile version of my site, the "featured video" sidebar sticks ...
0
votes
3answers
123 views

html 100% width header and footer

I'm designing a website, I want my header and footer divs to span 100% width of the page and start from the absolute top and bottom of the page with no white spaces I currently have this. ...
0
votes
0answers
76 views

width: 100% not working on iPhone - CSS

Here is the website: http://what-to-do.net78.net When you view this website on an iPhone the grey colored bar DIV (#top-seperator) doesn't expand to the length of the screen. #top-seperator { clear: ...
0
votes
2answers
45 views

Set width of the concatenated column in Oracle SQL SELECT

I'm trying to set width of the concatenated column in Oracle but I'm not sure how to accomplish this. I have something like this (simplified): SELECT t.first_name || ' ' || t.family_name "Trainer ...
1
vote
0answers
98 views

Jquery .width() results are different in Firefox and Chrome

I am trying to measure the width of a string. To do this I create a div width the string as value, add it do the DOM and measure the width using Jquery's .width(). The problem is that I get different ...
10
votes
4answers
196 views

CSS positioning to fill container: width vs. left/right?

Considering: For elements that are absolutely positioned inside a relatively positioned container. If you want the element to fill the width of the container. The element is also bottom-aligned. ...
2
votes
1answer
766 views

HTML email in outlook table width issue

My HTML email template is displaying correctly without major problems in Gmail, Apple Mail and iOS Mail. Outlook however is a horrifying mess and I can't for the life of me figure out what I've done ...
0
votes
0answers
10 views

Update td width using td position

I have goggling and find TD position using $('.tccss').click(function () { var col = $(this).parent().children().index($(this)); alert('Column: ' + (parseInt(col) + 1)); }); Now i need ...
0
votes
1answer
54 views

Center two css divs with variable width in a div with fixed with

I am trying now since hours, nothing helps. Just simple: I have two divs with variable (dynamic) width. Both should be side by side in a wrapper div, that has a fixed width. Everything I try: I see ...
3
votes
0answers
64 views

Horizontal progress bar width in actionbar

I'm displaying an horizontal progress bar in my action bar. My problem is the progress bar width is not the action bar width, but smaller (but centered). Is that a normal behavior? How can I give it ...
0
votes
2answers
35 views

Embedded ruby inside style width tag

I'm trying to add embedded ruby into my css style width tag. Here is what the code currently looks like: <div class = "progress progress-info"> <%target = ...
0
votes
1answer
192 views

jqGrid hidden plus/minus/open icon column make subgrid less wide as main row

Following to this post about hiding plus/minus/open icon column, I have applied these suggests, so in CSS file : .subgrid-cell { display: none; } All is OK : but the subgrid don't fill the width ...
0
votes
2answers
60 views

define dynamic width of textbox using DOM approach

i am tyring to insert textboxes to create empty rows but i want first textbox should be of 50px only i am creating them onclick event of a button using DOM approach how to define the width with ...
-7
votes
2answers
65 views

In website designing, width and height is varing for each browser.how to prevent this [closed]

I am new to designing the website. I am using chrome in linux. and i have tested my website in chrome in windows. I got one problem like height and width is varying? How to make my website design ...
0
votes
0answers
89 views

fixed header and first column for scrollable table

I had follow below link and my 1st stage achievable using this link, ...
0
votes
1answer
53 views

Template countmodules adjustable width?

Okay, I'm sure this has been answered before and also I believe this link could help me http://docs.joomla.org/Hide_column_to_avoid_width_issues I'm not very familiar with syntax or php coding so I ...
0
votes
3answers
82 views

Fluid Width Slider

I am making a website here: argit.bounde.co.uk I have followed a tutorial on making a slider and it works on the principle of having a ul of a big width and then the li's floated. This is then all ...

1 2 3 4 5 47