Questions tagged as 'css'

1
answer

Display all text on the button

Hello! Is it possible to display all button text on it? Youareautomaticallyaddingtheseellipsis,butwouldliketodisplaytheentiretext.<ion-segment-buttonvalue="Bareserestaurantes" class="round-button" (click)="selecionaprodutoscategoria(2)"&g...
asked by 07.08.2018 / 21:09
0
answers

Modal generate custom link

I use a modal that I took from w3school and modified it to put several in a same page, I would like to know if I have these modals to generate their own links, so that it is easier for the visitors to share the content. For example I clicked...
asked by 31.07.2018 / 19:12
0
answers

Filter in DataTable with Checkbox

I would like to use a checkbox for filter in DataTable, but I am not able to The ajax form data In this case, I would like to filter only data larger than 27, for example, when clicking on the checkbox //https://github.com/cbcarlos07...
asked by 27.07.2018 / 19:02
0
answers

Mpdf Ignores CSS

<?php $html ='<!DOCTYPE html> <html> <head> </head> <body>'; require_once 'F:\WEB/htdocs/sp/vendor/autoload.php'; $pdo = new PDO('mysql:host=localhost;dbname=dbsp', 'root', 'admin'); $pdo->se...
asked by 27.07.2018 / 22:09
0
answers

Capture and hide elements of an Iframe in JavaScript

Next, I have a web application where I stream an application using Hangouts On Air. I incorporate the iframe that is generated for me from youtube and game on my website. But I would like to block or make it difficult to access this video on You...
asked by 10.08.2018 / 04:17
0
answers

Scss compilation with node-sass replicates the code instead of replacing

I migrated from Ruby to Node-Sass recently. Everything has gone well, except for one detail in the command: node-sass -w --output-style compact scss/style.scss > style.css Instead of replacing the style.css file whenever style.sc...
asked by 10.08.2018 / 14:22
1
answer

Aligning inputs and reducing label spacing using CSS

I am not able to align my labels and reduce the vertical spacing between labels and inputs . Some are adjusting and some are not. I would like to reduce the vertical / horizontal spacing that distances the fields to make better use of scree...
asked by 31.07.2018 / 11:45
1
answer

How to display PDF in popup when clicking link using html / css only?

On a certain page of a site, I have an image with a link pointing to a PDF file. As it is currently, when the user clicks on the image, the PDF file opens in another browser tab. But I need to find a way that when the user clicks on the image...
asked by 31.07.2018 / 17:51
0
answers

Automatic Text Break

I'm trying to remove the Line Break from this table, but I do not know how to do it, I wanted to let the full name be written and without the line break. Code:#customers{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; border-co...
asked by 02.08.2018 / 21:05
1
answer

Embedded Form Mailchimp does not redirect to landing page

Here is the code for the Form I'm working on, the problem is the following, using it as is, is not redirecting to the e-book link I'd like, I tried putting > onClick = this.form.action = ' link ' this. form.submit (); < in the button, but...
asked by 02.08.2018 / 20:51