Questions tagged as 'html'

2
answers

Problem with a modal

Well,Ihaveaproblemwiththismodal,itopensassoonasIentertheindex.php,butincaseIchangethepagetoextoduvidas.phpandclicktogobacktoindex.phpthealertappearsagain,forthealertonlyappearsonceandonlyappearsdnvifthepersonclosethetab?code:<script>funct...
asked by 08.01.2018 / 21:04
1
answer

How to control the thickness / thickness of the tag 'strike, del, s', the famous line above the text

Today I was developing a project and I got to the point where for the first time in my life I decided to use the <strike> HTML tag. I do not know if it was the font style I was using, but the line above the text was barely noticeabl...
asked by 23.03.2017 / 19:21
1
answer

Responsive hexagonal diagram

I found a code that assembles a set of hexagons (like a beehive) so that it is responsive. I made some adjustments to meet what I intend as a result, which is not exactly a grid. I simply added a class to hide the hex that I do not want and have...
asked by 27.03.2017 / 18:55
1
answer

Do search engines prioritize file names or "alt" attributes in images?

For example, an image named "xicara-de-cafe.jpg" without the alt attribute has more weight than a file named "5ecaac15bb162ea847e1f4771a214b74.jpg" with the alt="Xícara de café" attribute? Respectively: <img src="/u...
asked by 12.04.2017 / 21:37
1
answer

Write in Rectangle - HTML Canvas

I'm using the following code var canvas = document.createElement("canvas"); canvas.width = 55; canvas.height = 20; var ctx = canvas.getContext("2d"); ctx.fillStyle = "red"; ctx.fillRect(0, 0, 100, 100); var img = document.createElement("img")...
asked by 29.01.2015 / 17:16
1
answer

How to create a simulator using SESSION

Hello, I'm trying to create a simulator using SESSION, but since I'm a beginner and a lot of lay people, I'm asking the help of friends. Next I created the page where the user can change the logo, it simply selects the image and changes it with...
asked by 08.02.2016 / 20:49
2
answers

How to leave the opacity of a dark image and appear the text of the figcaption in the hover?

Hello, I'm trying to make the image dark and the text appear when I hover over it. Can anyone help me? <div class="efeito"> <figure> <a href="#" target="_blank"><img src="comunica.jpg" ></a> &l...
asked by 27.10.2016 / 17:05
1
answer

Alternative for converting Word to HTML

I maintain a site that does not have a CMS, and I often get requests from the client asking me to put text in a pre-determined format. Generally these texts come in MS Word .doc or .docx format. The problem is that they are long texts with...
asked by 11.03.2015 / 20:32
1
answer

Vertical Sidebar Menu using Bootstrap 3.3.2

My problem is to replicate something like this. I'm having a hard time solving this: link The difference is: without words. When I hover over the entire bar, the rest of the width appears telling what each page is (on the bottom what eac...
asked by 18.02.2015 / 12:45
1
answer

Dynamic chart does not update

I'm using the HTML5 RGraph library and should update dynamically along with the bank. However, I would like the chart to put the last imputed data in the database, so if I entered the value 10 in the database, the graph line would stay in...
asked by 31.10.2017 / 02:15