img tag

7 questions


1 answers
93 views
0
I have a question about changing the width attribute of css tag with javascript JavaScript

window.onload=function() { var img = document.querySelector('img') var size=100; img.width=size; img.height=size; img.style.width=size + 'px'; img.style.height=size + 'px';}Hello, I have a question fr...

1 years ago

1 answers
90 views
0
Unity engine (ball bouncing) Change the color of the ball received by Color to the image.

I'm making a ball bouncing game through UNI.T 2D.Make a circular ball and color the ballI want to import and apply a specific image.I'd like to change it. [The image has been modified to fit the size ...

1 years ago

1 answers
116 views
0

There are and tags implemented using tags. But when you zoom in on the screen, the tag falls down. What should I do to make it stick to Hanline?

<form class=menu_content_search action=/action_page.php style=margin-top: 12px> <p><span><input type=text name=q placeholder=search style=height:42px;margin-top: 2px><img sr...

1 years ago

1 answers
119 views
0
How to overlay another div on one div, or how to overlay another div on one

<img>How to overlay one div on a tag or <div> Please tell me how to overlay other divs above

1 years ago

1 answers
80 views
0
I put a picture of HTML img tag between a tag and put a link, and when I run it with a browser, it shows a-" between the pictures and there's a link here

<a href=http://sales.happyreport.co.kr/sunnyfanta/20190423201305 target=_blank> <img src='http://www.happyreport.co.kr/prev/201904/ Regional Agricultural Cooperative's Letter-4556_01_.jpg' wi...

1 years ago

1 answers
118 views
0
Question about tag properties.

I get error verification through validator Error: Bad value 48px for attribute width on element img: Expected a digit but saw p instead.dd>↩ <img src=images/additional-info-icon-warranty-mo.png ...


1 answers
119 views
0
I want to change to img error text.

If it doesn't load normally when loading the img, I want to change it to text, but I only change the image with an error I'd like to.If multiple images are loaded into a table, $(.a img).error(functio...

1 years ago

© 2024 OneMinuteCode. All rights reserved.