Questions tagged as 'css'

1
answer

Styles do not apply to elements coming via AJAX

I am assembling a page that is inserted 2 values. These values go to a page .php via AJAX and then the page returns all records in the database. Role that records the data: function adiciona(){ var os =...
asked by 29.09.2016 / 20:15
1
answer

Soon you need to stay on top of the menu but menu is not clickable

When I mouse over the menu the 'onMouseOver' property is not active because the logo needs to be in front, how can I solve it? The menu with property 'onMouseOver' dims size as well. grateful if anyone can help. Farra Certa  ...
asked by 27.09.2016 / 00:31
2
answers

Disable Bootstrap Collapse after first click

I have a page, in which I applied the bootstrap class collapse, where clicking it expands a certain area and the page scrolls to that part of the site. I want you to click and expand this area, the button loses this functionality, that is, when...
asked by 20.09.2016 / 20:34
1
answer

effect page current css and jquery? [closed]

I have a menu like this:    | HOME | NEWS | ABOUT | OTHERS | This menu has background white , but I want to do the following, if I'm on the news page I want background to be blue , just like this wp theme ?     
asked by 27.07.2017 / 00:25
2
answers

Problem with jQuery fadeOut!

I'm trying to make a PRELOADER that will appear before loading the page. The problem is that even after the page is loaded it does not disappear. I have the following code HTML: <div id="preloader"></div> CSS: #preloader{ posi...
asked by 26.07.2017 / 00:06
1
answer

Background with transparent image

As I leave the background image transparent and responsive, responsive I got with the code below, but now I need to put transparency in the image.    CSS body{ background: url(../img/bg.jpg) no-repeat center center fixed; background-si...
asked by 17.08.2016 / 15:34
2
answers

Adapt css to viewPort

How do I adapt my site to the size of ViewPort ? I have a good resolution image and I would like it to fit the screen size, without scrollBar.     
asked by 15.10.2016 / 20:26
2
answers

How to create a menu that has an effect with jquery

insert the image description here I would like to know how to create a menu with jquery that when clicked opens a div like in the above example of Twitter.     
asked by 19.07.2016 / 21:05
2
answers

How to trigger / stop via jquery an animation in css (which is being triggered by css hover)

link Follow the example above that I created, from an animation hover css-driven link . But the animation only works if the mouse is on top of the element. I would like to start this animation via jQuery (without hovering) to get mor...
asked by 19.07.2016 / 22:02
1
answer

Control CSS image and text overlay

Good evening, I would like to know how to control the order of image overlay and text in html, in the script below the text is above the image, how can I leave the text below the image? <html> <head> <title>Texto sobre i...
asked by 24.06.2016 / 01:21