Tagged Questions
0
votes
3answers
108 views
Filling the available space with display:table-cell
Is it possible to avail the second div to occupy the available space of the parent div without specifying manual width?
Here is the Fiddle for the tried demo.
.right_cnt {
display: table-cell;
...
0
votes
0answers
312 views
JavaFX 2.2 : Styling a table cell and handling row pseudo-classes (hover, selected, etc)
I'm working on a JavaFX application which include a TableView with special cell, such that when the data in the cell is invalid, the cell turns red.
That's easy enough with css, but I'm having ...
0
votes
1answer
31 views
Vertical alignment with horizontal widths dependent on eachother
Seems like a simple, straightforward example that's kind of giving me fits. Here's an image of what I'm shooting for:
HEre's my HTML
<div class="container">
<div class="caption">
...
0
votes
1answer
121 views
Cannot get border to differ from side-to-side or up-and-down in TableCell javafx 2
I am trying to create a schedule interface within javafx 2+, and I am having trouble getting the TableView to contain TableCells that look like conjoined components.
The first thing that I tried ...
0
votes
1answer
373 views
CSS - Horizontally centering div in liquid layout
All,
Have been banging my head at this for a over an hour and am still clueless how to go about solving this seemingly simple trick:
I want to horizontally center divs in my liquid layout.
...
-1
votes
1answer
187 views
table cell in div is not working
I am using a table and table cell in my website. The left most column needs to start from the top. Instead it goes to the bottom. Below is a link to that issue where the grey div starts from the ...
1
vote
4answers
2k views
last td on new line?
I converted some tabular data from word for a client:
<table>
<tr>
<th><p>SPAGHETTI – Deeg voorgerechten</p></th>
</tr>
<tr>
...
1
vote
1answer
182 views
Keeping table cell from resizing in Internet Explorer
I have a table (I use it for my main layout) with a table cell that is only 20px high. The next cell is a rowspan of 2, that contains my main content. In firefox it isnt a problem at all. It stays at ...
1
vote
2answers
607 views
CSS Trim Table Content
I am looking for a way to use CSS to trim long content from a table cell. For example. say a given cell contains content which is way too long. The width of the table is adjusted to fit this really ...
7
votes
3answers
3k views
Is there a disadvantage of using `display:table-cell`on divs?
What I am trying to accomplish is having a fixed-width first div and a fluid second div which will fill up the rest width of the parent div's width.
<div class='clearfix'>
<div ...
2
votes
2answers
546 views
Image expands the table cell
I have an 600x90 picture and I want a table cell with exactly 600x90 dimensions.
But I tried overflow:hidden and some other solution on the net, but it still expands the table cell for a couple of ...
0
votes
3answers
4k views
HTML\CSS: change cell background for hover state with CSS
look at this jsFIDDLE sample
i want to change the cell background color for hover state with CSS.. it can be attained through JavaScript but i want to do it with CSS... plus i want the whole cell to ...

