Questions tagged as 'html'

1
answer

Input informative, how to do?

Good afternoon everyone! I'm doing an informative form with the Bootstrap Framework, where in some fields an information bubble should appear on the field (type
asked by 30.01.2015 / 17:04
1
answer

Button triggers the method of your container

I created a tab that opens and closes using jQuery and I'm having some problems closing it: HTML <div id="aba" style="position: absolute"> <img src="#"/> <span id="fechar">X</span> </div> jQuery...
asked by 04.07.2014 / 05:55
1
answer

How to put the scroll bar on the table

I have a table with a bar ( overflow-x ) to scroll to the sides. The bar is under the table, but I would like it to stay on top. I already took it from the div, put it back, tried to put the impression of the bar before the table, but i...
asked by 17.09.2018 / 14:19
2
answers

How do I read an XML with HTML markup

I have an XML where inside it has a complete table. How do I read this XML and already print this Table structure in html? I'm working on PHP XML <document page-count="1"> <page number="1"> <table data-filename...
asked by 05.10.2018 / 05:49
3
answers

Element overlapping the other CSS

My site consists of a header and below it a container-fluid with the information on the screen. The problem is that my header is overlapping part of my container-fluid: Myhtml:<h3class="card-header primary-color white-text">Monitoramen...
asked by 02.10.2018 / 13:43
2
answers

how to remove rows from a table?

I am creating a table, but on the site the lines that separate the columns and rows always appear. Can anyone tell me how I could do to get them out? The code I have is this: <table> <tbody> <tr>...
asked by 14.09.2018 / 15:07
2
answers

Random button colors

I would like my buttons to change the color every time the page refreshes. I made a java script code that is not working and would like help identifying my error. <script> let r = Math.floor(Math.random()*255),...
asked by 06.08.2018 / 20:19
2
answers

How to know one HTTP_HOST and redirect to another

That is, when the HTTP_HOST is equal to site1.com or site02.com it redirects to newite.com I've tried something like this below. but it did not work. <?php if ($_SERVER['HTTP_HOST'] == 'site1.com, site02.com'): ?> TESTE <...
asked by 04.08.2018 / 18:44
2
answers

Mouse over in image to display information box

How do I make a mouse over open a Tooltip and this box does not disappear when I remove the mouse focus so I can put a clickable text inside this container? As an example: the tags that appear here in Stack Overflow.     
asked by 22.08.2014 / 16:46
2
answers

Create a lower bar with Tabs

Is there a jQuery plugin that creates an options bar like the PHP Debug Bar project? Does anyone have any suggestions for implementation? "Messages | Request | Timeline" is a thin, fixed bar in the footer of the site and clicking "Messages"...
asked by 07.08.2014 / 23:40