Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

56
votes
7answers
3k views

CSS: Truncate table cells, but fit as much as possible

Meet Fred. He's a table: <table border="1" style="width: 100%;"> <tr> <td>This cells has more content</td> <td>Less content here</td> ...
10
votes
3answers
928 views

Firefox 4 and table-layout: fixed

I have an issue which seems to have been introduced between Firefox 3 and 4. Essentially it's to do with table-layout: fixed. I have a scrollable table which uses two DIVs, one for the header and one ...
4
votes
2answers
1k views

How do you create an app that only allows horizontal orientation?

I'm currently creating a side-scroller style game for my final year project for my degree. I'm just wondering how you make the menu designed for when the phone is in horizontal orientation display, ...
3
votes
3answers
1k views

Android: Center align ImageButtons

Hi I have 2 ImageButons like this current layout image I have tried everything to make it align properly in center of screen. As being new to android i don't have any other clues of what to do. How ...
2
votes
4answers
71 views

invalid column width

I have a table with 3 columns where the third column is larger by 6 then the other columns. Here is my example. Why does the third column has the same size as the other? Update: I added another ...
2
votes
1answer
30 views

Android: how to show a dynamic table that is create in 1 class to show in another class also

I am making an android app in which i want to make a dynamic table layout and rows into it. Now i want to use the table layout in another activity That is I dont want to make same table in the second ...
2
votes
4answers
3k views

How to disable horizontal scrollbar for table panel in winforms

Hi I've a tablelayoutpanel and I'm binding controls to it dynamically. When the item count exceeds the height of panel obviously vertical scroll bar appearing there is no problem. But the same time ...
1
vote
1answer
44 views

Ensure that table cell widths are respected

I have a HTML <table> with multiple cols. How do I ensure that the given cell/col width is respected in any case ? That is to say that if I give a cell a width of 100px and if the text content ...
1
vote
1answer
570 views

table-layout: fixed ignores td's min-width

I have a project which requires a table that includes both fixed-width and flexible-width columns. Some of the columns need to be 80px in width always, no matter what the width of the browser. The ...
1
vote
3answers
58 views

Is it possible to make a TableLayout like this in Android?

Is it possible to make this in Android..If it is, can you give me an example? Thanks!
1
vote
1answer
276 views

table layout - fixed column - android

i am able to implement the table layout with header (row) and the column1 as in the picture. But I wish to display Col1 constantly on the screen even when the table is scrolled horizontally. any work ...
1
vote
3answers
118 views

Android Table UI Elements

This is more design oriented but I am trying to figure out if there is a UI element I could use for this or if it is a graphical image they used. http://s2.postimage.org/8wpons46m/whmcs.png I am ...
1
vote
1answer
198 views

Creating 2-column table-like layout with blank/missing cells using divs

I'm trying to build a table-like layout with 2 columns where only some (few of) the cells have actually any data. About 50%-75% of the "cells" are gonna be blank/not existant, so I would like to ...
1
vote
2answers
3k views

How to set padding to columns in table layout dynamically

I am trying to create a table layout with buttons dynamically. I am able to get the table layout with buttons. bt i need padding between buttons. How i can get programatically. I tried following code ...
1
vote
1answer
75 views

how to fix text rendering in tables in Internet Explorer 6 and 7?

When i have a table with some td having colspan=2 or larger, in IE7 and lower the text inside it is rendered only in the space of the first column. I've set an example at http://jsbin.com/ajoqo4/2. ...
0
votes
3answers
18 views

fixed table-layout td words not wrapping

I have a table that is being populated with different lengths of text. I have set the table-layout css property to fixed because it keeps pushing the table outside it's parent creating a horizontal ...
0
votes
0answers
18 views

Text exceeding td width in Internet Explorer

(I kindly ask you to avoid lecturing me about the benefits of table-less layouts. I was asked to write the code this way.) I set a red background on my containing to highlight the issue: ...
0
votes
2answers
94 views

CSS “table-layout: fixed” and cell with auto-width by inner content

I have a problem with table-layout:fixed and width of inner columns if their content wider than column. Look at my sample here: http://jsfiddle.net/H5FLm/ Main idea of this markup that I need ...
0
votes
0answers
30 views

onTouchListener not workimg with TableLayout - Android

please why when I bind OnTouchListener on TableLayout, touching screen is not firing the event?I have buttons nested in the TableLayout and handlers binded on them are firing properly.. I tried set ...
0
votes
1answer
248 views

Adding rows to a TableLayout dynamically in Android

I am working on an application that needs to add rows to a table with 2 columns dynamically . Below is the code i am using .... i am getting a "ForceClose" error ... plss help .... <?xml ...
0
votes
1answer
290 views

Align columns of different tables in a sortable list

I have a sortable list, each sortable item contains a table. I would like to align the columns from all the tables. Using table-layout: fixed in CSS works fine, but when the cell contents are too ...
0
votes
1answer
154 views

div with 50% height inside a td without javascript

Is it possible to set div height to 50% of a cell? For example: http://jsfiddle.net/hyNWy/152/ (updated) Of course, that doesn't work, but maybe there is a way to set that height for the div?
0
votes
1answer
380 views

Table-layout: fixed - IE8 delay render problem with dynamic content

I am using a table with style table-layout:fixed to solve wrap problems. The table content is dynamic produced with PHP. When the page is rendered, many cells content doens't appear! The content ...
0
votes
3answers
1k views

html images in table with no space

I have an html table in which I am placing images side by side inside the td's. How can I get it so that there is no space at all between each image? By default all browsers seem to put in a small ...
0
votes
1answer
654 views

Weird table-layout:fixed; “bug” on WebKit

I'm building grid component for my own needs with sortable columns, rows, etc. Existing ones either were not suiting my needs or were too heavy. I just started on resizable columns when realy ...
0
votes
1answer
411 views

Table-Laout:fixed rendering different in IE6/7 then IE8/Chrome/FF

Basically I want the column widths on a table to ignore the size of the data. Excess data can be cutoff. Right now it is stretching the width of my columns even though I'm using table-layout:fixed. My ...
-1
votes
2answers
91 views

How to make the lines of the column as black

The make the columns of the table as black (both outline and inside) <table width=80% border=0 cellspacing=0 cellpadding=3 align=center> <tr><td colspan=2><font face=verdana ...