rocknbil

msg:4076045 | 1:13 am on Feb 8, 2010 (gmt 0) |
<rasies hand> I am a fan of the 1px solution. The render performance of which you speak is dependent on the computer viewing it. The number of object requests from the server and size of the objects will outweigh the importance of tiling in load time of the page. Maybe on an old 486 . . . one might be able to tell the difference. :-) But on an old 486, you'd probably be running a 56K modem at best, and if you want to see a site *today*, it's very likely you'd have images off.
|
Xapti

msg:4076519 | 7:51 pm on Feb 8, 2010 (gmt 0) |
You're talking about using multiple 1px images for gradients? That's done with javascript/php? or just a buttload of files and css? Either way, I don't consider it a good idea cause its just an extra thing that causes bloat.
|
Xapti

msg:4076521 | 7:53 pm on Feb 8, 2010 (gmt 0) |
hate when i press the back button and it double posts...
|
rocknbil

msg:4076684 | 11:52 pm on Feb 8, 2010 (gmt 0) |
| You're talking about using multiple 1px images for gradients? |
| No . . . single image in both cases, say a body/div BG is 1px x 600px. body { background: #fff url(/images/body-bg.gif) top left repeat-x; } As opposed to a 20 px x 600 px image for the same thing. Load time versus browser having less tiles to render.
|
sonjay

msg:4076964 | 2:41 pm on Feb 9, 2010 (gmt 0) |
I usually use something at least 20 pixels or so wide -- not because of performance considerations, but because I find it easier to work with in Photoshop, and easier to troubleshoot if the background image isn't showing up, or if it looks wonky. Can't say I've ever noticed any performance problem either way, though.
|
|