Questions tagged as 'css'

2
answers

With CSS is it possible to fill in the "eyes" of the Source? Is it possible to fill in the "holes" in the letters A, O, P, etc.?

I was wanting to create a title to use in the sessions of my site, but I wanted the font to have a similar effect to those images, with my eyes filled in giving the impression that the font has the inside of the characters filled in....
asked by 22.10.2018 / 14:36
1
answer

How to put a Video within a Text with CSS? Is it possible to put a Video as a text background?

I saw this effect and I'm trying to put it in a project, but I do not know how to put a Video inside Text, I only managed with images ... HereI'veplacedanimageasatextbackground,buthowdoIputavideoasa%ofatext? body { background: #333; }...
asked by 23.10.2018 / 15:48
2
answers

How to scroll in JavaScript?

I'm at the beginning of the JS studies, however, I'm with a project, and I had the idea of making a progress bar, but this progress bar effect will only happen when the scroll bar reaches the progress bar div This function has been removed fr...
asked by 16.10.2017 / 19:05
4
answers

Release link after form filling

I'm a beginner in Javascript/jQuery and I'm wondering how to release a link soon after all inputs are filled, otherwise it stays locked: Follow the HTML: <form id="formulario"> <label>Usuário</label> <inp...
asked by 02.02.2015 / 12:56
1
answer

Has marquee been discontinued in HTML5? [duplicate]

If yes, what is the tag that I can use to enjoy its functions? How can I limit the beginning and the end, for example: When using the tag marquee , the transition of images or texts always leaves a huge space between the end and the be...
asked by 28.02.2015 / 23:56
1
answer

set the position of the "search cancel" button in an input type = search in Safari 7

I have input[type=search] with padding . As I want to have the same style in different browsers I used -webkit-appearance: none; but in Safari 7 (mavericks at least) The button that does reset / cancel the search is cut off....
asked by 01.11.2014 / 13:47
2
answers

How to auto-scroll to the top when viewing the page footer?

I'm making a website, which has some animations, and when I get to the bottom of the site for the first time, should trigger an event where the page returns to the top, but in the following times (without reloading) the event will not happen aga...
asked by 27.08.2014 / 20:03
1
answer

How to specify a time in the color change with: hover?

<a href="#">link</a> a:hover{ color:blue; } With this script I can change the color of the text "link" when the mouse passes over, but the color changes instantly. I wanted the color change to be smooth, a little slow. How do I d...
asked by 31.08.2018 / 23:57
1
answer

CSS: Border Radius

I'm doing a project where I'm using border radius to make a vertical menu. I would like the Menu to have the radius border straight, in this rounded way: Andit'scurrentlygettingthisway: .teste{ height:12%; width:65%; background-co...
asked by 04.07.2018 / 16:33
1
answer

In CSS how do I align Numbers with Text in Classic Fonts?

I'm using a Font-Face that has the old typographic style in the numerals and I want to align them with the text. Seethatthenumbersinthisfontfollowtheoldpattern,wherethenumberisalignedwiththeascendinganddescendingfont,notthebase-lineSo...
asked by 17.10.2018 / 19:58