Questions tagged as 'css'

1
answer

button does not work in Firefox within a Wordpress theme [closed]

I'm creating a button inside a Wordpress theme, but the same does not work in Firefox, already in Chrome and IE works without any problems. My button: <button class="faleconosco"><a class="texto_faleconosco" href="https://www.googl...
asked by 14.08.2015 / 02:19
1
answer

Links and Scripts not found with CI-3

I put my header and footer inside a templates folder that is inside the views folder, when I try to load the CSS the browser returns erro 404 - not found , but I'm following according to what the IDE shows to have no...
asked by 10.09.2015 / 21:08
1
answer

Input with Link to "modal"

I'm developing a project with sudoku, and I'd like to show a "modal" with the possibilities every time the user clicks on some cell. This site illustrates well what I need: link How can I do this? (I'm using input in cells)     
asked by 15.07.2015 / 01:22
1
answer

Problem Animation in Safari

Some time ago I noticed that in Safari the animations work in a different way. For example, if we have a text inside a span and want to hover the letters of this text decrease 1px , we set letter-spacing: -1px; . Put...
asked by 21.08.2015 / 15:58
1
answer

Button action after clicking - jQuery

I have a button that when clicked it closes the modal, in fact it does an action with CSS causing div to disappear, being just the button to be clicked again and open the modal. But I'm not able to create a new action on the same button,...
asked by 01.10.2015 / 00:57
2
answers

Full calendar is passing the site footer

Insert the code here As shown in the image below, fullcalendar when clicking "more" passes my footer when in fact it should push it down by increasing the height of the page, as with all other screens. What css element could you use to fix this...
asked by 29.08.2015 / 02:58
1
answer

Menu does not stick under the header

I have a video in html5 at the top of the page and then a menu below it that should be fixed as we scroll the page like this > site here . But I do not know the correct way to do this, remembering that this has to work in all browsers...
asked by 10.06.2015 / 21:06
1
answer

Standardize color of letters textarea with placeholder

The input placeholder color gets stronger than textarea!                             I'm using CSS like this: ::-webkit-input-placeholder { /* WebKit browsers */ color: #757575 !important; font-size: 14px; font-weight: bold; } :-moz-plac...
asked by 02.09.2015 / 06:50
1
answer

How can I make these images slide up and down with jQuery?

I would like to develop something in jQuery that would make the images of this page > each within your "square" would slide from top to bottom when the mouse was placed on top of the image and returned to the top as soon as the mouse was tak...
asked by 31.05.2015 / 02:31
1
answer

DIVS move according to browser size

divs move as the size of the browser changes. WhenIchangethebrowsersize. body { margin: 0; background: #FFF; } /*CLASSES UTEIS*/ .foco:focus { outline: none; } /*CABEÇARIO*/ #cabecario { width: auto; height: 40p...
asked by 28.05.2015 / 20:14