[WSG] Unclickable text field inside float in IE?

2005-02-15 Thread Josh McDonald
Hey, I've managed to somehow get an unclickable text field in explorer. It's in a float:right div, and unfloating the div fixes the problem, but I've had text fields in floats before without problems. For some reason only the top border of the text field can be clicked on :( Any suggestions as to

Re: [WSG] Unclickable text field inside float in IE?

2005-02-15 Thread Josh McDonald
: Buh? Try position:relative; Wild guess, but always worth a try On Wed, 16 Feb 2005 10:02:28 +1000, Josh McDonald [EMAIL PROTECTED] wrote: Hey, I've managed to somehow get an unclickable text field in explorer. It's in a float:right div, and unfloating the div fixes the problem

Re: [WSG] Why DO floats not stretch their containers?

2005-02-10 Thread Josh McDonald
Yeah that's true, a float won't expand its container, I've got assloads of div class=clearbothnbsp;/div to get around this. On Thu, 10 Feb 2005 18:07:51 -0800, Andreas Boehmer [EMAIL PROTECTED] wrote: John Horner wrote: * floated elements too big for the enclosing element spill out *

Re: [WSG] Follow up from Brisbane meeting

2005-02-09 Thread Josh McDonald
Ok, firstly I'd like to say that I'm sure I speak for all involved in thanking Andrew for his presentation, which I think went quite well, despite IE's best efforts ;-) Secondly - I consider myself fairly well versed in the voodoo that is javascript, but what in the flamin hell is that IE7

[WSG] Problem with floats and clears

2005-02-06 Thread Josh McDonald
f I have clear:left on something, should it escape its container div? A lousy explanation I know, an example is here: http://www.gfunk007.com/stuff/test.html the results I want are like this: http://www.gfunk007.com/stuff/expected.gif am I missing some vital css, or can it simply not be done

Re: [WSG] Problem with floats and clears

2005-02-06 Thread Josh McDonald
that floats left to contain your purple and orange boxes, and another that clears everything to keep the green inside the blue. I've marked lines I've added with !-- ### -- I'm not 100% sure if it's the best way to do it, but it does work. :-) --Zachary Josh McDonald wrote: f I have