Re: [WSG] Setting a class for a Select Option list

2005-05-07 Thread Gene Falck
Hi Cole, You wrote: Maybe I'm putting the class in the wrong place? Maybe my element hook (select option.error) is wrong? I am hitting this sort of thing in JavaScript in a local app HTML file. The file was written a long time ago and works fine in IE 5 and IE 6 but doesn't in Mozilla 1.7. One of t

Re: [WSG] Setting a class for a Select Option list

2005-05-07 Thread James Ellis
Hi One solution that only uses HTML: Select a country Argentina Australia Austria Bahamas Belgium http://htmlhelp.com/reference/html40/forms/optgroup.html The other thing you are doing wrong here is a pretty fundamental error that

Re: [WSG] Valid scenarios?

2005-05-07 Thread James Ellis
Hi The WDG HTML 4.0 reference is a good guide to determine these things: http://htmlhelp.com/reference/html40/block/blockquote.html Cheers James ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/g

Re: [WSG] "hooked" floating divs

2005-05-07 Thread Sam Brown
RL> All of the images are inserted in a floating div. When one of the floating RL> divs in the line is taller than the last one on the line the next floating RL> div seems to get hooked up on the longer one. Can anyone suggest another way RL> of laying out the images that doesn't have this problem?

Re: [WSG] "hooked" floating divs

2005-05-07 Thread Gunlaug Sørtun
Richard Lake wrote: http://www.pricklypair.co.nz/products.php All of the images are inserted in a floating div. When one of the floating divs in the line is taller than the last one on the line the next floating div seems to get hooked up on the longer one. Can anyone suggest another way of lay

[WSG] "hooked" floating divs

2005-05-07 Thread Richard Lake
Some of the images on this page: http://www.pricklypair.co.nz/products.php vary in size a little, particularly height. Scroll down to the Climbers & Vines or Perennials to see an example. All of the images are inserted in a floating div. When one of the floating divs in the line is taller than the

Re: [WSG] Valid scenarios?

2005-05-07 Thread Thomas Ditmars
On 06-May-05 16:57, Lukasz Grabun wrote: > Roger Johansson wrote: > >> Unless I'm misreading the W3C Recommendation, blockquote elements >> can only have block-level content. That makes the second example >> incorrect. From < >> http://www.w3.org/TR/html4/struct/text.html#h-9.2.2 >: So yes, th

[WSG] Setting a class for a Select Option list

2005-05-07 Thread Cole Kuryakin - x7m
I'm using a PHP script to set a class on a particular select item if nothing has been selected from the list (form validation routine).   It works fine in IE, but doesn't in Firefox and Netscape - apparently something I'm doing wrong.   Maybe I'm putting the class in the wrong place? Maybe my

Re: [WSG] Dreamweaver templates and CSS - THREAD CLOSED

2005-05-07 Thread russ - maxdesign
As was hinted at by Kim, this is off topic. THREAD CLOSED The mail list does not cover - Non-Web Standards related issues and support - Detailed software support such as using a browser, installing a server, installing any tools etc. http://webstandardsgroup.org/mail/guidelines.cfm If you have a

Re: [WSG] Dreamweaver templates and CSS

2005-05-07 Thread Hope Stewart
Hi Joshua, Which version of Dreamweaver are you using? I use MX 2004 on a mac (which probably has different quirks to the win version) and am not having the problems you describe, though I've only been using CSS-based layouts for a few months (and am heavily using templates). The problem I am hav

Re: [WSG] Dreamweaver templates and CSS

2005-05-07 Thread Kim Kruse
Hi Joshua, Why not ask this question on the MacroMedia news groups. I'm 100% sure they have the right answer for you (I'm not sure but it might have to do with "design time" style sheets... or something like that :) Kim Joshua Street wrote: Hi, We're developing a website from a layout a client p

Re: [WSG] Dreamweaver templates and CSS

2005-05-07 Thread David
Yep, Dreamweaver MX04's design view shows a lot of css layout incorrectly. (especially floats). Sometimes it gets pretty close but normally doesnt. I've always wondered why they dont just make the design view render like that of a good browser. e.g firefox. Has anyone else seen this kind of mess