Questions tagged as 'css'

3
answers

Modal opens overlapped by black background

My manners are opening under the black background, like this: If I take the z-index: 1040 from the code below, the black background looks like: .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-i...
asked by 16.12.2015 / 17:01
2
answers

CSS3 Responsive Menu Dropdown are not working!

Well, I want to use this menu here link It does not work in blogger link and I have tried in several different templates as well. I downloaded the file and it worked perfectly ... So I thought the problem would be in the blogger .. the...
asked by 12.03.2016 / 12:15
1
answer

Display div elsewhere, according to screen resolution

Would you like to give a different include for each resolution? Like ... If the resolution (width) is greater than 768 I want to display 2 columns (grid_6 and grid_6), opening the text next, ok. Butifitisalessresolution,Iwanttodisplayonlyone...
asked by 22.03.2016 / 15:42
1
answer

How to reuse HTML menus in other pages

I'm new to the front end and would like to know how I can write the menu once and reuse on the other pages? I have read some posts but could not implement it in my code. Example; I have a menu of the main page and I want to reuse on all the o...
asked by 22.03.2016 / 13:37
2
answers

How to change color only from the css header

How do I change only the color of the header and not the entire body of the site? I've tried putting background: #fff; but it does not work. I tried this, but without success: <header class="header"> <h1> SAMCRO </...
asked by 09.12.2015 / 01:07
1
answer

Problem with float

I'm not able to align two elements side-by-side properly. The container of these two div 's looks like it has height: 0; or initial , only recognizing the height of the element without float: left; , which in this c...
asked by 06.12.2015 / 19:47
1
answer

Jquery - Events of mouse vs Z-Index

I have the following problem: I created a div and inside it there is a second div with a text. <div class="red"> <div class="blue">OK</div> </div> The parent div has received an event to display message when the...
asked by 08.11.2015 / 23:27
1
answer

Tag thead fixed at the top and tbody with scroll bar in table in HTML

I want a table with the tag thead fixed at the top and tbody with a vertical scroll, I found some solutions that only use CSS, but use the display property, removing the default behavior from the table and making the same as...
asked by 18.07.2016 / 04:00
2
answers

___ ___ erkimt Aligning text with the image when the image has a vertical format ______ qstntxt ___

I have the following CSS:

%pre%

And the HTML below:

%pre%

I would like to align the texts on top when the image is standing.

See JSFiddle .

    
______ azszpr142124 ___

Would that be?

%pre%     
______ azszpr142126 ___
%pre%

I added this in CSS ...

    
___

I have the following CSS: .logos { max-width:1024px; vertical-align:middle; align-items: center; justify-content: center; margin:auto; } .logos img { max-width: 100%; max-height: 100%; } .logos .box-images div {...
asked by 22.07.2016 / 17:28
1
answer

Div misaligned

I have these two div <div class="widget nuvem" style="position: static"> <h3>Nuvem de Palavras</h3> <div class="tags"> <? foreach($inicial_nuvem as $valor){ ?> <div cl...
asked by 21.11.2015 / 16:30