Questions tagged as 'html5'

0
answers

Autocomplete with Materialize [closed]

Good afternoon! I'm developing a web app, and wanted to put an autocomplete. I'm using the Materialize Framework documentation, but I'm not getting it. <div class="col s12"> <div class="row"> <div class="input-field col s1...
asked by 26.12.2018 / 17:12
1
answer

Open page in the same window

I have a button where I would like it to point to another page when clicked and the alternative that I found was using the om click, but it happens that it opens in another window and I need it to open in the same window. How do I open in the...
asked by 19.08.2018 / 23:40
1
answer

How do I put an image in place of "Read More"

<b:if cond='data:blog.pageType != &quot;static_page&quot;'> <b:if cond='data:blog.pageType != &quot;item&quot;'> <div style='float:right;padding-right:10px;margin-top:10px;'> <a class='morer' expr:href='data:p...
asked by 19.11.2018 / 12:20
1
answer

My firefox does not rendered correctly my magina

I always use the crome to do my tests on the pages I'm developing there in the crome, everything is ok ... But when I render the same page in firefox, the letters are slightly flattened and the measurements and spacing of the elements are differ...
asked by 19.10.2018 / 03:32
1
answer

Image coming out of the div at the top and in the footer [closed]

How do I create a div with borders and position an image with a discount value above that div coming out of it and just below a centered button in the middle of the div as the attached image;     
asked by 23.11.2017 / 18:05
1
answer

shows results in php

I have 2 tables in the bank one is called and the other is the technical . The Technical table has the id , nome and endereço fields. How to show the call to a specific technician by the code? Ex: Only Technician 1 ca...
asked by 10.09.2018 / 15:30
1
answer

Formatting images in CSS figure.class [closed]

(Solved) It seems that the .css file was corrupted, I created a new one and rewrote the same code on it, after that the code started working normally. I have a problem to put the attributes in an image in CSS, I save the file and it does not...
asked by 02.10.2018 / 20:14
3
answers

Align text with different divs on the same line [closed]

Hello, I have a problem, I created a newsletter-only popup, but when I passed it to the html, with css, I had to use 2 different divs (I tried to use all the different ways, fonts, p, span) color and shadow of the text. I do not know if they will...
asked by 09.03.2016 / 16:44
1
answer

Menu change color and description when selected

Hello, I was trying to create a menu that when it is selected it changes color, but when selecting another its color returns to normal and the other activates the color. Also when selected, the base text changes, for example: I saw this site...
asked by 11.03.2016 / 12:57
1
answer

Textarea does not resize with the size of the value returned from the server

I set up a textarea to resize the size as the user type, but when the value comes from the server the field is only one line size. How do you resolve this?     
asked by 15.05.2018 / 16:04