Questions tagged as 'css'

2
answers

How to modify the default layout of DataTables + Bootstrap

Hello, I used a tutorial I found on Youtube to use DataTables in my project. I managed to make everything work but the look was not very cool as you can see below. SolookingforasectionontheDataTablessiteitselfwithastylizeddemowithBootstrap3,...
asked by 28.05.2016 / 19:38
1
answer

Attribute enabled from HTML5 elements belongs to which interface?

I noticed that some elements of HTML accept the enabled attribute, but I could not identify in W3C the interface that shows its possibility of its use. Thank you!     
asked by 17.04.2016 / 02:10
1
answer

Border radius on table with border collapse

I have the following code: table { border-collapse: collapse; } .item1, .item2, .item3 { border-top:1pt solid black; border-bottom:1pt solid black; } .item1 { border-left:1pt solid black; border-top-left-radius: 5px;...
asked by 11.04.2016 / 19:36
1
answer

Creating your own tags affects something?

I'm creating a web page creation system for people who do not have programming experience, but the organization of the page is done through tags. For example: <conteudo> <artigo class="flex quebra"> <posta...
asked by 14.06.2016 / 01:14
1
answer

Calculate pixels for columns in css

Good people have 3 columns in a space of 950px; I made the calculations here on the calculator 950/3 = 316,6666666666667 Only when I convert this to css: width: 316.6666666666667px; nothing changes, it takes like it's width:...
asked by 06.04.2016 / 03:33
1
answer

Laravel 5 mail format html with css

I'm sending an email through Mail of laravel 5 $data = Input::all(); Mail::send('mails.sendteste', $data, function ($message) { $message->from('[email protected]', 'Sistema'); $message->subject...
asked by 30.03.2016 / 15:44
1
answer

Make a rectangle / cone with only css [duplicate]

Would you like to type a rectangle / cone only using css? As in the image below: I need to use the background of a div or button, but it has to be in that format.     
asked by 16.03.2016 / 19:38
1
answer

How to get Grayscale in css: hover

Hello I put a gray scale on an image, I wanted to know how to take this effect when I put the mouse over the image ... .grayscale{background:url(yourimagehere.jpg);-moz-filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/20...
asked by 18.03.2016 / 19:43
2
answers

Align image next to horizontal menu

Hello, I have a small problem, I added a horizontal menu to the site html and wanted to put an image next (right) but it will not, I tried float, align, margin and nothing, I do not know if they can help me to solve the problem, but I thank you a...
asked by 15.03.2016 / 16:55
2
answers

Slowly count the number of records in a table

Hello everyone, I have a field on my site that displays the number of registered customer records. How to retell this record more slowly for the user to view this recount? Example: Clientes cadastrados: <?php echo $admcadastros; ?>...
asked by 07.03.2016 / 17:15