Firefox v52.0.1 has a problem with CSS position: fixed

User Help for Mozilla Firefox
Post Reply
CharlesEF
Posts: 148
Joined: November 21st, 2003, 4:56 am
Location: Edinburg, Texas

Firefox v52.0.1 has a problem with CSS position: fixed

Post by CharlesEF »

Hi All,

I think I have found a bug in FF. See http://www.cef-inc.com/temp.html for proof. The page consists of 3 sections (CSS), red is the header, yellow is the content and blue is the footer. The menu is contained in the content section and has position: fixed defined in the #menu. I have found that when position: fixed is used the white background of the menu extends to cover the scroll bar. If position: relative or absolute is used then the background does not cover the scroll bar.

Is this a bug with position: fixed (CSS) in Firefox?


Thanks for any help,

Charles
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Firefox v52.0.1 has a problem with CSS position: fixed

Post by therube »

Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
CharlesEF
Posts: 148
Joined: November 21st, 2003, 4:56 am
Location: Edinburg, Texas

Re: Firefox v52.0.1 has a problem with CSS position: fixed

Post by CharlesEF »

According to that page it affects XHTML only, not HTML. My test page is HTML and CSS only.
CharlesEF
Posts: 148
Joined: November 21st, 2003, 4:56 am
Location: Edinburg, Texas

Re: Firefox v52.0.1 has a problem with CSS position: fixed

Post by CharlesEF »

I don't know if I did something wrong with this version of the page so I started over. This time I got it working. Hopefully, someone can tell me if I did something wrong or that this is a bug. The new page is http://www.cef-inc.com/temp1.html
Post Reply