LoginSignup
5
4

More than 5 years have passed since last update.

position: relative;をかけているtdがfirefoxやIEで罫線が切れてしまう場合の対応方法

Last updated at Posted at 2018-01-21

tdにposition: relative;をかけていると、firefoxやIEで罫線が切れてしまう

テーブルをcssスタイリングしていてFFやIEで罫線がどうしても切れてしまう場合がある。その場合は、background-clip: padding-box;を指定することで解消できる。

参考:MDN:background-clip
https://developer.mozilla.org/ja/docs/Web/CSS/background-clip

サンプル(上:chrome表示、下:FF表示)

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4