用css添加横幅到wordpress的角落

时间:2011-09-27 17:21:20

标签: css wordpress banner

如何使用css或在帖子内添加横幅到wordpress帖子的角落。我已经攻击了一个我想要的屏幕,但我不知道如何完成它。

enter image description here

2 个答案:

答案 0 :(得分:1)

在您的帖子类中添加背景图片,并将background-position属性设置为top right

.post {background:url('your-image.jpg') top right no-repeat}

答案 1 :(得分:0)

确保父div有位置:relative(或position:absolute)set,然后将你的横幅设置为position:absolute;右:0;顶部:0;