Questions tagged as 'css'

2
answers

clearing Lightbox with Foundation 6

I need to click on an image to zoom in, and so far I have not managed to find something similar with Foundation 6, until I found an option in Foundation 5 called Clearing Lightbox, and its class is thumbs -clearing, is there something similar in...
asked by 01.12.2016 / 04:36
1
answer

Linebreaks django and html

I have the following code in a django template <div style="background-color:#F1948A;padding:0;border-radius:5px;margin:2;"> <p style="margin-left:10;">{{ post.texto }}</p> </div> The post.text can be of 5 cha...
asked by 03.08.2017 / 12:40
2
answers

Show hidden submenu

I am starting to learn to develop web pages and I have a problem with CSS that I can not solve. I have a submenu that I can not show when I mouse over the first list item of the menu This is my code: <ul> <li><a...
asked by 03.08.2017 / 20:53
1
answer

error when publishing Azure site

Create an application with the WebAplication template of Visual Studio 2015 with MVC, it handles the Scripts and CSS by bundle, it turns out that When I publish in Azure I do not load any style, I could not make it published correctly....
asked by 30.09.2016 / 16:04
1
answer

Bug with dropdownbutton

I'm making a website and I've put a "DropDownButton". I would like to be able to click on all the parts of the button, but it only works if I click on the top part of the button. Here is a video of what happens to me: link Here is the CSS a...
asked by 09.11.2016 / 13:46
3
answers

How do I remove the autoplay from an embed?

I have the following html code: <embed width="320" height="50" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.globalhost.com.ve/shoutcast/reproductor3.swf?s=2&p=60" play="false" loop="false" type="application/...
asked by 10.11.2016 / 15:56
1
answer

Next and previous function with js

I have been working for some time on a javascript function that makes the next div when I click on the background image, or for time. Well this function and I got it, the problem is that now I can not do that by clicking on the right side go...
asked by 19.09.2016 / 09:50
1
answer

Travis CI: "UnCSS: Configuration missed" in Travis CI

I'm trying uncss-brunch with Travis in a test project . brunch build works locally, but when I do git push the build in Travis fails: 18 Apr 22:38:59 - error: UnCSS: Configuration missed. Any ideas of what may be wrongly...
asked by 19.04.2016 / 00:54
1
answer

@mediaQuery in angularjs driver

It is possible within $scope.body = { 'background-image':'url("../images/fondo_mix.png")', 'background-size': 'contain', 'height': '200vh', 'background-attachment':'fixed' } add a media query?     
asked by 30.12.2016 / 17:26
3
answers

I can not create an edge according to the ul tag in html, css

I have the following problem that I think is best explained with the code. The same is: ul.header { width: 100%; overflow: hidden; background: #F4F4F4; border: 1px solid #7C7C7C; list-style: none;...
asked by 21.12.2016 / 20:07