Questions tagged as 'css'

1
answer

Create a div that contains other divs inline

I need help creating a div that can include other horizontal divs. The goal is to create a space at the top of the site header. Can someone help me? <div id="header"> <div class="top_header"> <!-- SEL...
asked by 14.05.2016 / 22:36
4
answers

I can not center an ul inside the div

Hello! I can not centralize an ul inside the div CSS.menu{clear:both;position:relative;width:100%;}.sessoes{width:1000px;margin:0auto;}.menuNav{width:100%;text-align:center;background-color:#3E4095;}ul.menuTopo{text-align:center;}ul.menuTopoli{...
asked by 04.05.2016 / 22:50
0
answers

Div gets cut when window size changes + css

I do not know how to look for this on the web, until I ask the question is difficult, what happens is that I have a div on the screen with background = red eg the screen being expired becomes beauty, when I give a resize in screen and I return t...
asked by 05.05.2016 / 14:24
1
answer

change color after a page was visited using Bootstrap

It seems that doing this does not have an effect: a:visited{ color: #red; } Is there another possibility of knowing which page the person has already visited? I'm using php     
asked by 05.06.2016 / 06:06
1
answer

how to set a minimum resolution

I'm building a system in php for box control. It will be a computer-only system, meaning you will not be responsible. I created the menu, the information of the boxes and etc ... It's all 100%, but I noticed that on some computers with low...
asked by 10.05.2016 / 18:44
0
answers

Transform defined dimensions in percentage to pixels using jquery

At first I want to apologize for the typical beginner question. But I'm all day trying to find in pixels the dimensions of a certain element of my page but I can not. $(document).ready(function () { $altura = $('#webcam').height();...
asked by 26.04.2016 / 17:58
0
answers

CSS3 2 Problems

Let's start with the codes CSS @charset "utf-8"; /* CSS Document */ * { margin: 0; padding: 0; } body { background-image:url(../../_img/fundo.jpg); background-size:cover; background-attachment: fixed; } ul { list-style:non...
asked by 03.05.2016 / 15:07
0
answers

Help with CSS for Iphone on site

I'm posting to a colleague of mine. His site: www.consultapelaplaca.com.br has a BG image of passing cars. This image does not appear on Iphone / Safari, leaving a completely gray background. The funny thing is that basically the same CSS...
asked by 27.05.2016 / 16:46
1
answer

How to do a Jquery that when selecting a radio button, I change the items of a select?

I'm creating an html site and I'm still a bit new to it. I'm doing a store registration screen. My problem is: when selecting a radio button, I want it to change the select (combobox) data. Example: Radio Button Institution, I want it to show in...
asked by 04.05.2016 / 23:00
1
answer

Can not read property 'nodes' of undefined

I'm getting the ERR below when trying to implement a styling in my project with Stylus . The same goes for background: url(...); and I think for any other related attempt. I found in Github some similar problems, but none of the so...
asked by 22.04.2016 / 05:05