Questions tagged as 'css'

1
answer

How to do this? Transition Page within Modal?

Friends, I want to do something similar to what they did in the below gif but I do not know how I can do it. The idea is that when I click on a button inside a modal, it will point to a 'page' with this transition effect ... It looks a lot li...
asked by 01.10.2016 / 19:40
2
answers

Identify Browser - Internet Explorer

I need to know when the user accesses the website through Internet Explorer, execute a CSS. So that's fine, here is the code I used to apply CSS: <!--[if IE]> <link rel="stylesheet" type="text/css" href="app/template/css/apen...
asked by 09.11.2016 / 17:42
1
answer

Display balloon popup on a Label

I would like to display a small message to the user, style those when passing the mouse, if I were not mistaken it would be the attribute    alt="my message" However I'm using asp.net-mvc-5 and I'm finding it difficult to do. My message,...
asked by 11.11.2016 / 20:25
1
answer

Fixed Action Button on MaterializeCSS does not work

It just does not work, the up button appears but none of the type buttons work. I have already tried using materialize via CDN and local but there was no change. I believe that there is no error in the code because after much trying and not work...
asked by 09.11.2016 / 02:00
1
answer

CSS attribute with online text condition

Good morning, these lines make appear in my which user-agent is being used by the client, this helped me with problems in the Trident engine that does not interpret the gradient in the text and works very well. var useragent = document.documen...
asked by 31.08.2016 / 14:26
1
answer

Vertical slide with scroll and fade and parallax

I wanted to make a slide just like this one: link , where information is divided vertically and when scrolling down it changes the image and the info. Can anyone give me a light for this? Thank you     
asked by 25.10.2016 / 11:49
1
answer

Fixed navbar doubt on top with Bootstrap

When I add the "navbar-fixed-top" class it "eats" 50px of the page, I use navbar, links, to divs and whenever a link is clicked the first 50px are underneath the navbar, what I want to do is prevent these px from being under the navbar when the...
asked by 13.09.2016 / 20:00
1
answer

How to create a transparent or colorless background in css?

What code in css to make the background transparent, or colorless? I'm creating a Native ad in Admob and I need the background to be transparent.     
asked by 25.09.2016 / 14:01
1
answer

PHP + HTML form with select Restrictive

Greetings. I am starting out in this area of dev and have entered into a challenge of developing a Restrictive Form. What does it consist of? In this simple example I will use 3 selects 1 condition validation option value="AM" option v...
asked by 24.08.2016 / 05:47
1
answer

How do I change the style of an element in an iframe from the parent page?

I use a component that generates a iframe by accessing a remote page. Example: Assuming that in iframe there is a table with some TDs with class destaque , I want to put a red border in these "highlights". I trie...
asked by 14.10.2016 / 01:17