Questions tagged as 'css'

4
answers

Website adaptable to different resolutions [closed]

I designed a website on a PC with a resolution of 1600 X 900 and looks like this: Then I visualized it in different resolutions and it looks very bad. For example, the following image shows 1366x768: What is the best solution t...
asked by 11.05.2016 / 17:04
2
answers

Modal Bootstrap is under the shadow and I can not use it

Good, I have a poroblema in my site and it is that a modal bootstrap when launching it opens but it remains as under the shadow let's say. Looking a lot with the chrome inspector I will find that by disabling the position : relative of th...
asked by 11.01.2017 / 02:31
1
answer

Javascript, how to show only two decimals

I want to show two decimals when calculating, since for example I enter the amount 100 and when calculating in the other fields many decimals appear. I already try to do it with .toFixed(2) and I can not make it work. Illustrati...
asked by 15.03.2016 / 07:12
1
answer

Do you think the menu of a dynamic web page would work? [closed]

Well, I have not found a way to do it optimally on the internet and I would not like to invent something inefficient or bad structured . Having said that, I'll explain: In the case of having a web page with a menu bar above with differe...
asked by 22.07.2018 / 22:18
4
answers

Integrate CSS in HTML

I have an HTML that I intend to send by mail. Due to this, I can not put relative routes to the CSS. Are there ways to integrate the CSS into the HTML code, that is, have everything in the same file, without the need to include the CSS separatel...
asked by 20.06.2018 / 13:04
2
answers

Handle .css files in Laravel

You see, I have a file named estilos.css with the following code: div{background-color: #000000;} I have stored it in the public / css directory, and now the story is how I pass it to the views. I tried to put it like this: <link rel="...
asked by 20.02.2018 / 21:13
1
answer

Why do not you give me the style of my e.target element?

I do not read the style property of my element when I click, only if I insert the style in the html, if I do it in the css it does not work for me. Thanks //// MOUSE EVENTS => let body = document.getElementsByTagName('body')[0]; //se...
asked by 18.12.2017 / 13:26
2
answers

CSS: Break a word without spaces in a table [duplicated]

I have a word that does not contain blank spaces and I want to break it when it reaches the width of its <th> , I've been testing with different answers that I found in stack but I have not succeeded. .romperpalabra{ displ...
asked by 26.09.2017 / 12:18
2
answers
1
answer

how do I take the form on my website to the left?

in the upper part of my web, there is a start image and a register for users, what I want is that on the left the image appears and on the right the registration but I get another one, my code is this: <!DOCTYPE html PUBLIC "-//w3c//DTD XHT...
asked by 05.12.2016 / 04:58