Questions tagged as 'css'

1
answer

Responsive bootstrap menu does not close when clicking

I wonder why the bootstrap menu on mobile devices does not close when you click the menu. It opens normally, but if the user wants to close, it does not close. Access link: www.paddock.eco.br Menu Code: <script src="https://cdnjs....
asked by 06.01.2017 / 01:51
0
answers

Contents of an application site in Intel XDK

I'm developing an application on Intel XDK where I need to publish site content in-app. That is, when I update the site, the content in the application is also updated. Remembering that the site was developed in the Joomla! and is responsive....
asked by 22.01.2017 / 00:24
0
answers

facebook iframe with higher height in Firefox

I set the height to 230px, but in Firefox it gets bigger than Chrome, IE and Edge This ends up interfering with the margin of the iframe with the element below, which gets smaller in Firefox Can you tell me how to standardize the iframe fo...
asked by 05.01.2017 / 23:16
4
answers

How to soften the font with CSS in Chrome?

I have a "cracked" font problem in Chrome, so it looks like the tips are pixelated. To help, I'm posting two images IE : Chrome: My CSS that calls the font: @font-face { font-family: "Helvetica-nw"; src: url('../fonts/Helv...
asked by 12.03.2014 / 19:36
1
answer

Changing a PHP variable with the click of a button

Currently I do a search using my code I only get the first page, to change the results I have to do this manually, how can I change the $ page variable with the click of a button. My code: <?php function buscaUser($user) { $opts = [...
asked by 18.10.2016 / 18:44
0
answers

Performance impact using mixins in a CSS grid system

Suppose you want to build your own grid, and unlike that found in Bootstrap , you want to do something semantic. For this you type mixins with the SCSS syntax. Let's suppose you have something like this: @mixin coluna($col){ wid...
asked by 18.10.2016 / 03:13
1
answer

Make float none is not working

I have the following form: <form id="formFrete" action="?" method="post"> <input type="hidden" name="acao" value="calculaFrete" /> <div style="float:left;"> <label class="labelPequeno">CEP:</label>...
asked by 17.10.2016 / 16:44
0
answers

How to make a side menu that expands by pushing the body? [closed]

In the style similar to that of this site here: LINK     
asked by 05.12.2016 / 05:47
1
answer

Problems with HTML and CSS structure

I have a case that I can not solve, I'm developing a layout in HTML and CSS where I use flexbox centralizing content, well, on large screens everything works okay, but on small screen the div pops up and does not show the content that sho...
asked by 04.11.2016 / 17:14
1
answer

How to override CSS styles without interfering with another previous CSS?

I'm implementing a high-contrast mode, and for that, I'm using the following structure: To call high contrast: <li><a href="#" class="seleciona-estilo" data-classe="classe-azul">MODO ESCURO</a></li> Javascript...
asked by 05.10.2016 / 16:49