Questions tagged as 'css'

1
answer

Select link menu

I am using javascript to select the menu to open the page that I selected, the menu is already getting selected but it is not opening the pages. And the click event is working when I click the menu. $(document).ready(function() { $('ul.form li...
asked by 21.05.2016 / 15:03
2
answers

How to put the background effect fixed and the whole screen? [duplicate]

I'm new to the Frond-End programmer and my boss wants me to put a fixed background effect as shown in the template below; link I've done some research to know how to implement, the problem is that I do not know what the name of this ty...
asked by 27.11.2015 / 13:17
1
answer

Prefixes using Css Stylus

Hello, I'm starting to use css Stylus and I'm having trouble adding browsers prefixes. Is there an autoprefixer that automatically adds everything or do I have to do everything manually? Thank you. Note: I tried to use this link...
asked by 30.11.2015 / 20:07
0
answers

Naming polygons on google maps

I'm using a google maps api to generate some fields and I'd like to generate their names in the polygon itself as soon as I open the map instead of generating it in the balloon. codethatgeneratesthepolignos:varmap;varinfoWindow;functioninitMap(...
asked by 04.08.2016 / 15:18
1
answer

I can not set site menu and header [closed]

I'm trying to set the menu and header of the site, but I can not !! I managed to put it online if you can check it out: link As you can see, when using the mouse scroll, the menu goes down, the logo does not go down nor the header !! Cou...
asked by 29.11.2015 / 04:19
2
answers

Use links in geometric shapes

I have the following code: .menu .trapezioinvertido{ float:left; border-top: 70px solid #c1c1c1; border-left: 30px solid transparent; border-right: 15px solid transparent; height: 0; width: 120px; color:#000; text-align:...
asked by 24.11.2015 / 18:33
0
answers

safari navigation bars do not disappear

I'll explain this through the medium of prints Basically, there are these navigation / address safari bars link Now,whenscrolling(usinganiphone,youcansee,shrinkthenavigationbarandsafarioptionsdisappear,youcanseefromtheexampleofwww.apple...
asked by 01.10.2015 / 10:54
0
answers

Local application (Pc) opening in ipad / iphone browser does not show checkbox

I have an application running normally with wamp on the computer, which uses html jquery css and php. However, when opening the default IOS (safari) browser using ipad or iphone over the local network, the system does not display page checkbo...
asked by 12.10.2015 / 18:29
1
answer

Display different HTML in Web App

I have a responsive website, but I need it to be displayed differently within a webapp iframe (no navigation menu, no footer, for example). How do I load a different css, or hide elements, if the content loads inside the / iframe application? (r...
asked by 13.10.2015 / 15:26
3
answers

Div overcoming Modal width limit

How to render the following content without it exceeding the modal border width? Current Rendering Example: Code:<divclass="modal fade" style="width: 100% !important; height: 100% !important" id="modalTotalLocalOS" data-backdrop="st...
asked by 14.10.2015 / 20:46