Questions tagged as 'html'

2
answers

How to create a menu of tabs like Stack Overflow

I would like to know how I can do to have two links as tabs, for example: <a href="#">Abrir Elemento 01</a> <a href="#">Abrir Elemento 02</a> and clicking on one of these links opens a div with the content co...
asked by 07.10.2017 / 05:04
2
answers

HTML image size in a table

How do I make a smaller image using HTML in this code? I already used Width after the link and it does not work <a href="window.open('file:///C:/Users/cliente/Desktop/Projeto%20Leticia/Cadastro.html')";> <img src= "C:\Users\cliente\...
asked by 19.10.2017 / 21:36
0
answers

Save Image WebBrowser Delphi

I get a picture of an IP camera and display it in a TWebBrowser I would like to save that image to a folder. The generated HTML source code is this: <!DOCTYPE html> <html> <head> <title></title> </head>...
asked by 20.10.2017 / 03:28
2
answers

How to adjust a grid in HTML

Hi! I'm having trouble setting up a grid with two images + HTML text (it's for a blog post, so I need it to be HTML anyway). I need the image of the road to be left, with the picture of the phrase on the right, aligned on top (with a distance...
asked by 20.10.2017 / 01:48
1
answer

Mobile menu, change font color

I can not change the font color in mobile mode, it turns white, and if I change the CSS to white it changes the site, it follows the menu code. #advanced_menu_toggle, #advanced_menu_hide { position: absolute; border-radius: 2px;...
asked by 19.10.2017 / 20:55
3
answers

How to position the icon in the right corner of the screen

I need to leave the code icon below in the upper right corner of the screen, but I do not know how to do it: <div> <button type="button" align="rigth" class="" id="exampleIconDropdown1" data-toggle="dropdown" aria-expanded="false"...
asked by 09.10.2017 / 16:38
0
answers

Select Display in Chrome

I have a select with UF's and another with Cities in my code. When change of UF cities are loaded in another select. I do this through the display block and display none, over a set of cities, when the acronym of the UF of the city is equal to t...
asked by 09.10.2017 / 16:53
1
answer

You can change this JS code to open the link in another tab when clicked

I do not code anything. If anyone can help me. This is below the JS code ... it opens on the same tab the video ... if you have how to change the code to open in a popup or new tab, I would appreciate it. $(function() { var videohtml5 = $...
asked by 12.10.2017 / 02:59
0
answers

JS code is not clickable on mobile devices

This JS code is not clickable on mobile devices. only on desktop. Someone could help me: Test blogger link js code $(function() { var videohtml5 = $('.videoGallery .videohtml5'); var liHeight = $('.videoGallery li').height(); /...
asked by 12.10.2017 / 16:36
2
answers

Link Variables

Is it possible to prevent users from accessing a page of type "registar.php? msg = error" per link? In other words, basically there is the link "register.php" that serves for users to register and the email entered was already a user, clickin...
asked by 12.10.2017 / 23:04