Easiest css for Facebook style “red” notifications

后端 未结 5 1645
醉梦人生
醉梦人生 2020-12-22 14:46

I need a facebook style notification, but getting something that looks nice cross browser seems tricky. For example, different browsers seem to treat paddings differently,

5条回答
  •  梦毁少年i
    2020-12-22 15:18

    Markup:

    //Add the image here or whatever you want

    Css:

    #NotificationDiv {
        position: absolute;
        left: -10 //use negative values to push it above the #MainImageDiv
        top: -4 
        ...
    }
    

提交回复
热议问题