Questions tagged as 'css'

2
answers

Avoid zooming within a textarea

Good afternoon guys, I have the following problem and I did not know how to describe a title well, I have a field that has a textarea that fits the page width with 98%. What I want to avoid is that when the user clicks inside the zoom textare...
asked by 25.02.2016 / 19:37
1
answer

Right column of the fixed site

I have a layout with 2 columns. Column Left: Content Right Column: Various Information When the user is browsing the site, rolling the mouse down the contents of the right ends up being visible only the one on the left How to leave the...
asked by 03.01.2016 / 23:28
2
answers

Insert HTML via jQuery (Chat)

Well, I'm developing a Chat with Faye. On the back end everything is normal. Fucking perfectly, but I'm having a silly problem: I can not insert the messages for viewing. I'll explain better: When I retrieve the messages I enter a <div...
asked by 05.01.2016 / 12:46
1
answer

Bug in scrolling when opening one modal on top of the other

When I click on Menu in the link link (go to the restricted area, login: admin and password: admin) it opens modal normally, with scrolling and everything else, all right. When I click to view one of the menus it opens another modal...
asked by 05.02.2016 / 14:08
0
answers

Fixed bar in CSS footer does not display correctly on iPad

I have a div to stay in the footer, but when accessed by the iPad it creates a distance from the last DIV with the fixed DIV of the footer. CSS: .fixo-modelo-3-1 { position: fixed; width: 100%; height: 43px; left: 0; bottom: 0; background...
asked by 04.02.2016 / 20:36
0
answers

Problems menu side-bar

I am having problem in my side-bar menu, as it is not allowing scrolling the menu down when the app installed on the mobile. In the emulator it just allows me to scroll with the mouse (scroll). The code for my menu is as follows: &...
asked by 08.01.2016 / 11:58
1
answer

Change dimension to enable nav-toggle before

I'm making a website and I'm using bootstrap in it. I tested it on the phone and when it shows the menu, the menu is still the same as on the PC with only the smaller font. I wanted to show that button to open the menu on the phone, I thi...
asked by 06.01.2016 / 22:44
1
answer

How to display a navbar from a particular section of the page?

In the project I am doing, when the viewport is less than 767px it will display a menu / navbar however, it should only be displayed after a certain section of the page. I made an example in Fiddle, there it is better explained. Section 1...
asked by 13.12.2015 / 03:05
0
answers

MixItUp does not show the elements

Good Night, I have tried to use the MixItUp plugin to modify the thumbs of an image gallery, however, the images always remain unseen (as initially the plugin asks), I can not identify which reason the plugin does not show the elements, could a...
asked by 14.12.2015 / 22:33
0
answers

Apply style to googlemaps marker infowindow

I have the following method that applies a style to infowindow google.maps.event.addListener(infowindow, 'domready', function () { // Referência ao DIV que agrupa o fundo da infowindow var iwOuter = $('.gm-style-iw'); /* Uma vez...
asked by 10.12.2015 / 18:26