Questions tagged as 'html'

1
answer

How do you know what elements (js, css) are taking longer to render?

My page has taken a long time to load (20 ~ 30 seconds), sometimes it crashes my browser during this process (and it was not just me, other people have come to complain about it). I did some load speed tests and realized that most of the time is...
asked by 06.06.2015 / 23:50
1
answer

When the user clicks on the image, open it at full size

I have the following HTML: <li class="editable" name="Galeria"> <a href="./imagens/galeria.jpg" rel=""> <img class="mudar" src="./imagens/galeria.jpg" title="" alt="" /> </a> </li> For example, I would...
asked by 12.03.2015 / 22:20
1
answer

Make a javascript work inside a URL

The javascript code below works perfectly in the HTML of my site. It is a geo-target server that shows the city based on the user's IP. <script src='http://promos.fling.com/geo/txt/location.php?testip='></script> What I'm trying...
asked by 08.03.2015 / 21:37
1
answer

Input Radio with default value

Using Asp.Net MVC 5 with AngularJS I want a input radio to be checked by default. According to the link: How to select a radio button by default? Assign an initial value to radio button as checked Just use this: <labe...
asked by 10.03.2015 / 20:26
1
answer

Caching static pages in the browser

How do I make a .html page cache the browser for a period of 20 minutes after it is downloaded? Note: The page is static and there is no back-end, everything is done with HTML , CSS and JS , it is hosted in the% /...
asked by 27.05.2015 / 15:12
1
answer

Integration software website Java [closed]

My question is this: I and my team are developing software that analyzes a table with specific data, but to generate this table we use a website where you enter an information and this website analyzes and generates all the data about this infor...
asked by 26.05.2015 / 19:39
1
answer

How to center a button inside a responsive container?

I'm doing a free HTML and CSS theme work for college, but some modifications I made to make the site responsive prevent me from putting an element in the center of the container . I have a section of the site with a UL, and each item has a "dow...
asked by 27.05.2015 / 03:17
1
answer

Height 100% in the content

Hello, I'm having a height problem follow the code the world below for better understanding: HTML: <html> <body> <div class='wrapper'> <div class='cabecalho'></div> <div class='...
asked by 27.05.2015 / 21:24
2
answers

Get value in an iframe via Javascript

I have code that is in an external file and need to load it via Javascript, however I do not know how to do it. I already tried it in several ways, and apparently it would be better with an iframe, but not that. The idea was to use the load () f...
asked by 29.03.2015 / 20:01
1
answer

How do I add an input type="radio" in a form?

How do I add an input type="radio" in a form to the result go to other pages?  And when I edit the form does the radio choice continue to be saved?     
asked by 13.02.2015 / 19:32