Questions tagged as 'css'

3
answers

how to give different style with CSS using the same class but in different environments

I have the following HTML code: <!DOCTYPE html><!-- no-cache --> <html> <head> <title>Ficha de Inventarios</title> </head> <body><!--sii.load head --> <link href="/...
asked by 09.05.2017 / 20:48
3
answers

CSS: 100% real Width

Good morning. I have a body of 100% width and inside a div of the same width. The problem is that the div is taking 100% of the page visible and not 100% real. That is, if I have the internet browser window changed in size, and the horizont...
asked by 14.04.2017 / 18:07
3
answers

Define scroll to bootstrap modal window and not only to your body

I have a modal bootstrap window that normally has the scroll for the body. How can I make the scroll of the modal appear for the entire modal window? since when the body grows, when adding components, I can not see the top of the modal     
asked by 30.03.2017 / 12:30
1
answer

Use php varibals in css style sheets

I have the following code. The session variables are full but for some reason when I use it below the variable $colorNav considers it empty, someone can help me PHP:      $colorHeader = "'".$_SESSION['_colorHeader']."'"; $colorNav...
asked by 29.03.2017 / 23:44
2
answers

Fill in with blank web page

I'm trying to make a function using JQuery that eliminates the blank space that I have left in the pages whose content is very small. Attached an image to clarify the situation: The idea that I have been told is by JQuery calculate the...
asked by 27.03.2017 / 10:13
1
answer

I need to center image on a div

Hello, I am making changes on this website: link When doing over an image I want it to focus on the left in the id="Header_creative" and that the centered and complete image appears I leave the file js.: let imgList = document.qu...
asked by 29.05.2017 / 23:10
1
answer

Change url with jquery

I want to change a background image by pressing a input of my web the CSS of the element that I want to press is: .caldera-grid input[type=radio]{ background-image:url("http://rentmovers.com/wp-content/uploads/2017/05/bg-form-btn-sel...
asked by 29.05.2017 / 18:55
1
answer

how to make this typeface? [closed]

I want to get this type of letter I was trying but I do not know what kind it is @font-face { font-family: "Kimberley"; src: url(http://www.princexml.com/fonts/larabie/ » kimberle.ttf) format("truetype");...
asked by 31.03.2017 / 03:57
2
answers

Decrease the height of the header of a WordPress theme

I have tried to decrease the height of the header of this website: ishameetings.cl without success. In addition, the WordPress template that I am personalized with is Albar. Any suggestions are grateful.     
asked by 10.03.2017 / 18:49
2
answers

Change the color background by quadrants

Hello, I'm using the library jqplot to perform certain tests, I created a graphic of type scatter and I have divided it into 4 quadrants. This is the script code $(document).ready(function() { var qr...
asked by 13.03.2017 / 15:32