Questions tagged as 'css3'

0
answers

slide in js does not work

I have the following problem with 3 images with the following names and extensions: f1.jpg f2.jpg f3.jpg I'm doing a slide with JS but the first image and loaded correctly however when I click the next button it fails the next image does n...
asked by 27.04.2016 / 17:48
0
answers

Keep image size for CSS printing

Personal as I do to generate an image that has stayed in a div background with a text overlapping it and at the time I print it keep its size. Type I have an image generated in Photoshop with the following dimensions: 1024px by 749px with 200 dp...
asked by 07.06.2016 / 15:39
1
answer

Style in disordered list

CSS * { margin:0 auto; } ul { list-style:none; margin:0; padding:0; } .menuPrincpal { } .menuPrincipal li { display:inline; } .menuPrincipal li a { display:inline-block; vertical-align:middle; width:19.6%; height:...
asked by 09.05.2016 / 13:41
1
answer

The width of my site is not the same, header is smaller than the rest. How to solve?

The width of my site is not the same as it can be seen below: Theheader(logobar,navigationandmainimage)issmallerthanthesite'scontainer,I'musingBootstrap.TheCSSwiththemeasureslookslikethis: @media (min-width: 1200px) { .container{...
asked by 14.03.2016 / 14:04
0
answers

I made the implementation of fb: app_id but the debug is not being identified

I did the implementation of: <meta property="fb:app_id" content="966242223397117" /> But when I debug through the address: link  it informs that it has not been declared.     
asked by 01.02.2016 / 21:01
0
answers

"Rain of images" effect in CSS3, JQuery or JavaScript. How to make?

What I have: -A div with background-bg class, whose image fills the entire screen. <div class"background-bg"></div> What I want to do: - Create a "rain / snow" effect (falling type) using 20 other small images (12...
asked by 05.12.2015 / 20:40
0
answers

Html & CSS create responsive menu [closed]

I need your help, I'm programming a website, I want it to be responsive. I created a bar, this is responsive, and I placed the menu horizontally on the right side of the screen, on the left side I put the logo on my site, but this one is not res...
asked by 03.12.2015 / 16:40
0
answers

Css3 is not working on Cordova

I'm trying to use media queries in my application developed with Cordova, but it is not working, the code is as follows: #backgroundIndex{ @media screen and(max-width: 1200px){ background: red; } @media screen and(max-widt...
asked by 17.08.2015 / 16:54
0
answers

Screen Design Tool with HTML5 [closed]

Greetings, I'm looking for a drag-drop style tool, intuitive and easy. Able to insert the components for a webapp referring to the visual part. Automatically, or in real time, generate the HTML5 code and others if required and preferably an...
asked by 12.09.2015 / 20:19
0
answers

Text with color contrast in relation to the background using chroma.js [closed]

In the following file Random Theme Generator I have the code that uses chroma.js to check the bg color making the text have contrast, but it only generates a color for each background color and would like it to generate more than one color how...
asked by 23.07.2015 / 20:48