Mozilla will shut down Pocket’s services on July 8, 2025. At that time users will no longer be able to access the Pocket website, apps and API. You can export your saved items and API data until October 8, 2025 before they are permanently removed. For more information, see this article.

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.

Learn More

float, figure; surprising behavior on: http://ka5biw.com/FigTest/

  • 4 respostas
  • 1 has this problem
  • 1 view
  • Last reply by ka5biw

I have begun updating my web pages. I want to use the figure tag. Floating figures produces page behavior that I was not expecting in Firefox, Opera and IE. The behavior is what I expected in Safari and Chrome. The page in question is:

http://ka5biw.com/FigTest/

I am using a Dell notebook, running Windoze 7.

Thanks, Paul

I have begun updating my web pages. I want to use the figure tag. Floating figures produces page behavior that I was not expecting in Firefox, Opera and IE. The behavior is what I expected in Safari and Chrome. The page in question is: http://ka5biw.com/FigTest/ I am using a Dell notebook, running Windoze 7. Thanks, Paul

Chosen solution

In both browsers, I do get images dropping as a narrow the window, but not lining up nicely because Helmet_002.JPG is one pixel taller than the other images causing Helmet_005.JPG to wrap to a position below Helmet_003.JPG, etc.

Ler a resposta no contexto 👍 0

All Replies (4)

I don't see a difference between Firefox and Chrome. Could you be more specific about the problem?

For reference: https://developer.mozilla.org/docs/Web/HTML/Element/figure

Rats. I can't believe I forgot to indicate that the behavior occurs when the window is resized. As the window is made smaller the images don't drop down and move to the left as other things that I've floated to the left.

Sorry for the confusion.

Thanks for looking at this.

Chosen Solution

In both browsers, I do get images dropping as a narrow the window, but not lining up nicely because Helmet_002.JPG is one pixel taller than the other images causing Helmet_005.JPG to wrap to a position below Helmet_003.JPG, etc.

Wow. Okay, that is what I get for getting lazy and not specifying the height. Thanks for looking at this. Now I can move on.