|
womble -> RE: Please don't laugh. (2/23/2007 6:07:48)
|
quote:
Let me have it jaybee! Dangerous words! Jaybee's lethal with bananas and can inflict serious injuries with them...admittedly they're usually injuries to herself, but you never know, she might have got better with them recently! [:D] I'm really not too sure about the benefits of layers, having never used them (my first site I did in FP, and then 3 weeks after it went on the server, I decided on a total redesign after deciding I needed to learn HTML and stuff, much to the astonishment of the organisation I'd done the site for, and since then I've done most stuff by hand), so I'll leave layers to FP users. The beauty with CSS though is that (if you use an external stylesheet) say Joe decides he'd like all the headings in blue rather than red, or he wants the background colours of the pages changing or something...with CSS with a couple of changes to the code, you can change the colours throughout the site, without having to make changes to each page. On the galleries, on Firefox, as you've discovered, you don't get the scroll arrows, just the pics all in a long line and scrollbars on the page. While IE does have the largest market share at the moment, other browsers such as Firefox and Opera are increasing in popularity, and on a commercial site you need to make sure you're as cross browser compatible as possible. On a site I've recently taken over that's nothing to do with web design, and isn't linked to from here or anywhere else "webbie", so it's users are just your average surfers, according to my server stats, IE visits are running at around 64% at the moment. There are loads of great galleries out there, including some very nice ones at Dynamic Drive - most of them are simply a case of copying and pasting the code in the appropriate place and giving it the filenames of the pictures to display. On the page widths, you've got your page widths specified in pixels (px) and you've got slightly different widths on various pages. If you specify your page width in percentages then the page will expand and contract to fit the screen it's viewed on. Though many people are using monitors at 1000px + widths these days, some may use other resolutions or have older monitors. If you're using pixels for widths it's advisable not to use fixed widths of any more than around 770px, otherwise you risk getting horizontal scrollbars on low resolutions. Personally (and this is just a personal preference) I'd either centre the page or have it the whole screen width.
|
|
|
|