Questions tagged as 'html5'

1
answer

How to properly divide a th in html?

I want to make a table, where <th> separates into three, one row on top and one row broken in two below, but I can not separate the <th> in two as <td> since we use the colspan , I tried to do some g...
asked by 25.01.2016 / 20:58
1
answer

Adding Rich Snippet across multiple divs

I'm making a page that displays data for a person. At the beginning there is the name and a text, at the end there is the address, e-mail, etc. I'm using Rich Snippet , but all the examples I find about it, show the entire structure in a sin...
asked by 21.11.2015 / 17:51
1
answer

background-image css clickable. Has as?

How to make a background-image css clickable? Here is the code I have: position: relative; width:140px; font-family: Arial, Verdana; font-size: 15px; padding: 5px; background-image:url(../../img/buscar-icon.png); background-repeat:no-r...
asked by 10.12.2015 / 16:22
2
answers

Asp.Net MVC Validators passing through the controller

When we create a project in Asp.Net it by default inserts some validators to be used with Razor, @Html.ValidationMessageFor(model => model.property) . I saw in different projects that these messages are generated by returning the...
asked by 25.08.2015 / 19:46
1
answer

Bootstrap menu, include logo

I'm using this menu: link Exactly this one from the link, I copied directly from there, the question is , where it says "Project Name", I have to add a logo, how do I do it?     
asked by 04.08.2015 / 20:20
1
answer

Loading external "pages" via AJAX. Will Google crawl?

I'm doing a project whose pages are loaded into a main container . All link is an anchor but what is after the hash is really a path. My JavaScript is scheduled to detect hash swap events, so it picks up the path by subtracti...
asked by 02.08.2015 / 03:47
2
answers

Exchanging content between pages with JavaScript [closed]

I need to change text that is in <p> of a page x to a <p> of a page and. As part of a bimonthly presentation (course work) I can use HTML, CSS3 and JavaScript. Can you do this with any of these technologies? S...
asked by 26.09.2015 / 22:50
1
answer

Input in HTML that can save multiple values?

How can I make an input similar to the one in the forum? link in the tags area, when we insert an example tag: "PHP", and we give enter it already saves that value and it waits plus one from the user.     
asked by 07.11.2015 / 16:31
1
answer

Graphic made with imperfection Javascript canvas

I made a normal Cartesian plan here on a canvas, but with a problem, the graph is not perfectly centered and this is bothering me a lot, I know I can change the position manually in code, but the question is: By that the graph is decentralized?...
asked by 07.11.2015 / 22:57
1
answer

Why is my CONTROLLER not picking VIEW fields?

I'm doing a form in the VIEW, but the fields where I use radio and select (option) are not passing their values to the Controller. If anyone knows why. My VIEW: @model GerenciadorDeAtividades.Dominio.RecursoDominio @{ ViewBag.Title = "...
asked by 14.05.2015 / 16:03