[css-d] Something is going horribly wrong here..

2007-01-12 Thread yaXay
Hi, could you please check out http://other.cstrike-scene.de/example/template.html ? I have two questions, a) Why does this look like barely anything in IE and b) how come that FF and Opera mess up when I replace "" with ""? It's still valid XML, isn't it? Thanks! With kind regards Ben _

Re: [css-d] Clearing does not work as I hoped..

2006-01-10 Thread yaXay
Hello, >>I'm applying the clearfix to a div that contains a label and a input field. >>I'm floating the label to the left and the input field to the right. For some >>reason the clearing does not work on this (FF1.5). When I remove the "input { >>float: right; }" it does.. why? >> >>Example: ht

[css-d] Clearing does not work as I hoped..

2006-01-08 Thread yaXay
Hello, I'm applying the clearfix to a div that contains a label and a input field. I'm floating the label to the left and the input field to the right. For some reason the clearing does not work on this (FF1.5). When I remove the "input { float: right; }" it does.. why? Example: http://yaxay.y

[css-d] Is the IE in Quirksmode??

2006-01-07 Thread yaXay
Hello, it seems as if the IE6 is in Quirksmode, since the boxmodel is all messed up. However the DOCTYPE is specified correctly I think. I'm guessing the box model is still not fixed completely. I searched the archives and tried some of the "hacks" like "display: inline;" (it's a floated div);

[css-d] The legend element.. what's up with that?

2006-01-04 Thread yaXay
Hey, I'm trying to decide if my backend should produce a fieldset or two div elements. I'd really like to use the fieldset, because it's their purpose and using divs is not as meaningful (semantically). On the other hand I do not want future designs to be limited in any way. What do you say, woul