Re: [css-d] Jumping text in IEWin

2005-10-12 Thread Tom Livingston
Seems I've got rid of the problem in IEWin 6 and 5.5 atleast. I added some  
padding and added overflow:visible;. Working in my situation anyway.


Thanks for the reply.

On Tue, 11 Oct 2005 19:16:45 -0400, Christian Montoya [EMAIL PROTECTED]  
wrote:




- Use percentages for all columns in the layout
- Use Javascript to force IE to apply a min-width and max-width to the
layout

After this, there really isn't much you can do, other than make certain
block level elements clip on overflow, though this probably won't fix  
your

problem.

Russ Weakley's presentation:
http://www.maxdesign.com.au/presentation/liquid-layouts/index.htm

A resources page that might help, includes Javascript technique:
http://liquid.rdpdesign.com/resources/



Seems I've got rid of the problem in IEWin 6 and 5.5 atleast. I added some  
padding and added overflow:visible;. Working in my situation anyway.


Thanks for the reply.


--
Tom Livingston
Senior Multimedia Artist
Media Logic
www.mlinc.com

Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Jumping text in IEWin

2005-10-11 Thread Tom Livingston

Hello list,

In a fluid layout I have a container with a head (h2) and a p. Within this  
container, I am also floating an image right. As I change the width of my  
viewport, the text wrapping changes as expected - except in IEWin (6 and  
5.5). As the length of the lines of, I believe the h2, change the h2 and p  
jump up and down approximately the height of the floated image.


Unfortunately I can't post the page... NDA and all but if this sounds  
familiar I would love to hear your tricks or thought processes on  
stopping this behavior. I think I know what is conceptually happening, but  
can't get it to stop. I will get it at one width, but then as I change the  
window width, it will do it again at a different width.


I can post code snippets if it will help, otherwise I might have to slap  
together a test page...


TIA for thinking about it...

--
Tom Livingston
Senior Multimedia Artist
Media Logic
www.mlinc.com

Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/