Firefoxで背景が表示されないけん
Firefoxで、backgroundのcolorとimageが表示されない。
floatはclearしてあるし…?
解決
positionの順番を間違えないこと。
× background:color image repeat attachment 上下 左右;(例 top right)
◎ background:color image repeat attachment 左右 上下;(例 right top)
floatはclearしてあるし…?
解決
positionの順番を間違えないこと。
× background:color image repeat attachment 上下 左右;(例 top right)
◎ background:color image repeat attachment 左右 上下;(例 right top)