Questions tagged as 'css'

1
answer

Speed up animation - js

Hello, I would like to know how I do in js or if you have some plugin that facilitates those unique page animations. You click on the menu and it goes down to the section you selected, I can do animation with a fixed speed, but I wanted to make...
asked by 28.07.2016 / 21:56
2
answers

Set and change color in the menu depending on the scroll

Good afternoon I wondered if some way to change the color of a floating menu in a one page template depending on the section of the page where we are. As in this example: link But without using Bootstrap because I would like to keep my o...
asked by 31.07.2015 / 19:28
1
answer

property box-shadow css

Good evening, I created a css to validate my textbox and put the property box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); When I run the application the style is not applied in the textbox and in the css code it gives the following message...
asked by 14.06.2016 / 04:37
1
answer

Bug with jquery slide effect

I am developing a button that when passing the mouse presents a slideDown effect. I made an example of jsfiddle: link When you hover the mouse once the expected effect is executed, however, if you mouse over the button several times (withou...
asked by 27.05.2016 / 23:57
0
answers

Problems with CSS and jQuery [closed]

I have a style defined for my select boxs and I have on change in select to execute the site of the select box, when I use style does not execute the onchange or it does not go to the site that I have in my options. <select class="styledsel...
asked by 27.05.2016 / 15:59
0
answers

Printing Pages

I'm facing a problem with webpage printing. I have 3 pages .php pag1.php; pag2.php; pag3.php; I would like the user to click on the print button and my function print () is triggered - so far, no problem - but all pages printed together. Fo...
asked by 18.05.2016 / 14:18
0
answers

Overlapping links above the fixed mask

I have to make an effect where the user enters and clicks the link to turn on the light and when they turn off the light . The only problem for now is that the mask is on the screen normally but the links to click and turn the light on and of...
asked by 17.05.2016 / 03:20
2
answers

My DIV is not pasted into the top bar of the browser

My DIV is not pasted into the top bar of the browser. I realize there is a space of about 10px. I have already used the following CSS, but it did not work at all: body{ margin: 0; padding: 0; } More codes follow: /* CSS Document */ bod...
asked by 12.05.2016 / 17:58
1
answer

Menu rollover links do not work

I have a problem with my menu which consists of links with images that are replaced by others when in mouseover . I made a snippet so they can see the problem. If they do, I've removed text-indent from the last two links in the menu,...
asked by 23.05.2016 / 22:36
0
answers

how do I work the exportEnable function on canvas js in internet explorer?

I have this code below that shows me a graph but in IE does not work the exportEnable function and neither animationEnabled in chrome works however when I call the page in modal the screen height is short in chrome and in IE with compatibility m...
asked by 25.05.2016 / 14:37