Questions tagged as 'css'

2
answers

Problem with CSS Filter in some browsers

I am trying to use the filter parameter of CSS, but in some browsers with Chrome and IE is not working, already in firefox it works normally as desired. The code I have is this: .empresas-marcas ul li a{ -webkit-filter:grayscale(100%) c...
asked by 12.10.2016 / 19:53
1
answer

Responsive menu, bugs in android 6.0.1

Well, I'm doing a responsive menu, it was working perfectly, and it's still on most devices, the problem is that in the second image, using a mobile with the newest version of android, the buga menu and the social icons I'm trying to use z-ind...
asked by 11.10.2016 / 16:30
1
answer

Integrate an admin template into a bootstrap template for site

Hello I am a beginner in bootstrap and I have some questions, I would like to know if you can help me. I have 2 templates, one for the site (KALLYAS) and an admin template (METRONIC), both in bootstrap. Can I integrate the admin template w...
asked by 11.10.2016 / 15:53
1
answer

Open page directly on a given slide

I have a page that is entirely a slide, only with the menu on the side. I would like to know how to open this page directly on a given slide. I have already tried the common and best known method, adding an ID to each slide item, which is a list...
asked by 09.10.2016 / 17:07
2
answers

Change the font in wordpress.com through css

I'm trying to change the font of a website hosted on WordPress.com. In the file css , I make the source in the first line of the code: @import "//fonts.googleapis.com/css?family=Lekton"; Then, I determine the font that will be used:...
asked by 07.10.2016 / 17:26
1
answer

Vertical alignment and inline display

Good afternoon! I have the page below and for as long as I try I can not make the menu stay in line with the logo. Where am I going wrong? Another problem is that the logo and menu have height of 88px but the div that hous...
asked by 20.09.2016 / 19:26
1
answer

Get CSS class from other sites using PHP HTML DOM Parser

I'm trying to get a class from a news site, but I'm not getting it. $titulo = $html->find('feed-post-body-title gui-color-primary gui-color-hover', 0) ->innertext; echo $titulo; You're giving this error:    Notice:...
asked by 19.09.2016 / 20:28
1
answer

Center dropdown menu in css

I searched the code needed to build a dropdown menu in CSS. What I found was a functional menu, but that was left aligned. Then I tried to align elements to the center using CSS. I was able to center the menu, but the sublinks were strange, see...
asked by 14.09.2016 / 18:51
0
answers

How do I make space between the cards (aligned) in the materialize?

I aligned the cards horizontally but wanted to give more space between them so they are not so centralized. I realized that it makes them centralized, when I took out the cards they increased in size and occupied the entire space of the DIV. I w...
asked by 15.09.2016 / 06:14
2
answers

Span Element Front

I have the following column of a table: <td style="font-size:10%"> <p class="list-group-item-text"> <a href="@Url.Action("Cidade", "Cidade", new { cidadecod = item.cidadecod, contratocod = item.contratocod })" class=...
asked by 08.09.2016 / 21:59