Questions tagged as 'css'

2
answers

Delay does not work, can anyone help me?

I was programming a simple profile and I want to put a delay after the 'mouseenter' as soon as I move the mouse enters this 'mouseenter' and along with delay to show a box that is called '.user_widget' I am using: addClass and removeClass;...
asked by 23.06.2017 / 19:14
4
answers

Apply opacity to a Background

I'm trying to apply the opacity to my background image. I've tried using rgba, and the pseudo-class after. Is there any other way to apply this filter only to the image without affecting the content? This is HTML <div id="banner" style="...
asked by 29.06.2017 / 15:48
0
answers

Why are there inconsistencies in my responsive page on the same resolution? [closed]

I'm developing a responsive landing page. The page behaves as follows: Greater than 1920px (Has the same root styling, but center page to center); 1920px (root) Full Styled; 1800px Adjusted; 1600px Adjusted; 1450px Adjusted; 1366px Full St...
asked by 05.07.2017 / 13:06
1
answer

Issues using Bootstrap

I'm using a full image bootstrap but my image besides not being altered is getting in the middle of the screen. I wanted the login screen padding to be restricted to its size, but it's taking half the screen. Here is the css code: body { m...
asked by 09.06.2017 / 15:40
2
answers

Selector in CSS differences [duplicate]

What's the difference between: .figure-box>figure>img{ width: 440px; position: relative; } To: .figure-box figure img{ max-width: 100%; position: relative; transition: transform 0.6s; }     
asked by 25.04.2017 / 19:48
3
answers

Does CSS's "! important" property influence site performance?

I'd like to know if assigning the !important property influences site performance, as I use it enough to override bootstrap for example.     
asked by 22.06.2017 / 16:09
1
answer

Place the Awesome Font icons inside the ordered lists in the menu

Colleagues. I have a Bootstrap menu from which I would like to place the Awesome Font icons next to each item in that menu. The HTML looks like this: <ul class="dropdown-menu"> <li><a href="#">...
asked by 13.02.2017 / 19:40
2
answers

Incorrect Background Image on IPhone

I'm using: <section class="parallax calltoaction section_padding_100" style=" background-image: url('images/models_cover/landscapes.jpg'); background-size:100% 100%; background-repeat: no-repeat; ">...
asked by 04.08.2017 / 20:03
1
answer

Option width within select

I have <select> where the texts that are in <option> are very large. When you expand the <select> on the screen the options exit out of it. I need a solution for the whole text appearing on the screen, not...
asked by 24.03.2017 / 19:10
1
answer

Overflow property is not working correctly

I have a part of my system that will receive requests and each new request that arrives, the system will create a list, the format is almost equal to a "submenu" the problem is that when I have 5 requests or more, the next on the screen, I would...
asked by 18.05.2017 / 18:28