Re: [css-d] Styled form problem - solved

2007-06-30 Thread Luc
Good morning list, Well, the problem with the element is solved. I replaced the universal selector with body, html and now in opera the box is at least wide enough (still not as wide as in IE but it's an improvement), tnx to Philippe. Anyways, tnx to all who have replied :-) -- Be

Re: [css-d] Styled form problem

2007-06-30 Thread david
Luc wrote: > I have a form that acts weird: if you click on the "Nome" and > "E-mail" fields, they shrink. I don't think they shrink. On my Firefox (2.0.0.5 on Linux) their backgrounds turn white, making it look like their borders disappeared - but the borders are still there, just hard to se

Re: [css-d] Styled form problem

2007-06-29 Thread tedd
At 12:03 PM +0900 6/30/07, Philippe Wittenbergh wrote: >On Jun 30, 2007, at 11:51 AM, Luc wrote: > >> Only thing that Opera, moz and FF refuses to do is making the >> subject box wide >> enough ... do they require a special declaration for this, since IE >> (for once) doesn't have a problem wi

Re: [css-d] Styled form problem

2007-06-29 Thread Philippe Wittenbergh
On Jun 30, 2007, at 11:51 AM, Luc wrote: > Only thing that Opera, moz and FF refuses to do is making the > subject box wide > enough ... do they require a special declaration for this, since IE > (for once) doesn't have a problem with it? You mean the element ? IE doesn't allow much styling o

Re: [css-d] Styled form problem

2007-06-29 Thread Luc
Good evening Philippe, It was foretold that on 29/6/2007 @ 11:26:40 GMT+0900 (which was 23:26:40 where I live) Philippe Wittenbergh would write: > From your stylesheet: >> input:focus, select:focus { >> width: 90px; >> } > Says it all. Ooops, i thought i had removed that one ... tnx Ph

Re: [css-d] Styled form problem

2007-06-29 Thread Philippe Wittenbergh
On Jun 30, 2007, at 11:19 AM, Luc wrote: > I have a form that acts weird: if you click on the "Nome" and > "E-mail" fields, they shrink. > Also the subject field is a bit to small. Strangely, in IE it works, > except in FF,Moz and Opera. > > I'm not sure if it's a Css problem or somethin

[css-d] Styled form problem

2007-06-29 Thread Luc
Good evening list, I have a form that acts weird: if you click on the "Nome" and "E-mail" fields, they shrink. Also the subject field is a bit to small. Strangely, in IE it works, except in FF,Moz and Opera. I'm not sure if it's a Css problem or something with the form. If it's th