0
我有一個問題。我試圖讓一個按鈕用CSS單擊右鍵:選擇器之後。:選擇器下的內容後?
.text-bg .text-top-left{
position:absolute;
width:50%;
background:rgba(95,87,79,0.9);
padding:20px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
top:50px;
left:-48%;
}
.text-bg .text-top-left:after{
content:'>';
font-family:'Entypo';
width:20px;
height:10px;
color:black;
background:white;
}
現在>我的內容在我的文本左上角。但我需要它在右側,居中,在盒子外面。我需要改變什麼?
嘗試:position:absolute, float:right, text-align:right
你的代碼是很酷。但你可以擺弄你的代碼嗎? – 2014-09-25 10:13:45
嘗試'位置:絕對;' – YvesHendseth 2014-09-25 10:16:32
一點點的html將有助於頁面結構 – pistou 2014-09-25 10:16:39