HighDots Forums  

Like the Peek-a-boo bug, but not quite.

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Like the Peek-a-boo bug, but not quite. in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
junkmailblackhole@yahoo.com
 
Posts: n/a

Default Like the Peek-a-boo bug, but not quite. - 03-14-2006 , 06:21 PM






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?

thanks,

Dane Laverty


Reply With Quote
  #2  
Old   
Carolyn Marenger
 
Posts: n/a

Default Re: Like the Peek-a-boo bug, but not quite. - 03-15-2006 , 01:35 AM






junkmailblackhole (AT) yahoo (DOT) com wrote:

Quote:
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?
I can't replicate the problem you are having - I don't run windows. In my
browsers, konqueror 3.3.2 and Firefox 1.0.2 the logo in the upper left
corner (spinning earth with 'Software, inc') flows onto the left side of
the header, top of the menu, and upper right corner of the content.
Resizing window has no effect.

Resizing font blows page out to lunch, with lines overlapping eachother,
horizontal scrolling, menus flowing into content, graphics broken up with
white blocks and so forth.

Carolyn
--
Carolyn Marenger



Reply With Quote
  #3  
Old   
The Major
 
Posts: n/a

Default Re: Like the Peek-a-boo bug, but not quite. - 03-15-2006 , 02:12 AM



In message <c3333$4417c3c4$cf701cce$12920 (AT) PRIMUS (DOT) CA>, Carolyn Marenger
<cajunk (AT) marenger (DOT) com> writes
Quote:
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?
I have just run into the very same glitch... and have tried the very
same things, that failed to help in the very same way... So I am
familiar with it, but don't have a solution!
--
Chris Hughes
"Reality is that which, when you cease to believe, continues to exist."
http://www.epicure.demon.co.uk


Reply With Quote
  #4  
Old   
junkmailblackhole@yahoo.com
 
Posts: n/a

Default Re: Like the Peek-a-boo bug, but not quite. - 03-16-2006 , 02:03 PM



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


Reply With Quote
  #5  
Old   
The Major
 
Posts: n/a

Default Re: Like the Peek-a-boo bug, but not quite. - 03-19-2006 , 01:39 AM




Quote:
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:
0;padding: 0; Once I had done that it was rock steady!
--
Chris Hughes
"Reality is that which, when you cease to believe, continues to exist."
http://www.epicure.demon.co.uk


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.