最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

html - struggling to resize an image button by styling it - Stack Overflow

programmeradmin3浏览0评论

I made an image button and tried resizing it for my website, but it won't work ? Each time I try to change its size, it changes positions, but not the size???? ghelp ????

I tried styling it

<style>
#yipee {
  width: 100px;
  height: 100px;
  position: relative;
  bottom: 1150px;
  left: 900px;
}
</style>

it didn't change the size, just the position

I then tried directly changing it in the div

<div id= "yipee">
 
   <input type= "image"  img src= ".png"       width= "200px"  height= "200px"  />
 
</div>

still didn't work

btw this is what it looks like rn sreenshot

I started html a few days ago, so my mistake might be obvious but idk what I did wrong

发布评论

评论列表(0)

  1. 暂无评论