This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.
Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.
I have found a bug and would like you to fix it in the next versions of Firefox.
Code example:
TEXT
Another text
If to delete feature "overflow" with value "hidden" for the layer which removes floating, then an unnecessary margin is created.
Best regards, ZEOS
Dear Firefox Supportline,
I have found a bug and would like you to fix it in the next versions of Firefox.
Code example:
<!DOCTYPE html>
<html>
<head></head>
<body>
<div style="background-color: orange;">
<div style="float: left;">TEXT</div>
<div style="clear: both; overflow: hidden;"></div>
</div>
<div style="background-color: pink; height: 20px; margin: 150px 0px 10px;"></div>
<div style="background-color: red;">Another text</div>
</body>
</html>
If to delete feature "overflow" with value "hidden" for the layer which removes floating, then an unnecessary margin is created.
Best regards, ZEOS
Modified ಅಕ್ಟೋಬರ್ 17, 2012 02:34:29 ಪೂರ್ವಾಹ್ನ -0700 by ZEOS