Questions tagged as 'css'

0
answers

Move a div

How could I move this DIV using javascript? function randomization() { var randomValue = Math.ceil(Math.random() * 5); return randomValue; } function playerMovement(direction) { switch (direction) { case 1:...
asked by 27.02.2017 / 01:07
1
answer

I'm continuing a "form" of a website, using JS HTML PHP

My question is: When clicking on a radio button, the other buttons that are in the simulator should disappear, if you press yes, if you press no, there is not any type of action, the button that I want give the action I have to call in php right...
asked by 27.02.2017 / 11:35
2
answers

Color transition effect in navbar of a bootstrap template in Rails

Hello, I'm using a startbootstrap template, the Agency, I was able to import it into the Rails project, I put the theme in the vendor folder, I imported the scss in the application.scss and I put the requirements in aplication.js, agency.css, sty...
asked by 13.03.2017 / 06:23
1
answer

Center a td according to the width size

Good morning ... I'm creating an email marketing and it is responsive, that is, td is float left and when it decreases its size it falls below the other. My problem is ... when I get to a screen size my content inside td is...
asked by 03.04.2017 / 14:49
1
answer

Adjust CSS in the browser-independent page

I have a function on a page (ASP.NET) that calls another as a popup: BtnFinalize.OnClientClick="javascript: DisplayPopupMobile ('/ ShoppingCart / Form.aspx', 900,580); return false;"; Using Chrome is coming correct, centered on the page, b...
asked by 03.04.2017 / 19:33
0
answers

Problem with Table Alignment

I've reviewed the HTML several times, but I think there must be something wrong with my CSS. The placement I used for the images was: /*Produtos*/ .fsResDir{ width:280px; height:280px; float:right; } /*Forma de Pagamento*/ .fsResEs...
asked by 24.02.2017 / 23:54
1
answer

Background image responsive

I can not make the image of my header responsive, I am using the following styles: .page-header{ background: url(../imagens/rock-in-rio-eu-vou.jpg) no-repeat center center fixed; margin:0px; height:590px; background-color: #ffffff; bac...
asked by 28.02.2017 / 01:59
1
answer

Divs piling up

I'm trying to make a grid with 4 divs of 25% width, but they are not setting off correctly, who can save me? I've wasted hours on this! HTML PART:                     Buy your credit card certificate now and send it today! *               ...
asked by 28.02.2017 / 23:44
2
answers

Hover in two divs within the same column

My question is this: I have a column with a text and an icon, I need the text and the icon to change color when the mouse is over the column: .features .round-icon { border: 4px solid #1c1c1c; border-radius: 50%; display: table;...
asked by 16.03.2017 / 15:28
1
answer

Check multiple Radio type input in one simulation

Well, I'm creating a website and I need to validate the input radio fields. I thought about using JS, but it did not work. As said in the topic, there are several fields that I need to validate. follow the code that I have to validate: <...
asked by 16.03.2017 / 06:12