Hi.
I have on my web page some gradient backgrounds for whole page and also for navigation menu.
I see many people use images that are 1px width and then let browser to repeat them a lot of times.
But is this not bad for browser performance? Saving little time on download but maybe when browser will need to draw that image 1200 times and another image 1000 times... maybe result will be not better. Especially when page is scrolled or something.
Are you using this 1px technique?
I am thinking to change my images to maybe 10px or even more...