Questions tagged as 'css'

1
answer

Position arrow from a dropdown menu correctly

I added an arrow to my Bootstrap 3 dropdown menus, but I'm having trouble positioning the arrow correctly below dropdown-toggle , below is a demo image: On the left is my current scenario, with the badly positioned arrow ( right:...
asked by 08.03.2015 / 05:46
1
answer

How to adjust the print of an Html in two columns?

Dear colleagues, I'm developing a PHP program with zend Framework2. In this program I have to generate a stylized PDF containing the header, body and footer (I'm using DOMPDF). The basic structure of the three div's are already up and running...
asked by 14.03.2017 / 15:10
2
answers

Adjust text color in the submenu

I assumed a site to continue development, but I have a legacy problem, I can not leave the text black when the user hover over a menu option, for example, when hovering over CATEGORIES as Submenu options should be black. The css looks like th...
asked by 25.02.2015 / 21:10
1
answer

SVG mosaic style comic

I'm developing a comics style layout and wanted help to create a svg. In case the last comic is similar to the photo placed of DC commics. Someone help me create this last part. .trapezio { stroke:black; stroke-widt...
asked by 01.08.2016 / 17:52
2
answers

How can I make the blur effect in IE?

I'm using this css code to make the blur effect a div : .blur { -webkit-filter: blur(25px); -moz-filter: blur(25px); -o-filter: blur(25px); -ms-filter: blur(25px); filter: blur(25px); } <div c...
asked by 01.08.2016 / 15:13
2
answers

How to make the href that works inside my div with focus?

I have a list that when I click on an item it receives a focus and a div with information appears. One of this information has a link but when I click on it, my div closes and does not open the page. Follow the code ... Full HTML: <ht...
asked by 10.06.2016 / 20:38
2
answers

Center image in nav menu bar

How do I center an image in the Menu bar? When I say centralize, I mean not the image in the middle of the bar, but in whatever position it is, it has the same "measures" for the top and bottom. How do I define this in my css ? Below the c...
asked by 22.05.2015 / 21:13
4
answers

Problem with footer in mobile sites

I recently came across a problem in a footer for a project of mine. The footer in the case should be at the bottom of the page ( bottom: 0; ), so far so good, it gets normal. The problem is that when I enter the site through my mobile b...
asked by 15.09.2015 / 20:57
1
answer

Menu with space between li's [duplicate]

My menu has spaces between li's. I'm using a reset css, but even though I do not need it I've tried to put margin: 0; and padding: 0; on ul and ul li and it did not work, if you can help me I appreciate it. Here is the code: link     
asked by 22.11.2016 / 14:33
2
answers

Calculation of .scss for .sass

I'm creating a dynamic grid system using sass and gulp-sass to compile. I have this code: $col-margin: 15px .row width: 100% max-width: 1170px margin: 0 auto display: flex flex-wrap: wrap // cols =col($cols) width: calc(((100% *...
asked by 20.11.2016 / 23:27