Questions tagged as 'css'

2
answers

spacings between li - CSS

I'm trying to give a space in my menu so that it is centered with the content ... the content has width:80%; ... SITE HTML: <nav class="navbar navbar-default" role="navigation"> <div class="navbar-header"> <...
asked by 30.07.2014 / 18:11
1
answer

Footer Buttons like old Symbian with Twitter Bootstrap

I was given the task of making a mobile web app, and I'm trying to do it with the help of Twitter Bootstrap. One of the tasks is to make a pair of buttons in the footer, both of equal size, each occupying half the width of the screen: just lik...
asked by 08.09.2014 / 23:41
2
answers

SASS function does not work

Good morning! I'm doing some testing with the sass function it does not return anything to me. I figured it was something I was typing wrong, or something. I have copied the exact function of this site here and still the error continues. The f...
asked by 04.09.2014 / 15:54
1
answer

BundleConfig - Can not find files on the server

I am using Kendo UI in a MVC 4 project, I made the settings in BudleConfig: bundles.Add(new ScriptBundle("~/bundles/kendo") .Include("~/Scripts/kendo/2013.2.918/kendo.all.min.js") .Include("~/Scrip...
asked by 16.07.2014 / 15:38
1
answer

CSS Jitter in Hover menu

I have programmed a menu with 2 hovers (class), one that makes the text rise and another that makes the text bold. But when I put the mouse over the words the others on the side move, this is known as CSS Jitter, but I can not fix it. HTM...
asked by 15.07.2014 / 02:27
1
answer

Carousel or Cycle displaying 6 elements in grid format

In the HTML code below, I have a listing of images within a container . I'd like to limit the display of these images to a table of 2 rows and 3 columns and page to look better. <div class="container"> <a href="#"><img...
asked by 13.08.2014 / 17:05
1
answer

Strange problem with footer

I'm developing this site: link And I'm encountering problems with footer placement. I'm using twitter bootstrap (grid only) and SASS as tools. If you open the site, you will see that the footer is positioned above the article containe...
asked by 08.06.2014 / 22:40
1
answer

Effect images increase when the page loads

In this script the images increase but only as we scroll link The idea is that the page loads the images without having to do scrolling Images on my site are all in this code <img class='alignleft' src='URL DA IMAGEM' />     
asked by 31.05.2014 / 08:15
1
answer

Widget for Events

Good evening, I'm programming an Html / css site for a band. The client asked to have a session with the schedule, I found the bandsintown manager, but wanted some similar, where the client changes the information and appear on the site automati...
asked by 07.08.2014 / 05:44
2
answers

How do I position two divs in relation to a third (fixed)?

I want two divs to fall below a third that has position: fixed , the problem is that these divs are behind the third, already tried to change the position of the two divs to relative, absolute and static, but it does not work. p> HTML...
asked by 20.06.2014 / 19:20