Questions tagged as 'css'

2
answers

Background image, using css [closed]

How do I put a background image on div , using css? I tried using single quotes but nothing happened: background: url('images/html.jpg'); I'm doing so on: #tudo { width: 100%; height: 992px; background: url('images/html.jpg');}...
asked by 20.04.2014 / 20:46
1
answer

CSS and JS in production of NodeJS + ExpressJS + Socket.IO

I have a problem in a chat that uses NodeJS + ExpressJS + Socket.IO. There are no problems in the local environment. However, when I put it into production I'm having problems with CSS's and JS's. I open the page in Chrome, check the Network tab...
asked by 20.03.2014 / 13:47
1
answer

Understanding position, display and float in responsive layout

I created a simple "project" with CSS , HTML and JS , with the purpose of my learning. However there were some doubts about the end of the project (I'll leave the link for download), DropBox - Project . My biggest question...
asked by 10.06.2016 / 06:23
1
answer

How to change the background color of an image?

I need to change the white background color of images using programming. Does anyone know how to proceed?     
asked by 25.05.2016 / 15:43
2
answers

Padding Bottom does not work [closed]

I'm making the mobile version of my site, with two bars (one at the top with the logo and another at the bottom of the page with contact links). These bars are fixed, appearing on a list occupying 100% of the screen. The problem is that the base...
asked by 15.10.2015 / 02:49
0
answers

Bootstrap Woocommerce problems with css

I made a theme with bootstrap for wordpress, but when using the woocommerce plugin it uses the 'col' nomenclature which causes bootstrap conflict and leaves the forms holed. I managed to get everyone else off the site, but the order submis...
asked by 15.12.2018 / 17:20
1
answer

How to make a menu with the whole gray background?

I want to make a menu like this in the photo with a gray background. css code: #menu ul{ position:absolute; list-style:none; text-transform:uppercase; left:-40px; top:54%; } li{ margin:-20px 50px 0px 50px;...
asked by 01.12.2018 / 21:47
1
answer

When trying to link a NAV, the CSS style is messed up

Good morning, I'm starting to learn front-end and I came across a problem that I would like to understand why it happens. I have this snippet in my code: <div class="box-item"> <div class="box-img">...
asked by 11.12.2018 / 13:52
2
answers

Send messages to web site (messenger online) [closed]

Hello, I want to create an internet messaging site (SMS messenger), I have some doubts: What languages should I use (notably HTML, CSS, JS) Do I need to use a database? How to exchange messages instantly, no need to reload the page....
asked by 16.11.2018 / 20:31
1
answer

Page size different screens HTML / CSS

My question is to create a page in html and css and that same page to be opened in different screens. For example, a small problem has arisen. HTML: <iframe id="contentframe" width="300px" height="350px" src="demo_iframe.htm" name="i...
asked by 09.12.2014 / 12:25