Questions tagged as 'css'

1
answer

Random array array with javascript

Good evening guys, I'm trying to create a map with earth and water in javascript but I want it to be completely random, for this I assigned 0's and 1's in an array and where I had 0 put the ground and where I had 1 put water. Now I wanted to...
asked by 29.04.2017 / 00:14
1
answer

How to execute a javascript referencing a button ID?

I need to execute a javascript, but I would like to do this using the ID of the button that clicked, Example: $ (document) .ready (function () { $("p").click(function(){ alert("estou usando o P."); }); $('teste').on('click',f...
asked by 29.04.2017 / 03:21
0
answers

Iframe does not respect max-width

The iframe is responsive and works perfectly when I do it in prototype. But in this case I do not know why he does not obey the max-width of his parent node. It always gets much smaller than the space I release for it in max-wid...
asked by 22.04.2017 / 02:45
1
answer

Calculations with Less css

I have the following mixin: .mixin-loop (@i) when (@i > 0) { .navigation .dropdown > li:nth-child(@{i}) { .vendor(animation, new-menu 200ms ease-in-out forwards); } } Being that .vendor just a mixin for vendors: .ve...
asked by 31.03.2017 / 19:42
1
answer

I can not align the logo with the menu icon

I'm not getting the logo with the icon menu, what can it be? /* font-family: 'Oswald', sans-serif; font-family: 'Open Sans', sans-serif; */ /*reset*/ * { margin: 0; padding: 0; box-sizing: border-box; } /*header*/ .header {...
asked by 23.03.2017 / 14:37
1
answer

How to do paging within a bootstrap modal?

I have a bootstrap modal that opens when I click a button, within that modal I want to display 2 contents: 1 form and 1 paragraph. However, I would like to page this in the modal, one page the form and the other the paragraph. Does anyone have a...
asked by 03.04.2017 / 23:17
0
answers

Edition of GLPI Software

Would anyone know how to edit GLPI software (texts, logos ...)? How do I find where HTML codes are within PHP ?     
asked by 15.03.2017 / 18:01
1
answer

How do I open a specific div on another page?

I'm not sure whether this question is duplicated or not, I may not know how to look right. Anyway, I'm developing a question and answer system (which is already ready) and I'm going to make a page just for exercises with this system. So fa...
asked by 02.03.2017 / 17:55
1
answer

text-overflow with line break

I'm trying to use the text-overflow property to use reticence but also wanted to use line break in the first line. I need it to have a line break on the first line and on the second use reticence. Something like: quebra de texto quebra de...
asked by 24.03.2017 / 18:00
2
answers

Click link works only in HTML / CSS padding

I have a navbar and the links in it, only work if I click where the padding of them. Does anyone know the cause, and if possible, a solution to the problem? PS:Useormaterialize.<ulclass="right hide-on-med-and-down"> <li><...
asked by 25.03.2017 / 17:30