Questions tagged as 'css'

0
answers

Primefaces generating primefaces.css.html file

Primefaces is generating css and js files with .html extension, eg primefaces.css.html. This file is reported as a potential vulnerability. Does anyone know how this file is generatede? How can I change this?     
asked by 26.12.2016 / 15:54
1
answer

Div does not respect img width

I made a div with a border bottom similar to a fold on a page. I'm trying to put a centered image plus the width and height is not working. I thank you so much! :) CODE: .boxDobrado{ background:#53A3B4; /* color de fondo */ color: #FFFFFF;...
asked by 25.12.2016 / 21:05
0
answers

How to fix image resizing for lightbox?

I'm trying to make that lightbox work on my site, but the images do not resize to their original size, as you can see below: WhatcanIdoabouttheproblem? function openModal() { document.getElementById('myModal').style.display = "block"; }...
asked by 21.12.2016 / 02:58
0
answers

Random values and html atributes?

I have noticed that some applications such as gmail, facebook and instagram are presenting classes and attributes as random values or it can be a used default, preprocessor or manager. I was quite curious just that I could not find anything t...
asked by 12.12.2016 / 17:10
1
answer

Generate a row after 2 columns in bootstrap

I got a way to generate a row after two columns in the bootstrap, but the result was not as accurate. I have this: <?php $sql_3 = mysql_query("SELECT id, razao_social, cep, cidade, uf, rua, numero, bairro, complemento, logo, CodCli FRO...
asked by 25.01.2017 / 13:56
2
answers

How to create a fixed column (col-md) in bootstrap?

I would like to keep the left column fixed, and the right mobile. Is there a bootstrap class or another technique to solve this? I tried the following: <div class="row"> <div class="col-md-5" style="position: fixed;">...
asked by 03.01.2017 / 10:16
0
answers

How to "fix" Copyright?

Hello! I have a question I could not find on any site, or I did not use the right keywords to find it. There is a template website that obviously offers templates, but when the guy removes the credits, by accessing my blog for example, it is...
asked by 28.12.2016 / 23:45
1
answer

Media queries or multiple style sheets?

In order to make the site fast and responsive, which is better? 1-Use Media Queries and set the resolutions in just one style sheet. 2-Use multiple stylesheets that will be called in HTML according to the resolution.     
asked by 23.01.2017 / 15:05
1
answer

How to stylize the scroll bar?

Good, I have wasted some time looking for solutions to this but I do not find it, I have a scrollbar and liked to shrink its size. Can someone point me to a site or tell me what it takes to make this possible: Thank you     
asked by 12.06.2015 / 16:04
2
answers

How to align paragraphs next to the image in HTML and CSS? [duplicate]

I'm having a test on .html and .css and wanted to align the text on the image side, how can I do this? I wanted to put it where the arrow shows. HTMLcode<!doctypehtml><html><head><title></title><...
asked by 07.12.2016 / 03:41