Questions tagged as 'html'

4
answers

How to make a list item show / hide a DIV when clicked?

#fonte { display: block; width: 200px; height: 200px; outline: dotted; } #conteudo { position: absolute; top: 15px; left: 210px; display: block; width: 200px; height: 200px; outline: dotted; } .s...
asked by 17.07.2015 / 03:27
1
answer

Iframe chat with automatic height

I'm developing a chat in php, it's working perfectly, however, I'm having trouble getting the iframe to the main site where the client will have access, in the code it opens the iframe, but if I set a height (height) fixed or 100% for example, I...
asked by 17.07.2015 / 00:52
1
answer

Wrap similar tags

[1] This is an example of what I would like to do, however, I do not know how to apply to my case. I would like to wrap items of the same type in a ol of it. Original text: <li> <p>a) texto longo;</p> </li>...
asked by 03.05.2015 / 19:41
2
answers

How can I do to apply a style only to one or another p?

I have a problem that is apparently simple but because of my lack of experience I'm getting screwed. It's the following, I'm doing a database listing of a text, and this text already comes with the <p></p> tags together. This...
asked by 06.05.2015 / 14:57
2
answers

How do I animate css?

I was browsing the net and found a website with a cool animation but I could not figure out the name or how it works. I admit, I'm a beginner with web languages and I would like to know if anyone knows how to make such animation. Follow the link...
asked by 14.05.2015 / 01:31
1
answer

Collapse menu color

I have a problem with the bootstrap menu when it is "collapsed". When the screen size is for example a mobile, it has that button to click and open the menu. The problem is that if I leave the <nav> tag with the class navbar-defa...
asked by 08.05.2015 / 08:53
1
answer

Decrease row height

I have a panel and inside it a progress bar, where I created a line inside the panel and placed my progress bar. HTML : div class="panel with-nav-tabs panel-success"> <div class="panel-heading">Etapa</div> &l...
asked by 08.05.2015 / 20:57
1
answer

Creating HTML elements with Jquery

Well, I have the following HTML structure: <ul id="list_Viagens"> <li class="has-sub"> <a href="#"> <span class="text">Viagem: <span class="destaque">201500124</span> Filial de Orige...
asked by 29.04.2015 / 17:24
1
answer

The animation of the menu buttons is not working correctly

Hello, I'm joking around in CSS, HTML and JS to build a random website. In theory the site was all right, but now that I ran the site and went to open on my cell phone and the animation of the back of the menu buttons are a bit bugged. Sometimes...
asked by 07.05.2015 / 15:31
1
answer

Edit txt file remotely

I would like to make an HTML page, and use a PHP page to edit the text of the HTML page (as if it were a Frontend ). Is there any PHP code for this? In my example, the HTML page to be edited is buysingle.html (In this cas...
asked by 01.05.2015 / 16:54