Questions tagged as 'html5'

1
answer

How to autoplay on video in mobile chrome version

I am trying to start the video in autoplay in the mobile version in the mobile test in firefox and it worked in chrome, it does not follow the code of the video tag that I am using <video class="video" autoplay muted loop > If anyone...
asked by 23.11.2017 / 17:27
2
answers

CSS with Awesome Font

How to replace the image from the CSS sample available at link by Font Awesome? Follow the code below: <blockquote style=' font: 14px/20px italic Times, serif; padding-left: 70px; padding-top: 18px; padding-bottom: 18px; padding-right:...
asked by 08.01.2018 / 13:50
2
answers

Click anywhere in the li and run the href from the

You can see that <a> is clickable, ie I click on it and it redirects me to another location for example, but I would like to know how I can click everywhere from <li> to occur redirection and not only in <a>...
asked by 27.01.2018 / 22:32
3
answers

Percentage mask

How can I make a percentage mask, where the user types a number in percent in an input-text, the number can be at most 100%, hence if for example the user types 30% in the first input, he can no longer enter more than 70% in the second input, th...
asked by 03.03.2018 / 00:28
2
answers

Dropdown Menu Items do not change color [closed]

UPDATE I'm developing a web application and put the bootstrap menu and would like the menu items to change color and not be in that black color, but in color #00008B Menu items HTML<ulclass="dropdown-menu">...
asked by 17.10.2017 / 18:30
1
answer

Get the href link in the href itself

I have the code below <?php $paginaCorrente = parse_url($_SERVER['REQUEST_URI'], PHP_URL_QUERY); ?> <ul class="menu"> <li><a href="?l1" <?php if ($paginaCorrente=="l1") echo class='linkVisitado'";?>>Link 1</...
asked by 27.09.2017 / 14:17
1
answer

Google chrome extension does not show default popup

I started yesterday to develop extensions for google chrome, and I followed google as follows: I declare my manifest and added the page with the popup: { "name": "ODM Integration", "description": "Open Download Manager integration f...
asked by 26.12.2017 / 13:54
1
answer

Displaying 'loading' warning when update iframe - html

I'm having trouble with an application, where the screens take a long time to redirect. To get around the problem, I created a page with only an iframe, which contains navigation between pages. The biggest problem is that it is not possible t...
asked by 28.08.2017 / 15:02
1
answer

How to put a vertical line inside the panel class?

Follow the code below: <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><div...
asked by 01.08.2017 / 00:47
1
answer

Hiding element inside a menu

I have a menu like this .. <div class="btn-group"> <button type="button" class="btn btn-danger vermDigifred btn-xs dropdown-toggle glyphicon glyphicon-pencil" data-toggle="dropdown"> </button>...
asked by 26.10.2017 / 14:06