Questions tagged as 'css'

3
answers

How to limit the size of a td so that regardless of the text you have, the heigth does not increase

Good afternoon, I have a Table where I need to put different texts in it, so the size of the TD is different, there is some way to make the TD always the same size even if you have to cut the text inserted in it. Look at the code I've already do...
asked by 16.05.2018 / 21:15
1
answer

How do I fix this error in HTML + CSS Sub-Menus?

The submenus of my menu appear without having to move the mouse in the Menu, when going over the 'ul' of the submenu they already appear, I ended up getting lost in my code and now I do not think where I made that mistake, this error of appearin...
asked by 23.09.2018 / 07:38
1
answer

problem with nav in css

Well I created a nav with class = topbar and tried calling in css but it is not going to: <nav class="topBar"> <ul> <a href="#"><li>Inicio</li></a> <a href="#"><li>Inicio</li></a> <...
asked by 23.09.2018 / 18:49
1
answer

Image does not cover the entire screen?

I'm developing a banner plus it's not covering the entire screen like the image below it, the banner gets a few white parts around it. Note: In this same banner I'm trying to make the parallax effect, and it's not working if someone can give...
asked by 21.09.2018 / 22:00
1
answer

Hide div on specific pages with jquery [closed]

Good morning, I have a problem to hide a div only on a specific page, in case it has a php file with include_once that includes header pages, but it has a specific page that does not need a div that is inside the header and I want hide, how c...
asked by 11.04.2018 / 15:51
1
answer

Give effect on image and hover to leave color again

I do not know if it's possible. I tried with mix-blend-mode, filter, but it does not work. It would be possible for an image to begin with a layer of gray and on top, a green layer. When you mouse-over, does the image turn red again?     
asked by 20.06.2018 / 20:06
2
answers

How to do @media print skip the @media max-width

I have a problem with my css that is generating a mobile layout at the time of printing, I have a @media max-width that makes my site responsive, however I would like to ignore it in @media print and print only the desktop layout,...
asked by 26.02.2018 / 16:40
2
answers

Favicon not showing

Good afternoon, I would like the help of the university students, I created a website and put a favicon in the same folder as the pages that call it, but the favicon is not being shown: <link rel="shortcut icon" type="image/png" href="fa...
asked by 22.02.2018 / 20:42
1
answer

Place floating footer over another div

I have the following html structure: <body> <div id="gmap"></div> <footer> //conteudo do footer </footer> </body> I want to put the div gmaps occupying the entire screen and the footer flo...
asked by 14.03.2018 / 19:05
3
answers

: owl-carousel first-child no .active does not work

Good morning! I'm using the owl-carousel plugin that has several items. I need to get the first and last items from the first page, but I can not. The carousel renders like this: <div class="owl-stage"> <div class="owl-item c...
asked by 11.02.2018 / 14:28