I'm developing a web application and I put in the application the bootstrap menu I would like when the application reaches the maximum width of max-width: 770px the menu would be the same as the menu that is in the normal width of the pag...
I have a modal bootstrap and in it I display a table, but when that table returns many records the modal ends up overflowing off the screen, and it does not show the end of modal like in the image:
Thisproblembothersbecausetherearerecordsthat...
How do I make my TBody 100% high and my TR have n pixel size? it happens that when I have only one line, the line gets 100%, corresponding to TBody, and I would like it to be fine! Did you understand?
I'm trying to centralize this menu but I can not, I already tried several tips on the net but it does not work, could anyone help me?
HTML
<div id='menu'>
<div class='menu1'>
<ul class='menu' id='menu-main'>...
Some CSS commands are not working.
Follow the commands:
HTML
<section class="menu-departamentos"><!-- inicio .menu-departamentos -->
<h2>Departamentos</h2>
<nav>
<ul>...
One day, I had to develop a site where the layout had some images that were not exactly side by side, and as I did not know about the columns, I ended up aligning everything in absolute and that responsive mess.
Could someone explain simply an...
I have two divs, when I hide the first one I need the second to go up to her place, but it does not move, how can I make it stay in place of the first div,
Followthecode:<!DOCTYPEhtml><html><head><metacharset="UTF-8"&g...
Well, I have the following:
<div class="tudo">
<div class="superior"></div>
<div class="inferior"></div>
</div>
I want the top div to occupy the whole screen independent of the resolution and the co...
Galera I mounted a container and a system of tabs using css , but I'm having trouble putting the tabs inside container .
My problem is that container does not match the size of the tabs, does anyone know what's wrong?
Her...