Questions tagged as 'css'

2
answers

how I change the backgroung of a higher div when I pass over the menu

I'm trying to make a dynamic menu that changes the bg of a page. But I have problems that I change the background if I do it with the general background of the page if it comes out, but in a div, no. function menu_id(id){ docum...
asked by 23.08.2018 / 07:25
2
answers

Problem with NavBar "jump" when doing Scroll (shrink)

I added CSS and with JQuery I do that when the user scrolls, the NavBar is "compressed" along with the logo, the problem is that when scrolling, the navBar behaves strangely and "jumps". How can I fix that detail? Link to the code in action...
asked by 10.08.2018 / 19:01
1
answer

Create automatic images and save it in Javascript or other

I wanted to know if there is any way to create automatic images in any language, either php or javascript, (or also css). The truth does not know what it would be. Explanation: Have a template of the background image, and inside that backgrou...
asked by 24.07.2018 / 23:29
1
answer

By clicking on the button the span disappears

I have a problem, I have a word that when you load the page each letter has a different color use <style> #word span:nth-child(9n + 1) { color:#ff2222; } #word span:nth-child(9n + 2) { color:#22aa22; } #word span:nth-child(9n + 3)...
asked by 06.08.2018 / 00:58
1
answer

Current day Bootstrap Year Calendar

How could you make me red in the current day in Bootstrap Year Calendar? On the official website in the examples I found something similar but I can not make it work, I leave the link: Example I just want you to mark the current day,...
asked by 04.07.2018 / 13:42
1
answer

Change of order in nav because of the css

I have a problem with my browser and it is that when I put it in the position I want (on the right side) it changes all the order that I have given it in the HTML. Is there any solution? I leave the code here and many thanks in advance. HTML...
asked by 30.06.2018 / 15:03
1
answer

Modify the css of an entire row when checking

I have the following code and clicking on a text that is cut out expands the box where it is, but I can not get the whole row to be extended along with that, something like modifying only the css to: input[type='checkbox']:checked + tr>td&g...
asked by 15.06.2018 / 00:14
1
answer

How to deploy a nav-bar dropdown bootstrap 4

Hi, I wanted to know how I can leave this dropdown menu open, which is done in bootrstrap 4. .categoria-prod #collapsingNavbar .dropdown .dropdown-menu{ position: absolute; transform: translate3d(0px, 41px, 0px); top: -43px!impo...
asked by 14.06.2018 / 21:31
1
answer

Sesgar div with css

Good morning, I have been investigating a bit about how to do the following, but what I have found although it is similar to what I want to achieve is not exactly what I am looking for, what I am looking for is to skew a div and that the result...
asked by 23.08.2018 / 18:28
1
answer

How to resolve the compatibility of web browsers so that my page displays all styles in all browsers?

What happens is that I have my page seen with bootstrap, CSS, HTML5 and jquery. What happens is that when I visualize my page in google chrome it looks perfect but I see it in IE and the styles do not look the way they look in crhome, also some...
asked by 11.06.2018 / 19:22