Questions tagged as 'css'

1
answer

CSS does not load, Resource interpreted as Stylesheet but transferred with MIME type text / html [closed]

Hello everyone, I'm working on an MVC project but I came across a bug in css that had never happened to me. When stacking the CSS the browser returns a render error. No firefox:    12: 08: 16,973 The link style sheet was loaded as CSS, a...
asked by 21.06.2015 / 17:12
1
answer

PHP - Send to another client id page when clicking on a cell

I have a list of clients each in a cell. I want, when I click on the cell, to send to another page the id of the selected client, in a secure way. Without displaying the id in the link. Generating the tables: $marcador = '<img...
asked by 20.06.2015 / 15:59
3
answers

Keep hover effect, when clicking on the link (active)

I have a <aside> and inside it a ul>li (menu) structure as per the code below, I would like to click on the item and redirect the page of it the same menu would be selected with the effect of the hover and that the signal...
asked by 14.07.2015 / 22:09
3
answers

Vertical side menu to the bottom of the page

I need to leave a side menu from the beginning to the end of the page, no matter how many items the menu has, for example, if I have a menu with 3 items the background color of the side menu ends when the menus are finished, I need to go to the...
asked by 15.09.2015 / 16:18
2
answers

How to fix a footer in the bottom even with a lot of content

I'm trying to add content dynamically to a page, but when I add a lot of content the footer gets fixed at the initial screen height, and the text is over the top. I need it to go down dynamically when content is added, but it is the same size if...
asked by 30.06.2015 / 20:39
1
answer

Bootstrap 2 does not make the image float

I have a problem trying to put an image next to the other with Bootstrap: <ul class="thumbnails"> <li class="span4"> <div class="thumbnail"> <a href="#" class="thumbnail inner-border">...
asked by 15.06.2015 / 06:11
1
answer

Show badge at the edge of a button [closed]

I have a button and a badge with the value being updated with JQuery, I want the badge to stay on the edge of the button. Does anyone know how to configure?     
asked by 13.08.2015 / 19:38
1
answer

Reordering cells in Bootstrap

At the moment I have a layout that is like this, using Bootstrap: [-nav/header] [-1-][-2][-4] [---3---][-4] [---3---][-4] [---footer--] And I'd like to display it like this in mobile browsing: [-nav/header] [-----1-----] [-----3-----] [--...
asked by 12.06.2015 / 04:34
1
answer

Give ID for a Jumbotron

I have some pages with a jumbotron of the same formatting on each page. I need them to have background-image different on each page. How can I give an ID for each of these jumbotrons, so I can edit their background-image , withou...
asked by 03.06.2015 / 19:41
1
answer

How to reset CSS from multiple HTML files included by require

By hint , I'm trying to use normalize.css to zero the styles between require and another, but there is no way, the CSS of the later file completely interferes with the layout of the the previous file. This does not change the re...
asked by 01.06.2015 / 01:35