Questions tagged as 'css'

2
answers

three columns per php row

Hi, I want to create a gallery of images where you define how many I want to see, and I want them to look at 3 per row using php                                                         <body> <div class="container-fluid">...
asked by 02.10.2017 / 21:48
0
answers

How to create a directive with angularjs

I am testing interact.js v1.2.9 which is useful for drag and drop. I want to create a directive of AngularJS v1.6.4 to communicate with my controller and modify the scope, when I take my code to practice the objects that I am creating have probl...
asked by 12.11.2017 / 22:53
1
answer

Div does not imbibe css

I have a problem with this code. Surely it's something very simple that I'm skipping, but I'm already looking for a lot and I can not find the answer. Div2 and section are not respecting the parameters that I give them, I believe that the root o...
asked by 13.11.2017 / 17:06
1
answer

How to make the scrolling of my website work in Google Chrome?

Greetings, my problem is the following I have a website hosted in Wordpress and has always worked without problems until today, for some reason in the browser Google Chrome scrolling does not work with the mouse wheel, but in other browsers if i...
asked by 05.10.2017 / 23:31
0
answers

I get a second scroll in my html document, hide it [closed]

How to hide a scroll in html with css, when working on a page with containers, in the body of the document I get a second scroll to what is this? or how can I hide it or delete it?     
asked by 30.09.2017 / 20:16
1
answer

Browse title letters with CSS

I'm doing some school practices and a title of a paragraph I could not go through so it comes out centered. <article> <p class="categoriaDesa">Desayunos</p> <div class="platillo"> <...
asked by 19.09.2017 / 18:03
1
answer

How to insert a text box at the end of all elements with Javascript (WITHOUT Jquery)?

Good morning , I tried to make a calculator to make purchases but I want to add text boxes every time I need to add a new product my problem is that when I use "innerhtml" to add a box of text is deleted all the values of the previous text boxe...
asked by 26.08.2017 / 02:20
1
answer

Replace css and js links with the content of those files? [closed]

I am using a platform on which I can create my own sites, but not only can I write HTML, I have nowhere to put CSS or JS files. I would like to know if there is a plugin or any tool that I can use so that instead of having the links to the cs...
asked by 02.08.2017 / 01:20
1
answer

can not hide a div with .hide (jQuery)

body { font-family: helvetica, sans-serif; font-size: 15px; margin: 6% 10% 10% 35%; } input { padding: 8px 0px 8px 8px; font-size 10px; width: 159px; border: 1px solid grey; } label { position: relative;...
asked by 19.08.2017 / 06:24
0
answers

How to ignore / hide Warnings in CSSLint on Atom

Install the CSSLint Linter plugin but I have not been able to hide some warnings as IDs, among others. searching the internet I found this How to ignore Warnings stackoverflow. com Documentation csslint But I really do not und...
asked by 11.07.2017 / 06:38