P tags appearing lower in firefox than in internet explorer, using CSS

后端 未结 2 1686
面向向阳花
面向向阳花 2021-01-26 07:43

I made a website that looks perfect on Internet Explorer, but when it is loaded with Firefox, certain elements are out of alignment.

For example, a p tag that would appe

2条回答
  •  北海茫月
    2021-01-26 08:00

    Try using a reset stylesheet then styling everything yourself.

    My reset stylesheet styles a ton of tags (including P) with vertical-align: baseline;

    That might help.

提交回复
热议问题