Re: [css-d] Change to fluid layout explodes in IE7

2007-05-10 Thread Ingo Chao
Dave M G wrote:
 ...
 
 http://formever.org
 
 If you are not running IE7, you can see what I mean here (you may need 
 to click the right arrow to get to the second set of thumbnails. Sorry - 
 I'm kind of new to this service):
 http://www.browsercam.com/public.aspx?proj_id=346111
 
 Opera also seems to have a little trouble, and there are a couple of 
 unfinished minor details on the tabs. But I'm more concerned about the 
 larger layout explosion in IE7 before I fiddle with details.
 
 What is it about relative positioning that doesn't work in IE7?

IE has problems with float and clear on the same element [1]. The clear 
on .mainNavigation has no effect in IE regarding the float in #logo. The 
following .navigation container is floating alongside #logo.

Unfloating #logo seems to be a fix, or see [1] for further suggestions.

Ingo

[1] http://brunildo.org/test/IEWfc.html

-- 
http://www.satzansatz.de/css.html
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Change to fluid layout explodes in IE7 [SOLVED]

2007-05-10 Thread Dave M G
Ingo,

Thank you for responding.
 IE has problems with float and clear on the same element [1]. 

Removing what turned out to be unnecessary floats and clears has solved 
the problem.

Thanks for the solution, and the link to the explanatory web site.

-- 
Dave M G
CSSed
Zend Studio 5.5
Photoshop 7 (Wine)
Inkscape, GIMP, Ubuntu 7.04



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Change to fluid layout explodes in IE7

2007-05-09 Thread Dave M G
CSS-d,

First, I'm totally psyched about the Browser Cam ( 
http://www.browsercam.com ) service I signed up for, at the suggestion 
of a couple of people on this list. Thanks for the tip!

Anyways...

I had a design that was working in both FireFox and IE7, but it relied 
on some absolute positioning and it did not gracefully handle scaling 
text up or down.

So, I changed to another design that was more based on relative 
positioning and was a little more flexible.

Unfortunately, it explodes on IE7.

The web site in question is here:
http://formever.org

If you are not running IE7, you can see what I mean here (you may need 
to click the right arrow to get to the second set of thumbnails. Sorry - 
I'm kind of new to this service):
http://www.browsercam.com/public.aspx?proj_id=346111

Opera also seems to have a little trouble, and there are a couple of 
unfinished minor details on the tabs. But I'm more concerned about the 
larger layout explosion in IE7 before I fiddle with details.

What is it about relative positioning that doesn't work in IE7?

Thank you for any advice.

-- 
Dave M G
CSSed
Zend Studio 5.5
Photoshop 7 (Wine)
Inkscape, GIMP, Ubuntu 7.04
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/