Questions tagged as 'css'

1
answer

Problem when rotating an object continuously

I created a circle to be rotated 45 degrees every time I click the arrow, either right or left. For this done, I'm using CSS and jQuery. ( SEGUE FIDDLE ) I made the following function spin(direction) to include any of the directions...
asked by 31.08.2017 / 15:43
3
answers

Reverse divs positions with responsive

.a-right { padding: 2%; float: right; width: 30%; margin: 0; } .a-center { padding: 2%; width: 50%; margin-left: 5%; } @media screen and (max-width: 600px){ ul.topnav li.right, ul.topnav li...
asked by 05.10.2017 / 21:38
1
answer

Class overriding?

I have the following css: @charset "utf-8"; /* CSS Document */ .divCheckBox { width: 140px; height: 34px; } .divCheckBox .valor { display: inline-block; line-height: 34px; top: 0; } .divCheckBox .checkBox { display: no...
asked by 01.09.2017 / 17:30
1
answer

How to use Media Queries for responsive sites based on device dimensions?

I confess that webdesign is not my strong, because I need to get some crucial questions about responsive sites. I understand that to define formatting for several devices uses the Media Queries. For example: I created this media for testing:...
asked by 31.08.2017 / 22:10
2
answers

Insert text in timeline

I made a timeline using HTML and CSS and I need to add a story every year when I clicked on a particular year of the line displaying the story it contains that year, how do I do that? .DB_Timeline { padding: 0; margin: 0 auto; lis...
asked by 24.08.2017 / 01:37
1
answer

How to edit tables in JavaScript

I have a problem with a table that I made in html and javascript. The page is composed of 3 input fields that with the entered value is forwarded to the table below. But I would like to be able to edit table items without having to delete and...
asked by 24.08.2017 / 19:07
1
answer

Center text and change color JSP CSS

I would like to put my items from my menu in the center and change them in color, in case I put a white color but I can not get it #menu{background-color:#6495ED;}.conteudo{display:inline;text-align:center;padding:10px;color:white;}<navid...
asked by 20.09.2017 / 02:02
1
answer

Fpdf PHP page

I'm having trouble paging. I get the data from the report in array format, so I have to do a foreach to scan the data, I happen to be doing it within 2 for, and the data keeps repeating, as I solve it, I tried to use some breaks, but not it w...
asked by 10.08.2017 / 14:36
2
answers

Breaking table on multiple pages

I'm creating a Web application that displayed two equal sized tables However, both have about 100 rows each, I would like to display only 25 rows from each table and to see the rest of the table would have those subsequent pages: 1, 2, 3, 4 ......
asked by 14.09.2017 / 18:48
1
answer

Normalize css and reset Global

Is there any way to use Normalize css and at the same time give a global reset in style sheets? I use the reset like this in my css: * { margin: 0; padding: 0; box-sizing: border-box; } But even putting my file in the r...
asked by 06.08.2017 / 22:50