Questions tagged as 'css'

2
answers

Appear a div with hover

I'm doing a project and I have to make an icon appear in each menu link when hovering the mouse. I thought about doing with JavaScript but I do not have much experience, so I decided to do with CSS , can someone help me? Thank you....
asked by 17.06.2016 / 14:29
1
answer

What is the best way to assemble this layout?

Well I'm building a simple layout for a system in php. My question is, what is the best shape, table or div? I mounted it on a table to display what I need. Follow it: body{margin: 0; height: 20000px;} .layo...
asked by 17.03.2016 / 18:08
2
answers

Doubt with table in div css

I'm setting up a table in div and css, the problem and I need the div div-table-row to have the size of the other divs. but it is giving a line break. How do I resolve this? Follow my code: .div-table{ display:table;...
asked by 08.03.2016 / 19:05
2
answers

Dives daughters extrapolate parent div

I'm trying to make the DIV parent be populated by all DIVS daughters, however I've tried several things and it does not work. It always ends the DIV father being extrapolated by his daughters. EDIT: I tested my example code and it looks like...
asked by 14.03.2017 / 18:54
3
answers

How to make hidden texts appear when you expand a menu

I have a question, As you can see in the image, this is a part of a site that the client requested. How can I make this menu where you click and it expands and shows the hidden text? And you still have that sliding effect? I'm going to...
asked by 23.07.2018 / 13:41
3
answers

Text abbreviation td does not work

I would like to abbreviate a <td> : <td> TextoTextoTextoTextoTextoTexto </td> Displaying only: TextoTexto... I tried to use style="text-overflow:ellipsis" but it did not work. Detail: I need to be in...
asked by 21.08.2018 / 14:20
2
answers

Div misaligned bootstrap [duplicate]

I have the following DIV <section id="section-base"> <div class="container"> <h3>cases</h3> <div class="row"> <?php foreach($cases as $valor){ ?> <div cla...
asked by 26.01.2017 / 16:44
2
answers

Putting classes into elements according to the last URI

Well, I have the following code: <body> <?php $server = $_SERVER['SERVER_NAME']; $endereco = $_SERVER ['REQUEST_URI']; ?> <!-- Menu principal --> <nav class="navbar navbar-default"> <...
asked by 05.02.2017 / 21:43
1
answer

Is there a problem with using two different bootstrap versions?

Well I have a problem, I have a project in Cordova that was using the bootstrap 3.3.7 but in this very I'm going to pass everything to the bootstrap 4.0.0, but I thought to leave the 2 in the project because each one has different css. I wonder...
asked by 07.03.2018 / 16:13
2
answers

Convert image to CSS

Is it possible to convert the image below into css pure? If yes, how could I do this? Does anyone have an example? I also need to have that split, just like the image.     
asked by 09.03.2018 / 00:54