Tagged Questions
The two-columns tag has no wiki summary.
5
votes
3answers
108 views
CSS about two column layout
I have never thought that writing a simple two column layout is so complicated using css....haha
What I want to do is the following:
When the height of the content div exceed the height of screen ...
3
votes
1answer
216 views
Windows Phone 7 - Two columns listbox
How to bind data to two columns listbox like this:
| Item1 | Item2 |
| Item3 | Item4 |
| Item5 | Item6 |
| Item7 | Item8 |
ItemX is button or img from datasource.
I want do it in WP7 ...
2
votes
2answers
66 views
figure* environment in twocolumn knitr/Sweave document
Sounds like it should be a common problem, but I didn't find an obvious trick.
Consider the knitr Rnw file below,
\documentclass[twocolumn, 12pt]{article}
\usepackage{graphicx}
\begin{document}
...
2
votes
2answers
82 views
Centering a background image in the left of two columns
I have a big image, and some text that I would like to lay out in two columns, both 50% width, with the text in the right hand column and the image in the left hand column. I'd like the left hand ...
2
votes
4answers
664 views
CSS: two colums (fixed/fluid) - same height
What's the best way to do this simple thing?
left column, fixed width, background say yellow
main column, rest of the screen
main column will contain text of indefinite length, and I want the left ...
2
votes
7answers
3k views
Automatic two columns with CSS or JavaScript
I'm currently developing a website and my client wants the text of various articles to overflow into two columns. Kind of like in a newspaper? So it would look like:
Today in Wales, someone actually ...
1
vote
1answer
132 views
GROUP Combinations of Columns, not Permutations
On a website I've been working on users are allowed to submit data into a table, and when they submit the data, they are asked for a partner name, since two people work on acquiring the data. I am ...
1
vote
4answers
60 views
css layout question (about columns)
I have this HTML structure
<div id="header">
…
</div>
<div id="menu">
...
</div>
<div id="content">
...
</div>
<div id="footer">
...
...
0
votes
1answer
31 views
overflow scroll
I have the following code. When I shrink the screen and the width of the screen is less then 800px, the aside will be pushed down, below the form. I want the aside to stay on the right of form, and a ...
0
votes
1answer
50 views
Read database, put the text in two columns to fill them, and same the rest iPad
after search a lot, I couldn't find an answer to my problem.
I want to build an app for iPad like a book, with two pages, with one column each.
After read some text from a database, I want to ...
0
votes
2answers
384 views
How to make a-two-column UITableViewController list?
I need to present my table view with a two column list. I read some related posts about making some grid by overriding drawRect (here). However, I'm seeking a simple way to design my cell with IB in ...
0
votes
1answer
69 views
identifying or coding unique factors using R
I would like to create a new variable,litter, to indicate each sow or litter in different farrowing dates (fdate). Each litter is to be numbered from 1 to N with an increament of 1 as shown in the ...
0
votes
0answers
162 views
Making a line-separated left-margin in LaTeX
I'm trying to write a user guide in LaTex, and I want to layout my page in a way that I can put in a left margin for comments / notes on the corresponding lines of text in the main portion of the page ...
0
votes
3answers
206 views
Two column Overflow
I want to create a two-column content area with a max width of 700px and and two columns inside with a max width of 340px each. Here's the catch....can I make the content from the first column spill ...