Questions tagged as 'css'

0
answers

I need an input range in a [closed] curve

I need to find a way to make an input range (a slider) in a curve. The curve does not have to move but the ball has to slide through it following its trajectory (how the drawing shows). It also has to work for mobile (Android and iPhone...
asked by 11.12.2018 / 10:10
1
answer

JavaScript Agenda

I have problems to do what they are asking me, in terms of creating an agenda, they ask me to create a page where there is a send button that will make the first data that it receives become the username and password to access to the next part o...
asked by 16.12.2018 / 19:31
0
answers

Fixed column with the same height as the row that contains it

I have a td with absolute position to keep a column fixed, how can I make it have the same height as the tr it is contained in? My code: * { box-sizing: border-box } .tabla-responsive { margin: 2em auto; }...
asked by 07.12.2018 / 22:28
1
answer

Can style variables be sent by JS to SheetJs so that the table created in excel has borders?

I have the following code that takes an html table and exports it to excel. <script lang="javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script lang="javas...
asked by 27.11.2018 / 16:25
0
answers

Problems giving CSS styles to buttons in a content editor

I am starting in the world of CSS and jquery and I have proposed creating a text editor options bar similar to this: To start I made this HTML and CSS code, to generate some elements to my text editor options bar, I wanted to ap...
asked by 23.12.2018 / 07:59
1
answer

how to maintain an image after request error message in laravel?

How I have the problem that when sending a form with an image field when sending it and returning an error message of the request the image is lost ... How can I do to maintain the image?     
asked by 30.03.2016 / 06:23
0
answers

Materialize CSS - Initialize Pushpin with pure Javascript (without JQuery)

I am using MaterializeCSS v1.0.0 without requiring JQuery with failures for the pushpin component. Codepen1 It works! (JQuery init) Codepen2 Not working (Pure JS init) The Pushpin Help indicates this initialization with pure Javascrip...
asked by 13.12.2018 / 15:37
0
answers

Problem with positioning a chat

I'm doing a video reference chat link but with the difference that the mine must be full responsive . The modifications I made with flexbox , I did not work with grid because that is a module of another project that is all in flexible c...
asked by 27.11.2018 / 05:48
1
answer

I can not paint the inside and outside color on canvas of a figure

I have a doubt since I do not paint the figure when I add text and the lines of base and height as you can see but it paints a thing that is not what I want since I want it to paint the inside and the outside of the triangle full. I have tried a...
asked by 27.11.2018 / 10:29
0
answers

Problem with media queries

I clarify before that I am new to this, I have an ASP.NET project to which I add my stylesheet, on that page I try to include a half querie but it seems that it does not work. <!DOCTYPE html> <html> <head> <meta ch...
asked by 22.11.2018 / 05:47