Questions tagged as 'html'

4
answers

Fade color transitions in one word

I have a code that is doing color transitions, it has to leave a fade in this transition, that is, so it does not change so "dry", I'm doing with JS , is there any CSS that does it? Anyway, I wanted the fade to be executed in color...
asked by 06.04.2015 / 14:50
3
answers

Change active menu item depending on 'scroll' [closed]

Does anyone know how to do the effect that activates / deactivates menu items depending on the scroll? Like for example in the PHP of the Right Way site, the menu items activate / deactivate as the page scrolls. I tried to analyze the sourc...
asked by 25.05.2016 / 22:01
1
answer

How to change the color of the buttons when selecting an input radio?

I have this form WhenIdialthe"Accounts Payable" radio input, I need the buttons to turn red. I'm using AngularJS, so I used ng-if , but the code was pretty extensive. How could you do this in a simpler way?     
asked by 13.12.2016 / 10:20
3
answers

Include link in a container

I have a container in my code and I need it to be clickable, with href , let's assume that by clicking it, go to "Google.com". How can I do this? <div class="project-2 v-center"> <div><!--v-center--> <div class="...
asked by 26.04.2014 / 16:54
1
answer

Open a div according to your ID

I have a menu that, when right-clicking, it opens in DIV . Everything happens inside a tr (line) of a table . My problem is the following , I have a table with several tr , and each of them gets a ID . A...
asked by 13.04.2016 / 13:51
2
answers

Tag picture does not work on phones and IE11

I'm working with the <picture> tag to use its responsive function and inserting multiple sizes of the same image into a single object according to the screen resolution by the "media" parameter of the <source> tag. In c...
asked by 19.02.2016 / 00:17
2
answers

How does hierarchy elements in css work? [duplicate]

I would like to know how the hierarchy works in css, I explain: Let's say in my style.css I set to h1, h2, h3, h4, etc. by default font-size: 12px; , so far beauty ... Now, if for example I insert inside a class...
asked by 19.04.2018 / 19:06
2
answers

Block access to javascript files

I have a javascript file that does ajax requests for my API, but I do not want anyone to find out the link to it, is there any way to block access to this file? If you do not have some way to release so only the site can access?     
asked by 08.06.2015 / 03:21
3
answers

Placing favicon on several pages on the same site

Is it possible for me to use a different favicon for each page of a site? For example, I have a site with ten pages, I want to put a different favicon on each page.     
asked by 15.05.2014 / 20:30
1
answer

How to create a slide with two divs?

I need to create a slide with two divs. I made one here just a scroll bar is coming down, look at the JSFiddle . HTML <div class="carrousel"> <div class="item active" id="about"> <p class="red">Primeiro aqui P...
asked by 29.05.2014 / 23:21