Posted by J.f.k. on 10/08/05 10:41
Thanks, finallςy I solved...was a mix of my mistake (a padding border to get
off) and a margin to avoid for Firefox and needed for Ie... so I've learned
that:
min-height works for FF but not for IE
// tags in css style works for Ie and NOT for FF...
Solution was to declare min-height to 350px (FF) and height to 350px (IE)
and adds a // margin-top:-15px (IE)...
Thank you very much
Ciao
Gianfranco
"Toby Inkster" <usenet200510@tobyinkster.co.uk> ha scritto nel messaggio
news:m8hh13-t96.ln1@ophelia.g5n.co.uk...
> J.f.k. wrote:
>
>> The problems still remains if I get the simple div stand-alone... I know
>> about IE bug about height (it adds verticatal "borders" on external parts
>> of
>> the div if there are some float div near to) .... but I'd like to hack
>> the
>> bug ...
>
> Not sure what you mean.
>
> Probably best if you provide a URL to an example: a minimal example, with
> everything stripped away except what is required to show the bug.
>
> --
> Toby A Inkster BSc (Hons) ARCS
> Contact Me ~ http://tobyinkster.co.uk/contact
>
[Back to original message]
|