Anne E. Shroeder wrote:

>I'm having a great weirdness in IE - my dark blue navigation bar is simply 
>disappearing.  It works fine in Firefox, and I'm really puzzled as to what 
>is causing it to simply not display at all in IE.  There are two examples of 
>this phenomenon:
>http://www.language-works.com/swimdesign/template-public-1.htm
>http://www.language-works.com/swimdesign/template-1.htm
>  
>
Hi Anne,
This is one of the "hasLayout" issues in IE [1].
With giving the #bluenavBar container an imaginary {height: 1%;} it can 
be solved.
See testpage 1 
<http://home.tiscali.nl/developerscorner/css-discuss/test-swimdesign-tpublic1.htm>.
Also in this testpage: with a {vertical-align: bottom;} for the header 
image, the IE gap between the header and the bluenavBar can be closed.
Even although not indicated, IE thinks the image is on a paragraph line 
with text, and positions it at the height of the bottom of a letter with 
a tail (as an y).

>I have two other questions :)
>(1) On this page: 
>http://www.language-works.com/swimdesign/template-public-1.htm 
>
Here in IE (IE6 on my Win98SE) my eyes got attracted immidiately to the 
messing up of the "Regions" and "Products" tabs; only after some 
hovering you see the right place.
Again a positioning error of IE, this time it can be solved with giving 
a { position: relative;} to the containing table.
See testpage 2 
<http://home.tiscali.nl/developerscorner/css-discuss/test-swimdesign-template1.htm>.
Also in this testpage some adaptations to make it possible for FF and 
other bowsers to enlarge the browser font scale, without breaking this 
table.
See source code.
Now to serve also the "Products" you have to change the ID #tabnavbar in 
a class="tabnavbar"; an ID is an unique IDentification, allowed only 
once in 1 page.

>the grey box 
>on the right is not flush with the margin - is it possible to get it over 
>there?  I've checked the margin definition and it is 0, so I'm not sure how 
>else to accomplish that.
>  
>
I see this problem is melted by the assigning of the 1% height to the 
bluenavbar. :-)

>(2) I need a grey line to go over the footer navigation - right now I'm just 
>using an <HR> tag and specifying a width, but really the grey bar needs to 
>expand or contract along with the text under it.  Any ideas how to 
>accomplish that?
>  
>
For instance: making a <span> with a border-top around the footer links.
Implemented in testpage 2.

>I apologize if these are naive questions - i'm still struggling through the 
>maze of CSS-dom.
>
>Anne
>
If it is about IE-errors, no naive questions exists, only a naive 
browser (or something like that). ;-)
See also [2].

Greetings,
francky

[1]
Ingo Chao: OnHavingLayout 
<http://www.satzansatz.de/cssd/onhavinglayout.html>

[2]
PIE: Explorer Exposed! <http://www.positioniseverything.net/explorer.html>
PIE: Internet Explorer vs. the Standards 
<http://www.positioniseverything.net/ie-primer.html>
**Community MX: How To Attack An Internet Explorer (Win) Display Bug 
<http://www.communitymx.com/content/article.cfm?cid=C37E0>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/

Reply via email to