Questions tagged as 'html'

1
answer

Code reuse with web language

I'm working on three different apps that use Ionic and Cordova . The three are very similar in some points mainly in the layout. I wonder if it's possible to create a kind of library or something that I modify only once and replicate to...
asked by 21.10.2016 / 18:03
1
answer

Div of type input radius

Well, what I want is the following. I have several divs, and they have inputs of the type "radios", that is, when people click on the div, it gets bordered. Instead of having the radius ball, people clicking the div is like selecting this...
asked by 02.11.2016 / 20:13
1
answer

Hide div's ScrollBar with overflow: auto

I have a% d% d that groups all site content with the following css: margin: 15px 12px; background: #fff; padding: 20px; height: calc(100vh - 30px); overflow: auto; My body has .content different, to simulate a border. It's 100% funct...
asked by 03.11.2016 / 23:03
2
answers

Last elements of a class running incorrectly

Look at this print that you'll understand what's going on: link I have checked the code several times and apparently I did not find any errors, it follows the html and css part of this class: HTML: main .main-pagina .services-princ...
asked by 08.01.2017 / 18:19
1
answer

Best HTML structure - Virtual Store [closed]

Talk to people, blz? My question is, what is the best HTML structure to build a virtual store? Taking into account semantic and SEO standards. For example: Should I use divs , li or articles in the product listing?...
asked by 30.04.2016 / 05:47
1
answer

Include gets wrong path from url

I have the following structure: Iwouldlikethefileinsideviews/usuarios/usuarios-view.phptoincludethefile_layout.htmlthatisinthepath:views/_template/_layout.html,I'mdoingsoinusuarios-view.php:<?phpinclude("../_template/_layout.html"); ?>...
asked by 27.04.2016 / 22:08
1
answer

How to make border CSS inherit color?

I built a simple container using CSS. For me to do DIV that gets the text with blue background I ground a class that I created to put background where I call it. But I need to put the blue border on the DIV that receives the conten...
asked by 29.04.2016 / 16:27
1
answer

Force update of JavaScript file version

I'm developing an application in Angular2 and I'm facing a problem that is updating the JS files. When I update the version sometimes the browser does not load the new file, it uses the old one. I know if I put the version of the file at the...
asked by 15.04.2016 / 14:41
1
answer

How to convert a byte [] from an image to a jpeg image to load in html?

In the html (jsp) of register I have a field that the user registers his photo getting the tag img with the following result. <img src="data:image/png;Base64,/9/0kmkdmkewnsjdncijndcjdxncdjcdscjnccc/ccnkjdncnsjnidckcmokcmoskcmkosmcokm...
asked by 11.03.2016 / 19:11
1
answer

Div dropdown menu with different width in browsers

I made a dropdown menu and for some reason the width of the div looks different in browsers The div class is the dropdown-content Follow the code and prints .header-menu { height: auto; float: right; font-size: 0; margin-righ...
asked by 28.12.2016 / 12:39