Questions tagged as 'css'

1
answer

image moves when scrool goes up or down

I have an image inside a table. I want this image to move when it comes down or goes up with scoll. I already used the position fixed. My jsfiddle example: link     
asked by 01.02.2016 / 12:32
1
answer

Vertical dropdown menu - Bootstrap

I'm making a page where it has a dropdown menu and each menu item changes the contents of the div on the left. My problem is that when I click on this menu and it shows its submenu, it should throw the "Equipment Calibration" and "Job Security"...
asked by 27.02.2016 / 05:13
2
answers

Create a div that occupies a width of 100% of the screen?

I created a <div> but it is not occupying 100% of the top I want to see: link she is with a spacing around :( This is the code I used: css: .top-bar { position: relative; width: 100%; height: 60px; background:...
asked by 02.01.2016 / 23:37
1
answer

How do I know if a particular "class" is in use on my page?

Friends, There are many DIVs on my page, I need to check if any have not yet been "finalized", for example: <div class="triagem"> conteudo a ser analizado</div> ready-made DIVs get another "class": <div class="aprovada"...
asked by 23.03.2016 / 07:34
1
answer

How to open an external page in the phonegap when clicking?

Today I started to develop using PhoneGap, however I came across a problem, which is to click on a link and can not open an external page, as if it were a new activity, how can I perform this procedure only using html, css and javascript Thanks...
asked by 09.02.2016 / 22:54
1
answer

Selector for previous element css

There is a css selector that selects the previous element, as well as img:hover + img{} But I applied the style to an img prior to img: hover?     
asked by 12.02.2016 / 13:25
2
answers

Align menu with CSS

I have this menu that currently has two IDs that can be more. <ul> <li><span class="ytVideo" data-videoID="6AmRg3p79pM">(Youtube 1)</span></li> <li><span class="ytVideo" data-videoID="El3IZFGERbM"&g...
asked by 20.12.2015 / 02:34
1
answer

How do I make the transition work on the "round trip" when using hover?

I have this :hover here ... .novidades{ background-color: #F5dcdc; background-color: #f5dcdc; background: linear-gradient(#f5dcdc, #bebef4); position: relative; bottom: 0; } .novidades:hover{ bottom: 20px; transition: bot...
asked by 21.02.2016 / 15:26
1
answer

How to solve it by being displayed in half

I have a page where I am positioning the logo of the company, the positioning is getting correct, but the same is being displayed cortado I have already reviewed my css and I could not solve it, what I am doing is to show th...
asked by 09.12.2015 / 22:42
1
answer

How to trigger dropdown-menu by buttons independently

I have two dropdown-menus and I need to access their information separately, for example: clicking on the first display their options and likewise the second, I made the following attempt using data-target but the menus are inaccessible....
asked by 15.12.2015 / 18:53