![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am building a website that is having problems displaying the navbar in IE 6. The URL is http://www.cleanbrain.com. When the page initially loads it looks just the way I want it. However, when the window is resized in IE 6 at all, the navbar jumps over 200 px to the right. If you look in the source, you will see that the navbar exists in the <div id="links"> toward the bottom. It has a negative left-margin of "margin-left: -200px". It appears that when the page is resized, that margin is ignored. If I refresh the page or mouse over any links on it, the navbar jumps back to where it's supposed to be. After spending too much time googling for solutions, the closest bug appeared to be the Peek-A-Boo bug for IE. However, adding "position: relative" or "height: 1%" didn't solve the problem. Is anyone familiar with this problem? |
#3
| |||
| |||
|
|
junkmailblackhole (AT) yahoo (DOT) com wrote: I am building a website that is having problems displaying the navbar in IE 6. The URL is http://www.cleanbrain.com. When the page initially loads it looks just the way I want it. However, when the window is resized in IE 6 at all, the navbar jumps over 200 px to the right. If you look in the source, you will see that the navbar exists in the <div id="links"> toward the bottom. It has a negative left-margin of "margin-left: -200px". It appears that when the page is resized, that margin is ignored. If I refresh the page or mouse over any links on it, the navbar jumps back to where it's supposed to be. After spending too much time googling for solutions, the closest bug appeared to be the Peek-A-Boo bug for IE. However, adding "position: relative" or "height: 1%" didn't solve the problem. Is anyone familiar with this problem? |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Thank you all for your quick responses. Chris: In the end I resorted to absolute positioning to make it work. Carolyn & kchayka: thanks for the feedback--I know that I've got some work left to make the website robust. This site was my first attempt at a table-less CSS layout, and has definitely been a learning experience. Dane Laverty I realized that I had not, as I usually do, set html and body to margin: |
![]() |
| Thread Tools | |
| Display Modes | |
| |