Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <ol> <li>A search engine can't make sense of it.</li> <li>A blind or otherwise visually-impaired person can't make sense of it.</li> <li>Someone blocking images because he's on a mobile phone with expensive internet can't make sense of it.</li> </ol> <p>There are a few reasons :-)</p> <p>Also important:</p> <ol> <li>Changes are not easily made to whole, pre-composited images, unless you still have access to the original layered variants. And hopefully they contain text as well, not just pixel data. (Mentioned by others before already. Credits go to <a href="https://stackoverflow.com/questions/1573010/why-is-it-bad-to-just-have-one-big-picture-as-your-homepage/1573039#1573039">pierre</a> and <a href="https://stackoverflow.com/questions/1573010/why-is-it-bad-to-just-have-one-big-picture-as-your-homepage/1573037#1573037">Kendrick</a>)</li> <li>If you're using background images don't forget to set a text and background color too. Otherwise people not seeing any images might have a hard time deciphering your text (black on black isn't nice to read :-))</li> </ol> <p>You can still use one large image as background. How the text is layed out above that is another matter entirely. In fact, chopping up the image and piecing the pieces together is painful using CSS too. In my experience it's best and easiest to leave background images unchopped and instead composite the rest of the layout above them, using other images or backgrounds if needed. This gives you a little more flexibility when changing a layout again, too.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload