Questions tagged as 'css'

3
answers

How to stylize a "file" input?

I have this structure: <section id="cadastro" class="cadastroVersao pg-i"> <div class="titulo"> <h1><i class="icon-clientes"></i>Cadastro de versão</h1> <a href="<?php echo base_url...
asked by 01.10.2015 / 22:54
2
answers

Is it possible to add scroll-only overflow behavior in a table's tbody?

You can add overflow behavior with scroll only in tbody and still do not have to set fixed sizes in pixels without having to separate the header of the columns with the body, as seen in the plugins that provide grids ? css fo...
asked by 12.09.2014 / 16:06
4
answers

How to make a table responsive using (Twitter) Bootstrap?

I'm working on a web application using Ruby On Rails 4 and much of the interface consists of tables. I would like you to suggest a way to detect the size of the screen in use and, based on this, hide certain columns from each table.     
asked by 11.12.2013 / 17:16
6
answers

How to simulate a higher resolution screen to check the behavior of a website?

Is there any way to simulate a higher resolution screen to see how a site behaves? I currently use 1440x900 and need to test the interface at higher resolutions.     
asked by 14.03.2014 / 02:10
6
answers

How to make a custom ScrollBar?

How to modify the scrollbar of a div , to appear as in the example of the image below (Hangouts) instead of the default operating system scrollbar?     
asked by 07.01.2014 / 04:18
3
answers

How to prevent a click on a link / anchor or element with event tied

In the case of a link: <a href="http://www.google.com">Google</a> or in case of another element that has an event tied with addEventListener , what alternatives exist to prevent the content from being "clicked" and that th...
asked by 23.01.2014 / 17:18
2
answers

How to make the button Incline?

I am using img but it is not a good practice, so I would like to use a button with some css attribute. Is it possible?     
asked by 02.04.2015 / 21:40
4
answers

Is it correct to use a table in the page layout?

I made a data table for a colleague of mine here at work and used a table, except that it had no header, it had only 2 columns. And he told me that people hate table, which was for me to read about Tableless, and I did it, but I can not understa...
asked by 15.04.2015 / 15:49
3
answers

Comments weigh?

Reviews weigh? I leave comments throughout my code, will influence something on the site? I'm saying more specifically in HTML, CSS, JavaScript, PHP.     
asked by 19.04.2017 / 14:04
4
answers

What is the priority of HTML? "Id" or "class"?

I'd like to know if HTML treats id or class as priority. For example, if I'm setting up my structure and do the following: <div class="teste1" id="teste2">TESTE</div> What will he do? Accept what was stated firs...
asked by 10.11.2014 / 12:08