| Daniel Hammond wrote:
| > Here's the first thing:
| > URL: http://www.studentremix.org/ms/index.htm
| > CSS: http://www.studentremix.org/ms/ms.css
| > Screenshot of the problem: http://www.studentremix.org/issues/ms.jpg
| > The red arrows show what's going wrong. There is a little 
| bit of blue
| > extending down below the nav bar. It's not supposed to do 
| that. View the
| > page in FF, Opera, Safari, or Chrome to see how it's 
| supposed to look.
| >   
| 
| 
| The "hasLayout" trigger [1] for IE/7 (will not effect compliant 
| browsers) is:
| #nav {
|     /*height:29px; */
|     min-height: 29px;
| }
| The "hasLayout trigger [1] for IE/6 is:
| * html #nav {
|     overflow: visible;
|     }
| I did not look at the second or the third thing you wrote about...
| [1] <http://www.satzansatz.de/cssd/onhavinglayout.html>
| ~d


That didn't do it. When I added those to my CSS, it didn't affect IE7 and
made the unwanted extra blue span the entire width of the nav bar in IE6.

Any other ideas?
Thanks,
Daniel

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to