Questions tagged as 'css'

2
answers

1px Unwanted Space in Internet Explorer

On my site, below the footer is a 1px space that only occurs in Internet Explorer. In my case, I'm using IE-10 . The footer has a fixed positioning, I inserted it outside the container of the site, and put it back by setting a negativ...
asked by 22.09.2015 / 23:49
3
answers

How do I always leave margin margin at the bottom of the page?

I have CSS in body : margin-bottom: 20px; But always buga, for example, if I use position: absolute; it loses this 20px margin. How to do this in other ways?     
asked by 10.04.2014 / 22:30
1
answer

Create 2 elements influencing the same CSS

Is it possible to create an effect in HOVER with two elements influencing one in common? For example: #div:hover "ou" #div2:hover = #elemento{display:block;} Could I be clear?     
asked by 14.07.2014 / 04:55
2
answers

Position a section of the layout below a FIXED header

- > I have a layout whose header is fixed at the top. - > But the section just below is below it and does not follow the same (normal) flow In this case what is the best way to make the section below below the header? 1) Using pos...
asked by 28.11.2014 / 19:03
2
answers

Apply jQuery effect to the current HTML element?

I have the following code that when I put it to run, it gives display: none and display: block on all elements and I would like it to apply this effect only to the current element: //jQuery $( ".titulo" ).mouseover ( function() {...
asked by 02.09.2014 / 22:59
1
answer

Place line-height of the same font-size size

When I apply the size of a font through font-size , I always wonder if I should use line-height as well. For the font and line have the same size. Well, let's face it, it's annoying to hit margin and padding if line...
asked by 25.09.2014 / 19:35
1
answer

How to execute a function when the mouse is on a certain element?

How to create a generic javascript function that runs only on the element the mouse is currently on?     
asked by 06.10.2014 / 23:42
1
answer

How to leave a dashed item in the middle? Com

I would like to know how I can use <del> in a menu, which when clicked on it it will be left with the dash in the middle ("crossed out") and without the mouse over function. just the little set.     
asked by 07.09.2014 / 21:44
4
answers

How to leave a height-height fixed on the page?

What causes the page to occupy 100% of the viewport, so that it does not have a scroll bar. Whether it's a small, medium, large, tablet, or desktop phone. The height must be fixed, occupying the entire screen. No scrollbar. Do you understand...
asked by 03.12.2015 / 02:17
2
answers

Force CSS in IE

I have a widget on my page and it is reading an external CSS, I would like it to load my CSS as the main one in Internet Explorer 11. All other browsers load normally, but I need IE to work. I used "! important" in css and still did not succe...
asked by 08.12.2015 / 18:06