Re: [css-d] Opera border bug

2007-03-13 Thread Gunlaug Sørtun
francky wrote: > Molly the Cat will like it: Opera ahead for the future! ;-) She loves it!!! She is also quite used to seeing Opera in that position ;-) > btw: maybe next question for w3c: [css2 doesn't say what is the > definition of a 'dot' - should we allow UA's to have their own > definition

Re: [css-d] Opera border bug

2007-03-13 Thread francky
Gunlaug Sørtun wrote: > Philippe Wittenbergh wrote: > >> Gah, I missed one sentence there >> >> '[Border-width doesn't allow percentages in CSS2; should we allow >> percentages (of the containing block's width) in CSS3?]' >> >> Written in red, guess that is why I couldn't see it. :p >>

Re: [css-d] Opera border bug

2007-03-13 Thread Gunlaug Sørtun
Philippe Wittenbergh wrote: > Gah, I missed one sentence there > > '[Border-width doesn't allow percentages in CSS2; should we allow > percentages (of the containing block's width) in CSS3?]' > > Written in red, guess that is why I couldn't see it. :p Probably :-) So, it looks like Opera trea

Re: [css-d] Opera border bug

2007-03-13 Thread Philippe Wittenbergh
I wrote: > CSS3 border module is more explicit: > 'Percentages: width* of containing block' > > > The width of the border should be computed based on the width of the > box, the same way as percentage based margins are computed. Gah, I

Re: [css-d] Opera border bug

2007-03-13 Thread Philippe Wittenbergh
On Mar 13, 2007, at 7:09 AM, francky wrote: >> I'm working on my first elastic-layout site and Opera is giving me >> something I've never seen before. In my declarations, I've added >> border-bottom: 1px dotted {color} style. FF, IE 6/7, and Mozilla are >> rendering correctly, but Opera is gener

Re: [css-d] Opera border bug

2007-03-12 Thread Gunlaug Sørtun
Arnold Jonathan E. wrote: > Does switching between em and px cause problems in Opera? Not that I'm aware of. > The page is a protected area, but I've set-up the CSS here, > http://the1912gallery.ehc.edu/testcss.css. What you have here... border-bottom:1px dotted #72411e; border-bottom-width:

Re: [css-d] Opera border bug

2007-03-12 Thread francky
Arnold Jonathan E. wrote: > I'm working on my first elastic-layout site and Opera is giving me > something I've never seen before. In my declarations, I've added > border-bottom: 1px dotted {color} style. FF, IE 6/7, and Mozilla are > rendering correctly, but Opera is generating these huge colored

[css-d] Opera border bug

2007-03-12 Thread Arnold Jonathan E.
I'm working on my first elastic-layout site and Opera is giving me something I've never seen before. In my declarations, I've added border-bottom: 1px dotted {color} style. FF, IE 6/7, and Mozilla are rendering correctly, but Opera is generating these huge colored blocks underneath my h1's. Doe