Questions tagged as 'css'

2
answers

Create navbar with centralized search field

Trying to make a nav bar with a centralized search field .. I even managed to do more I believe I'm not in the best shape, because when I open a smartphone it's strange ... Below is my code. <div class="top_nav"> <div clas...
asked by 03.09.2018 / 02:49
1
answer

Can I change the CSS of an iframe?

I have the following iframe of built-in Google Calendar: <iframe src="https://calendar.google.com/calendar/embed?showNav=0&amp;showPrint=0&amp;showCalendars=0&amp;showTz=0&amp;height=600&amp;wkst=1&amp;bgcolor...
asked by 14.03.2018 / 17:24
1
answer

How to prevent the Google translator dropdown from disappearing?

I'm trying to implement the google translator dropdown, within a button. Now by clicking on the google translator dropdown, it does not show the countries / languages. Here is the code I'm currently using with bootstrap: <div class="drop...
asked by 13.03.2018 / 12:29
1
answer

Sub-menu decentralized - according to browser, I do not know where I'm going wrong

/*Sub-Menu*/ .menu.superior .nivel-dois, .menu.superior .nivel-dois, .menu.superior .nivel-um li:hover .nivel-dois{ display: contents; position:absolute; } .pagina-login .menu.superior, .pagina-busca .menu.superior, .pagina-carrinho .me...
asked by 29.03.2018 / 14:49
0
answers

Effect parallax on DIV

I'm having trouble adding a parallax (or identical) animation to my slide show when I scroll down my page. I was able to do this, but only with background images using the background-attachment: fixed; property. Does anyone have a...
asked by 16.08.2018 / 14:09
1
answer

Navigation using keyboard arrows

I need to navigate through the DOM using the arrow keys. I can perform it when it goes only in two directions (up or down, front or back), but to move in the four directions I did not find a shape. I need this navigation to take into account onl...
asked by 21.08.2018 / 01:32
1
answer

doubt select with modal

I'm having trouble performing an action on my site. I have a select with some options, I need to select one of the options and give submit on a button, doing so would have to open a modal popup? That is, I selected the option, clicked on t...
asked by 09.03.2018 / 13:53
1
answer

Scrolltop does not work when I use the Body element and yes HTML

I have not found an answer to the jQuery documentation. When I use body element for the animate with the scrollTop property I want to animate does not work. Follow my code function scrollPlacar() { $('body').animate({ scrollTop:...
asked by 11.04.2018 / 00:29
1
answer

animation on the main page

It includes a start animation of my project (example "welcome") and then go to the main home, but in case it gets 2 together ... Is it possible?     
asked by 10.04.2018 / 04:28
1
answer

Do the parameters passed in the * (asterisk) selector overwrite anything in the CSS? [duplicate]

Testing here, I saw that if I use a background-color in the * selector (asterisk), all elements will have that background, later, if I want to put a different backgroud-color in a div for example , I can not, any place I try to attack the back...
asked by 21.05.2018 / 15:45