Re: [WSG] Opera not playing nice with checkbox

2008-09-12 Thread Rimantas Liubertas
By the way, the radio buttons on the above page, is exactly what I wrote about annoying thing about Opera that it inherits the borders from input element. Checkbox _is_ an input element. Just like radio – they are all INPUTs only with different type. If you want to target some type

Re: [WSG] Opera not playing nice with checkbox

2008-09-12 Thread Ben Buchanan
By the way, the radio buttons on the above page, is exactly what I wrote about annoying thing about Opera that it inherits the borders from input element. In my case, adding a class with border none only gotten rid of top, left, right borders. I actually needed to use !important to get right

Re: [WSG] Opera not playing nice with checkbox

2008-09-12 Thread tee
Thanks Rachel, Rimantas and Ben, Well given that radio buttons *are* inputs, that's what should happen. Granted it is annoying but it's per spec. Anyway, given that your beef is only with Opera, you can solve it easily with this: input[type=radio] { border: 0; } You might need to make the

RE: [WSG] Opera not playing nice with checkbox

2008-09-11 Thread Rachel Radford
: 11 September 2008 01:39 To: wsg@webstandardsgroup.org Subject: Re: [WSG] Opera not playing nice with checkbox On Sep 10, 2008, at 4:26 PM, [EMAIL PROTECTED] wrote: I'm not familiar with the issue. Could you send a reduced test case (will be quicker for us to find the issue), or failing

Re: [WSG] Opera not playing nice with checkbox

2008-09-11 Thread David Hucklesby
On Wed, 10 Sep 2008 01:09:38 -0700, tee wrote: Anybody encounters this? The checkbox inherits the input declaration, and though I added a class to overwrite it, with height and width, still I can't see the 'tick'. Another annoying thing with Opera, is that if I have background or border

Re: [WSG] Opera not playing nice with checkbox

2008-09-11 Thread tee
On Sep 11, 2008, at 4:43 PM, David Hucklesby wrote: Yes. A potential client just asked me to add some (more) scripting to a page. I noticed the same thing - no check mark - in Opera 9.52 on Win XP Pro. Okay on Mac OS X though. This is the page: http://www.backroads.com/catalog/ Hi David,

Re: [WSG] Opera not playing nice with checkbox

2008-09-10 Thread James Ellis
Tee: I haven't seen your code but is it possible this is occurring because both checkboxes and radios are, in fact, input elements ? e.g input { border : #000; background-color : #f00; } I'd suggest just adding a rule to text fields if that is what you want. HTH J On

Re: [WSG] Opera not playing nice with checkbox

2008-09-10 Thread dstorey
On Wednesday 10 September 2008 18:09:38 tee wrote: Anybody encounters this? Another annoying thing with Opera, is that if I have background or border declared for input tag, it inherits it to checkbox and radio button just like IE does. I'm not familiar with the issue. Could you send a

Re: [WSG] Opera not playing nice with checkbox

2008-09-10 Thread tee
On Sep 10, 2008, at 4:26 PM, [EMAIL PROTECTED] wrote: I'm not familiar with the issue. Could you send a reduced test case (will be quicker for us to find the issue), or failing that ,a link to the page where it happens. James and David, Thanks for your attention. Here is the page: