Questions tagged as 'css'

1
answer

Change bootstrap menu according to page width

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...
asked by 10.10.2017 / 23:27
1
answer

Why when I load my blade layout, my css does not appear?

Mycodedefininglayout:<!DOCTYPEhtml><html><head><title>VPO-@yield('title')</title><!--Icons--><linkhref="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="style...
asked by 21.09.2017 / 00:11
1
answer

Modal Bootstrap does not exceed end of page

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...
asked by 01.11.2017 / 05:42
2
answers

CSS - TBody and TR with different measures

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?     
asked by 31.05.2017 / 15:39
2
answers

How to center menu [duplicate]

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'>...
asked by 17.05.2017 / 20:14
2
answers

CSS problem, does not work

Some CSS commands are not working. Follow the commands: HTML <section class="menu-departamentos"><!-- inicio .menu-departamentos --> <h2>Departamentos</h2> <nav> <ul>...
asked by 11.02.2017 / 19:56
1
answer

Learning about columns - css

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...
asked by 25.04.2017 / 15:42
2
answers

div alignment within html

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...
asked by 06.07.2017 / 20:43
5
answers

Upper DIV occupying entire screen

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...
asked by 12.10.2016 / 20:58
1
answer

alignment between div

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...
asked by 05.08.2016 / 20:09