Questions tagged as 'html5'

2
answers

Perspective shadow with CSS

I have a div of 950x350 pixels and would like to create a perspective (and blurred) shadow as shown in the code below (run in full screen): #slider{ width: 950px; height: 350px; background: blue; position: relative; } #...
asked by 25.09.2018 / 00:49
1
answer

How can I detect if the user of my site has my extension installed in Chrome / Moziilla

Hello, I need to detect if users who visit my site already have my installed extension, some functions of the site depend on this extension. If you have the extension installed you can access it normally and if you do not have a warning that...
asked by 06.02.2017 / 02:46
1
answer

Alignment of precode elements in css

Example code without indent /*Exibindo trecho de código no HTML utilizando o <pre><code>*/ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </h...
asked by 23.11.2016 / 14:51
2
answers

Play alert sound after bank query (PHP + MYSQL)

I need an alert sound to be played after a query on the bank ... Logical example: NUM_LINHAS = NUMBER OF TABLE LINES SE (NUM_LINHAS > 0) { play (); } My javaScript function that plays sound: <audio id="audio"> &...
asked by 16.07.2015 / 20:00
3
answers

Include link in a container

I have a container in my code and I need it to be clickable, with href , let's assume that by clicking it, go to "Google.com". How can I do this? <div class="project-2 v-center"> <div><!--v-center--> <div class="...
asked by 26.04.2014 / 16:54
2
answers

Windows Phone does not load .font in CSS

I'm doing an HTML5 responsive application using Bootstrap and SmartAdmin, etc. Works on all devices. Including Internet Explorer 8, 9, 10 and 11 but in Windows Phone 8 (with that last update that stays with IE 11) does not run the sources...
asked by 21.05.2014 / 14:44
2
answers

How to change style of higher brothers?

I have a parent element (div # workarea) that has four children: figure#start , p#first , figure#start2 and p#second : <div id="workarea"> <h1 id="title">Área de Testes</h1> <figure id="sta...
asked by 01.06.2014 / 21:25
1
answer

Images Only Upload

How to only upload images ( .png and .jpeg )? Do not allow the choice of another file type. I'm using as below: <input type="file" name="arquivos" class="btn btn-success" multiple/> At the time of selecting...
asked by 30.05.2015 / 16:26
3
answers

How to hide a text being bigger than my Div

The purpose of the exercise is to study, I am creating a blog that has stories about dubbing and one of the objectives is to hide the text, which is much larger than my Div, so when clicking on the post the person is redirected to a page with th...
asked by 11.01.2018 / 19:14
3
answers

Hide description with '' Display: none "is bad for SEO?

I have some links on the site and I will add a description for each one of them, and hide the description, but I have a question about hiding with display: none See how I want to do it <li><a href="http://www.facebook.com/d...
asked by 29.08.2016 / 19:31