How to make the background colour in a CSSed column stretch all the way down: use an image. Sigh. I thought the point of CSS was not having to use hacks and single-pixel gifs and all that nonsense. Though perhaps this is better.
7 thoughts on “column all the way down”
Leave A Comment Cancel reply
Recommended Posts
In 2022 I learned about FAIR data, the movement to make research data Findable, Accessible, Interoperable and Reproducible. One of UiB’s brilliant research librarians, Jenny Ostrup, patiently helped me make the dataset from the Machine Vision project FAIR in 2022 – I wrote a little bit about that in my […]
Thanks to everyone who came to the triple book talk of three recent books on machine vision by James Dobson, Jussi Parikka and me, and thanks for excellent questions. Several people have emailed to asked if we recorded it, and yes we did! Here you go! James and Jussi’s books […]
Finally I can share what I’ve been working on! I absolutely loved writing this book, taking the time to dig deep into histories, ideas and theories that I think really help understand how machine vision technologies like facial recognition and image generation are impacting us today. I wanted the book […]
Last night I attended the OpenAI Forum Welcome Reception at OpenAI’s new offices in San Francisco. The Forum is a recently launched initiative from OpenAI that is meant to be “a community designed to unite thoughtful contributors from a diverse array of backgrounds, skill sets, and domain expertise to enable […]
I’m thrilled to announce another publication from our European Research Council (ERC)-funded research project on Machine Vision: Gabriele de Setaand Anya Shchetvina‘s paper analysing how Chinese AI companies visually present machine vision technologies. They find that the Chinese machine vision imaginary is global, blue and competitive. De Seta, Gabriele, and Anya Shchetvina. “Imagining Machine […]
Whenever I give talks about ChatGPT and LLMs, whether to ninth graders, businesses or journalists, I meet people who are hungry for information, who really want to understand this new technology. I’ve interpreted this as interest and a need to understand – but yesterday, Eirik Solheim said that every time […]
Eivind
This is probably the most annoying problem about CSS, and I often end up with wrapping the whole thing in a table, which is just terrible.
I wonder if CSS3 has anything in stock for fixing this problem..
Anders
The solution depends on the design you want. If you have two elements, a tall and a short, make the desired background colour for the short element the background colour for the whole page, and then set the background colour for the tall element specifically.
If you haven’t changed your mockup, I guess you are thinking about the blue at the bottom of the image. Make the page background blue and put the blog text in a that has a white background. I am pretty sure the blog part will always be as tall as the whole page, even if it isn’t in your mockup.
Anyway, I try to follow Jeff Veen’s HotWired principle: know your code, and make the limitations a design feature. Why do you need the column to have a single colour all the way? Isn’t there another way of getting the same effect? Check out this redesign suggestion for Jakob Nielsen’s site.
Nina Terese
Is this what you are trying to do? http://www.moronicbajebus.com/playground/cssplay/twocolumns/
Jill
Yes! This is more or it! And the solution is more or less the same as the other solutions I’ve seen, too – you seem to need that background image…
Jason
I actually ended up having to do a dual-color bg image (light gray and dark gray) while setting the bgcolor of the main content area to white. Yeah, it was tricky, and a pain (but I’m pretty sure it’s valid).
You can see what I mean if you look at my search result page, which I never really cleaned up:
http://www.wordherders.net/cgi-bin/mt/mt-search.cgi?IncludeBlogs=2&search=new+design
The third row of color (not green, not darkest gray, but the dual gray band) is actually my background image, which allows me to do the tri-color effect all the way down my main page.
Jill
Which reminds me, anyone know if there’s actually any way of making a template for the search results page in MT? My search pages seem to just choose a random style sheet from any of the blogs running on that installment, which isn’t terribly convenient.
matt
Far be it from me (whose cookie-cutter blog cuts no design ice) to carp, but on some little screens I think your infinitely long T-shirt is too costly, width-wise. Especially as one scroooolls down.