|
womble -> RE: gif include vs. overlay (1/20/2008 11:05:38)
|
quote:
ORIGINAL: codenamebill26 bottom line is do what makes you happy and what suits your needs, if they wanna see your page they will wait, if not then you didnt need to share your creation with them right??!??! If for nothing else than lacking common sense, the above advice isn't really worth wasting screen space and pixels on, or your time reading it. Hardly the way to win friends and influence people really, is it? If it's a business site, you can't afford for your site to take an age to load because your potential customer's just gone and tried the next site down the road that does load quickly. Even if it's not a business site, you've just lost a page view, and if you're bothering to put a site up, then it's all a little pointless not to be concerned about how your site's going to look to visitors. If you're following that line of thinking why not go the whole hog and just slap a "Best viewed with a broadband connection using Internet Explorer at something a hell of a lot bigger than 800 x 600 resolution"? Or if you really don't care if people don't see it, why not bother putting it on the web at all? Anyways, back to the OP and the original query - method #2's much better IMO because with method #1 your text's part of the images that are slowing up the load time. It's better for anyone using assistive technology to have plain text, and if someone surfing without graphics turned on (which someone on a slow dial-up connection may do), they still get the navigation while the rest of the graphics are loading. Of course an even better way for your layout's to learn a little basic CSS (and there are plenty of sites offering free CSS navigation) and use a styled list for your navigation. CSS navigation doesn't have to be boring, as Stu Nicholls' CSSPlay site shows (always worth checking out for insiration), and if you lose the table layout for your navigation and if it's near the beginning of the page in your source code, your navigation's going to load before the rest of your table layout. Trying to get your page size and load times down is well worth the effort - people are more likely to want to stick around your site if each page doesn't take an age to load, as well as saving you server space and bandwidth as well.
|
|
|
|