Questions tagged as 'css'

1
answer

How to animate italic font

In my home site of the site I'm creating, it has the very large name of the person with a cursive font . I would like to know how to start the page , start an animation as if a person were typing the name. The name will be revealed, or co...
asked by 08.11.2017 / 17:13
1
answer

how to leave the slider Responsive? [duplicate]

I have a slider in pure css and would like to make it responsive. <title>Slider UNIP</title> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="./css/vendor/normalize.css"> <link rel="stylesheet...
asked by 07.05.2016 / 22:12
1
answer

Bug in the system of title that I developed

I developed a system of title using jQuery and CSS, it is very good and works when I call the <title> tag. But I'm facing 2 bugs that I can not solve. 1st: When I put a very large title quandity on a page, it stops working, in...
asked by 24.02.2016 / 13:28
1
answer

How do I position the iframe below according to the position I want on the screen?

How do I position the iframe below according to the position I want on the screen? <div> <iframe width="1100" height="500" id="processoControleExterno"...
asked by 21.10.2015 / 21:22
1
answer

DIV Simply Fading?

I was setting up a website for a minecraft server. But I came across something very strange. I use Brackets to create HTML pages, and so I use the live preview tool. By putting a button in HTML and modifying it in CSS, everything was ok in the l...
asked by 11.04.2016 / 02:45
1
answer

Use of -webkit- * and -moz- * [duplicate]

The prefixes -webkit- or -moz- should be used for elements that work without using these (as box-shadow )? Normally, those using Chrome and Firefox have versions that support many elements, which makes it unnecessary to...
asked by 12.03.2014 / 18:04
1
answer

Modify site from 1290px to 960px [duplicate]

I've finished the front end of a site, where the maximum margins of the elements go up to 1290px. Now, I have the layout to do it in 960px. Obviously I will reuse classes. I could use @media , but would have serious problems with Int...
asked by 03.04.2014 / 16:19
1
answer

Test resolution equal Netshoes site [duplicate]

I was testing the Netshoes site in various resolutions, and I saw that it is only 1300px and has a minimum of 950px in width. When you slow down the screen, it will not adjust itself (like using the bootstrap, for example), it only fits when i...
asked by 07.04.2014 / 15:40
1
answer

Connecting MYSQL Database with PHP and Phonegap

I'm creating an app in HTML CSS and JS with Cordova . And I would like to know how I connect it to a database on a server ... In the case I want to get the information from it and pass it to the app.     
asked by 01.12.2017 / 19:12
1
answer

How to overlay a body image on top of a div?

I have an image that is inside the css body .test-page { display: none; } html, body { margin:0%; height: 99%; background-color: #041E43; border-style: solid; border-width: 10px; border-color: black; overflow-y: hi...
asked by 24.10.2017 / 12:20