CSS Layout - images
CSS Layout - images
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- Quisp0
Sounds like either would work. Maybe the question is, are the images considered "content" or are they considered "interface". If "content" (ie stuff that may change over time or throughout different pages), consider keeping them in the HTML. If "interface" ie: navigation elements, then consider doing in CSS, particularly if a section uses the same graphic over multiple pages.
For me, sounds like the HTML solution is what you're lookin' for but hard to say based on the details.