RE: [WSG] Can someone help me figure out some semantic mark-up, please?

2004-08-30 Thread Manuel González Noriega
El dom, 29-08-2004 a las 00:49, Seona Bellamy escribió: Thanks for the help, guys. I've gone with the dl as suggested by Mordechai, and the script that was in Zeldman's book (sorry, Mordechai, but it seemed like a slightly simpler, more flexible way of doing it - or maybe it's just that I've

RE: [WSG] Can someone help me figure out some semantic mark-up, please?

2004-08-30 Thread Seona Bellamy
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Manuel González Noriega The script, for those who don't have the book, is as follows: function toggle(targetID) { if (document.getElementById) { target =

RE: [WSG] Can someone help me figure out some semantic mark-up, please?

2004-08-30 Thread Manuel González Noriega
El lun, 30-08-2004 a las 09:49, Seona Bellamy escribió: Shouldn't that be target.style.display = block; Err... which one? The first one or the second one? Confuzzled, My fault entirely, i trimmed a little too happily :) The second one, as if the display is set to none you most

RE: [WSG] Can someone help me figure out some semantic mark-up, please?

2004-08-30 Thread Seona Bellamy
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Manuel González Noriega Shouldn't that be target.style.display = block; Err... which one? The first one or the second one? Confuzzled, My fault entirely, i trimmed a little too

RE: [WSG] Can someone help me figure out some semantic mark-up, please?

2004-08-29 Thread Seona Bellamy
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nick Gleitzman Seona, depending on the doctype you're using, ID's that are just numbers won't validate. They need to start with an alpha character - for XHTML 1 Strict, at least. But there again, if

RE: [WSG] Can someone help me figure out some semantic mark-up, please?

2004-08-28 Thread Seona Bellamy
Thanks for the help, guys. I've gone with the dl as suggested by Mordechai, and the script that was in Zeldman's book (sorry, Mordechai, but it seemed like a slightly simpler, more flexible way of doing it - or maybe it's just that I've combed through it so often that I actually understand what it

RE: [WSG] Can someone help me figure out some semantic mark-up, please?

2004-08-28 Thread Seona Bellamy
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, 29 August 2004 8:50 AM To: [EMAIL PROTECTED] Subject:RE: [WSG] Can someone help me figure out some semantic mark-up, please? Thanks for the help, guys. I've gone with the dl as suggested

Re: [WSG] Can someone help me figure out some semantic mark-up, please?

2004-08-28 Thread Nick Gleitzman
On Sunday, Aug 29, 2004, at 09:09 Australia/Sydney, Seona Bellamy wrote: Well, I've found a way around the problem (used an incrementing counter instead of the ID-number from the database, so each item has a unique ID) so this question isn't exactly pressing any more. I'd still love to know the

Re: [WSG] Can someone help me figure out some semantic mark-up, please?

2004-08-27 Thread Manuel González Noriega
El vie, 27-08-2004 a las 10:20, Seona Bellamy escribió: Hi guys, I'm hoping that this doesn't count as off topic, but I need some help What I need to do is have the following sort of setup: Category - Subcategory - Section - Product - Product - Product - Section

Re: [WSG] Can someone help me figure out some semantic mark-up, please?

2004-08-27 Thread Mordechai Peller
Seona Bellamy wrote: Hi guys, I'm hoping that this doesn't count as off topic, but I need some help figuring out the best way to mark up a section of code. snip/ Category - Subcategory - Section - Product - Product - Product - Section - Product - Product - Subcategory - Section

Re: [WSG] Can someone help me figure out some semantic mark-up, please?

2004-08-27 Thread Nick Gleitzman
On Friday, Aug 27, 2004, at 18:20 Australia/Sydney, Seona Bellamy wrote: I know this sounds like a lot of extraneous steps, but it is on the Admin side of the site and it to allow them to easily administer a list of something like 50,000 line items without having to scroll forever or keep going