0
嗨想顯示一個按鈕爲方塊。如果我使用的像素比屏幕分辨率有問題。如果我使用的百分比,比例不正確CSS:不同屏幕分辨率的方形按鈕
你知道如何做到這一點嗎?
.serviceButton{
position:absolute;
left: 20%;
top: 20%;
width: 300px; //if I use this than the sqaure is small
height: 300px; // in big screen resolutions
}
<div>
<button type="button" class="serviceButton">Services</button>
</div>
嗨,我覺得這琴幫助你.. 的http://的jsfiddle .net/josedvq/38Tnx/ – phpfresher
請再次閱讀你的問題,並糾正它在哪裏nessecary – Wavemaster
@phpfresher:謝謝 –