Questions tagged as 'css'

1
answer

Dynamic circle using only css and javascript

I'm trying to develop a dynamic circle using only css and javascript, at first I do not want to use any library and can not use the html canvas. My idea is to be able to set the size of the circle as follows: the first click of the mouse wi...
asked by 14.07.2015 / 15:57
1
answer

Undo CSS from class ui-disable

I have navbar as footer . The first element of navbar has class ui-disabled so it can not be interacted with it. Here's the FIDDLE HTML / JQuery <div data-role="footer" data-position="fixed" data-th...
asked by 13.07.2015 / 13:03
1
answer

import gotham book font with css

I'm trying to import the gotham-book font, it's in the fonts / GOTHAM-BOOK.ttf folder, however although I try to import it does not change at all.  How can I do this? .table td{ border: 0px !important; margin: 0px; padding: 0px;...
asked by 20.07.2015 / 20:20
1
answer

How do I fix footer on the print page?

I need to leave some information in the page footer. How do I do this? Below is the complete code I'm using, but that's not working! css: .container { height: auto; min-height: 100%; } html: <div id="container">...
asked by 24.08.2015 / 00:27
2
answers

CSS does not work on pages generated with ErrorDocument

I'm having a problem when I'm going to customize ERROR 404. I put the following code in the .htaccess file: ErrorDocument 404 /erro404.html And I created a custom page error404.html. The page is onpage, you do not have a link to other pages...
asked by 22.08.2015 / 00:50
1
answer

Catch value of the data-atrabus and apply as text in another html element

I have a series of checkboxes in an interface that are already configured to display / hide other elements of the interface conditionally. In this same interface I have a div set to display messages to the user also conditionally dependin...
asked by 20.05.2015 / 00:43
1
answer

pseudo-classes in CSS

I'm creating a module that will display information. this information should be displayed as expandable divs, which I created using only CSS as it is here : .news .itens { overflow: auto; margin-right: -20px; height: 292px; fl...
asked by 02.12.2014 / 14:29
1
answer

Center element on a page

I have a page and login to develop and there is a logo right in the center of the page. Ok, I centralized it as follows: bg{ background-image: url("../imagens/bg.jpg"); background-repeat: no-repeat; background-position: center;...
asked by 04.11.2014 / 00:40
2
answers

Attach elements to fo footer

I made some boxes using lists < ul > and < li> and would like to put a title and a "subtitle" in the footer, what is the best way to do this? You're like this: Final: The HTML code looks like this. <div class="primario...
asked by 05.11.2014 / 22:45
3
answers

Bootstrap Carousel with two vertical items

The challenge is to: Make a Carousel using Bootstrap , which displays two items at a time, aligned vertically. Here's an outline of the idea: IfoundsomeexamplesofCarouselusingmultipleitems,butnotverticallyaligned. link I tried to impleme...
asked by 25.09.2014 / 22:33