lisakomodo
New Member
As a web developer, I have to cut a layout similar to this (example website by Ruben Bristian):
Should I bother with cutting multiple small images like a logo:
a label:
and so on? Or should I just make one big background image with all elements like this:
and make a positioned \[code\]<a href>\[/code\] with \[code\]display: block;\[/code\] for a linked logo?A single image has smaller size than multiple elements altogether. What are the other pros and cons?