Questions tagged as 'html'

1
answer

How to create country redirects?

How can I do to create country redirects? I mean, let's suppose I get a visitor to Mexico , so I would have to redirect to meusite.com/mx/ , since if I get a visit from Brazil go to meusite.com/br/ or even if you receive a Po...
asked by 29.06.2014 / 21:37
1
answer

Div with upper z-index overrides another div with lower z-indez

I have 2 divs. The first one has z-index 1 and position fixed. The second div has z-index 2 and position relative. The second div has a very extensive content and between the contents, there is a blank part with 500px height. When I go throu...
asked by 06.09.2014 / 22:42
2
answers

Page switching time transition

I have an HTML code and I need to make a transition (fade) when I enter another page through the HTML menu that I have. Problem is, I can not make that transition. I need to do something like this link site that if you notice the left menu, wh...
asked by 14.08.2014 / 12:28
2
answers

Mounting html by c #

I think I have a better way of doing this, because when I did it made sense now I do not understand anything else, because it makes me very confused: I have a field in the table that stores the following content: Descrição: O curso visa ca...
asked by 27.08.2014 / 15:47
1
answer

Check checkbox data that has variable names

I have a routine in PHP that generates a list with ten to fifteen names, and together with each name generates a checkbox that should be checked in case there is a lack of work for that name, if there is no lack of work the box does not is marke...
asked by 26.01.2016 / 20:06
1
answer

footer tag at the browser border

I have a footer tag in my HTML page that calls the Bootstrap panel-footer class. I would like to leave this footer at the edge of the open browser and conform to and not in the limit of the existing content on the page. <footer class="panel...
asked by 18.01.2016 / 18:32
1
answer

Scrollbar horizontal being scrolled by vertical scrollbar [pendant]

I'm doing a little test with the Chrome Canary 74 scrollbar on Android. I read a lot about it, but I did not get results for the mobile device, and since I do not have a pc, I use Aide Web to program it. In my project, there are only two f...
asked by 31.12.2018 / 18:59
1
answer

What is rel="noopener"? Should I use it on all links on my site? Can it affect SEO?

I recently noticed that the rel property of the link can receive the noopener tribute, but I did not fully understand the advantages of using it ... <a href="http://example.com" target="_blank" rel="noopener">Exemplo de l...
asked by 21.12.2018 / 13:46
1
answer

Magento Admin error 404

I changed my store in magento to another domain, I changed the urls in the database, and I cleaned the cache, the home accesses normal, but the admin is giving error 404 , how should I proceed? Magento Store     
asked by 19.12.2014 / 14:22
1
answer

Boot / add-in function dynamically deleting previously added input values

I made a form where a button calls the function "addproduct ()" In this function I create 1 div and 2 textbox that are placed in the same div, and then add the div to a span at the bottom of the page. The function works perfectly when it come...
asked by 12.12.2014 / 01:05