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
_
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
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
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);
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