All Questions
5 questions
0
votes
1
answer
97
views
Make both boxes beside have always same height
I am pretty new to everything and is trying to achieve header, 2 boxes with different width and a footer. Everything all together but I need to make so when content in the box is changed the height ...
1
vote
1
answer
4k
views
How can I center 3 columns inside a row?
I have an issue with my footer: I want 3 centered columns inside a div row. This is the code.
.col-1 {
float: left;
width: 20%;
padding: 5px;
height: 100px;
}
.col-2 {
...
1
vote
0
answers
44
views
Responsive CSS-JS-Slideshow thumbs
I am working on a slideshow combining css and javascript, but currently I have no idea how to realize the planed design as it need to be responsive for different screen-sizes.
Following I've added a ...
0
votes
1
answer
197
views
Making balanced columns that don't reflow when elements change size
I have a list of things that I want to display in columns. Each thing has a description that is hidden by default, but which expands and displays when you click the list item:
<ul>
<li>...
1
vote
0
answers
85
views
Allow larger elements to push down and move other elements out of the way without leaving spaces
While attempting to make an 'image wall' of sorts, with differing sizes of images, it's proven difficult to leave no gaps.
Ideally, larger images should push images to both sides, not allowing any ...