Questions tagged as 'css'

1
answer

Soft scroll bar

Hello, sorry to bother again, but I'm having problems with stellar.js I tried adding it to the site scrolling to be smooth, but instead the site jumps straight to the next page, I believe it's missing something to add, but I do not know what....
asked by 08.05.2016 / 06:45
1
answer

Why is the page css not loaded when the url receives? id =

Good night guys have a php page that when it receives integer values via GET the css is not loaded only if the parameters? id = are not inserted the styling is loaded normally. What could be happening? <?php $idserie = (int)$_GET['id']; inc...
asked by 22.05.2016 / 04:03
1
answer

Fixed footer below a form

I'm having a problem with the code of this site www.forcaemovimento.com.br I have a form that has some div's with position:absolute to do the side effect. The problem is that the footer is behind the form when it accesses via mobile in...
asked by 19.05.2016 / 21:19
1
answer

Align Vertically Horizontally Aligned Objects

The idea here is centralizar verticalmente o radio button with its label (aligned horizontally). Where am I going wrong? <ulclass="formasPgto"> <li> <input type="radio" name="pagamento" value="pagse...
asked by 21.05.2016 / 16:47
2
answers

Align cards from Framework Materialize

Now I just decided to take a look at Materialize and try to use the card element. I just can not understand why they do not get organized horizontally! <div class="container"> <div class="section"> <d...
asked by 08.04.2016 / 20:52
1
answer

How to open submenu just by going over the menu?

I have the following Menu in css: <div class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="scroll <? if(!$this->uri->segment(1)) echo "active"; ?>"><a href="<?...
asked by 07.06.2016 / 13:10
1
answer

Difficulty Menu image Bootstrap

I think that doubt is simple, but I have a difficulty. I am creating a menu of images, using BootStrap, and it is working correctly. The problem is, how do I when clicking on one of the thumbnail images appears as the main image? The work don...
asked by 26.03.2016 / 02:00
1
answer

How to put a dropdown menu on a navigation bar using bootstrap?

I understand very little of css and am having difficulty putting a dropdown menu in the navigation bar of a page. I have several links in this navigation bar and needed to open a menu with a list of other options when clicking on an item....
asked by 10.07.2016 / 21:54
2
answers

How to increase the icon size when hovering over a list

I'm trying to change the size of certain icons when passing the mouse. It turns out that when I hover the mouse the icon even increases in size, but the same one that causes the other icons to leave the place. Not to mention that it is not exact...
asked by 08.07.2016 / 17:15
1
answer

Anchor link with js and bootstrap, how to close the menu after clicking?

I'm making a website using boostrap, it's a unique page. When I access the cell and click on some link in the menu of the page it does the scrolling effect to where the anchor is, but the menu remains open, how can I do to when clicking on the m...
asked by 11.07.2016 / 04:20