Questions tagged as 'css'

2
answers

How to remove Input image border

I'm using a input of image to function as a favorite button <input type="image" class="btnFav" title="Favoritar" /> But it has a square border on it I've tried using css below, but nothing worked. outline-color:...
asked by 20.11.2015 / 23:56
1
answer

Post-typing effect on placeholder

Personal I'm trying to add a behavior in a placeholder but I'm not getting it. On the ingresso.com site when the user types a value in the forml placeholder and a small label appears above the typed text. Is this type of effect a placeho...
asked by 15.08.2015 / 18:53
1
answer

How to insert external CSS in Codeigniter 3

I would like to know how to insert an external css file into a Codeigniter 3 view. I configured the $ autoload ['helper'] = array ('url'); I tried calling in the following ways: <link rel="stylesheet" type="text/css" href="<?=site_url(...
asked by 05.12.2015 / 22:49
1
answer

How to create a scrolling menu?

How is this menu fixed at the top of the page that when the user scrolls down when arriving at a certain place on the page the menu decreases getting compact. And when you return the screen up, does the menu return to the initial stylization? Ca...
asked by 05.04.2017 / 19:32
1
answer

How to put the page number to be printed with CSS in @media print

I want to put the page number when the user wants to print my web page. For example, when it will print my page, and it will be broken in two, I want it to appear "page 2/2" and "2/2" on pages, using CSS.     
asked by 26.04.2017 / 21:20
1
answer

Script to leave my site (game) mute

I have a project in localhost (game in HTML 5, JS and CSS), in the background of the game plays a song, I can not make the button to turn off the sound works, someone knows some article that teaches or method of doing This? I'm sorry I missed...
asked by 16.06.2015 / 15:12
2
answers

How to position one div under another of varying sizes?

I have the following situation: I search the results database and display them this way <div style='background-color:#fff;width:260px; margin-left:5px;margin-top:5px;float:left;'> texto </div> I will show with image to facilitat...
asked by 10.06.2014 / 03:39
1
answer

Bootstrap Menu Problem

I made a customizing menu using Bootstrap, however, I'm having a problem when I decrease the width to
asked by 26.10.2015 / 16:05
3
answers

Vertical menu disappearing underneath the footer

On screens where the height is less than 600px the menu disappears below the footer. I also tried to leave position as fixed , relative and nothing, but the result was the same. Follow the html of the menu: <div class...
asked by 05.10.2015 / 23:14
1
answer

div that does not exceed certain limits

Well, in this link :: link there is a menu that when loading the page is not fixed at the top of the screen, however When you scroll down the page a little, this menu appears and is fixed at the top. How do you do that?     
asked by 05.09.2014 / 03:36