Questions tagged as 'css'

1
answer

Modal / script does not appear in box. and

Can anyone help me what's missing from my modal? Just missing css or missing something in the code? code: <!doctype html> <html> <head> <meta charset="utf-8"> <title>Documento sem título</title> </...
asked by 28.12.2017 / 12:58
1
answer

I'm having trouble removing a number from html

I'm having trouble removing a html numbering already tried everything and nothing the slide looks like this: And how would I change from img to text? HTMLcode:<!doctypehtml><html><head><metacharset="utf-8"> <title&...
asked by 27.12.2017 / 19:05
2
answers

I have a problem with padding / margin

css code: .row { display: block; overflow: hidden; background: url(../images/faq.png); background-position: top center; height:auto; background-repeat: no-repeat; color: #000000; background-attachment: fixed...
asked by 24.12.2017 / 14:24
1
answer

Problem with slide show img's

Code: // Can also be used with $(document).ready() $(window).load(function() { $('.flexslider').flexslider({ animation: "slide", controlsContainer: $(".custom-controls-container"), customDirectionNav: $(".custom-navigati...
asked by 29.12.2017 / 16:21
1
answer

Problem with alignment with responsiveness

I would like to align the x button in the upper right corner of the image, see image and example: .teste { overflow: hidden; display: inline-block; margin-bottom: 5px; vertical-align: middle; text-align: center; display:...
asked by 18.01.2018 / 16:16
1
answer

How to use base64 image in Angular 2?

I'm consuming the json service through Angular 2. And inside a ngFor with my let professor of professores , there's a line where I use this base64-type image: <div class="foto-card" style="background: url('{{ professor.imagem }}') cen...
asked by 06.12.2017 / 16:35
1
answer

Overlapping a div from another using jquery

When I click on the + of my select, my system shows and adds an item in the div with "tabs". Butwhenitshowsthedivthatwashidden,itwouldstayontopofmyselect(asshownintheimage).  function:functionadd(id_sistema){$('#tabs').append("<div id='tabs-...
asked by 11.12.2017 / 15:20
1
answer

I can not call a jquery file in html

Well I'm having a problem to call a script the navbar appears all right as in img: ButthescriptdoesnotloaddonotknowwhathappensalreadyItriedtochangetheorderandeverythinganditwillnot..Code: #body{ width: 100%; height: 500px; }/* Style for...
asked by 04.01.2018 / 11:50
1
answer

Jquery modal var

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); html, body { width: 100%; height: 100%; margin: 0; } .page-wrapper {...
asked by 03.01.2018 / 00:30
1
answer

Remove the link ID when it is referenced with an href

I have a project of a template, in the footer of it has a button that leads to the top of the site, when it squeezes it leads to the top of the site but leaves the id "#top" in the site link (mysite / index. html # top), how can this not happen?...
asked by 25.01.2018 / 14:06