Questions tagged as 'css'

2
answers

Make text have line break within div

I need to make the text inside the div of the txt class have a line break. Here is the code example that I have to change. .font-15, input, textarea, select, .container-head, .se-pre-con p, .dialogboxbody, .top_menu .scroll div, .au...
asked by 29.12.2016 / 19:44
3
answers

Auto height in iframe?

I have an iframe and I need the height of it to be automatic according to the content inside it. How can I do this? No jquery of preference.     
asked by 02.12.2016 / 21:02
2
answers

Set rows in table

I have the following table: .mytable { width: 100%; height: 150px; overflow-y: auto; } .header, .footer { //position: absolute; } <table border="1" class="mytable"> <tr class="header"> <th rowspan...
asked by 04.11.2016 / 13:22
1
answer

How do I delete the last div added by the DOM?

I'm doing a notes webapp, I used DOM to add notes and remove, but when I remove it, it removes the first note and not the last one. <script async> function novaNota() { var div = document.createElement("div");...
asked by 06.11.2016 / 00:45
2
answers

How to center a checkbox on a div

I have an aside that contains 4 checkbox, so: <aside id="filtro"> <input type="checkbox" value="azul" class="check">Azul <input type="checkbox" value="verde" class="check">Verde <input type="checkbox" value="am...
asked by 31.10.2016 / 21:23
1
answer

Grid Framework CSS [duplicate]

I'm new to the CSS Framework branch, my question is the following. Regardless of tool (Bootstrap, Materialize, etc.) how is the process of creating a website using CSS grid? Not the operation of the grid itself, but the applicability in practi...
asked by 01.11.2016 / 16:02
1
answer

Footer Problems

I'm having problems with my rod on a page that contains a list, which I'm adding and growing. The problem is that you are creating two scrollbars on the site and I can not solve it. Here's the list and the css. .footer { background-color...
asked by 08.10.2016 / 00:22
2
answers

How to send a complete PHP page by email?

I'm having trouble sending an email template. I have the following page: <?php session_start(); ?>               Contact Us - PiscouAchou                                        Email successfully sent !          <section...
asked by 27.10.2016 / 16:45
1
answer

How to use different CSS files for each view

I wonder if it's possible to be using "auxiliary" CSS files. For example, in my ASP.NET MVC 5 project, as everyone knows, and default to BootStrap , but how would I create a separate .css file for some views I've been creating? Or, i...
asked by 26.10.2016 / 13:13
1
answer

SASS Identation 2 spaces?

Hello, Recently I'm using Sass without any front-end automation due to company guidelines and I usually work with the .sass format, however I'm having problems with the id's of the same, always complaining that instead of a tab, there are two...
asked by 25.10.2016 / 23:02