Questions tagged as 'css3'

3
answers

Error while centering ul in div

I have the html below and your css. As much as I try, I can not centralize the list ul in the div. This ul brings data from a survey to the bank. Where am I going wrong? HTML <div class="divListaItens"> <ul class="listaRegistro...
asked by 13.04.2016 / 20:24
2
answers

Reset disturbing to centralize

I have a problem and a bit of shame in asking for help. Today I still had a similar problem in: Error centering ul on div However, I solved only by doing margin:auto in div and centering ul. Now the problem is the revers...
asked by 14.04.2016 / 01:20
1
answer

@media (max-width: 320px) does not work on Android

I'm using @media (max-width: 320px) does not work on Android , only on Windows Phone . What to do in this case? html : <button class="menuAbrir"><img src="_img/btn-menu.png" width="50px;" title="Abrir M...
asked by 12.04.2016 / 17:00
0
answers

Site appears unconfigured when it goes to the hosting

Hello, I'm creating a website, I've actually already been in the testing phase, it was normal when it was locally tested, but when I passed it to the host, it simply failed to configure the sliders. Sliders HTML looks like this:...
asked by 15.03.2016 / 13:09
0
answers

Problem with image size and position: fixed

I can not put these large images with neither position fixed. They change in size when I try and the page deforms. link .container-fluid { background-color: #E6E8FA; } #myname { background-color:#B0C4DE; font-family:Pa...
asked by 08.03.2016 / 18:16
1
answer

problem with window.onresize ()

I'm creating a responsive dropdown menu using the same html structure (without creating a structure larger than 1024 and one less than 1024), by clicking on the dropdown menu icon ul ul appears, but if I leave the open menu smaller than 1024 and...
asked by 14.03.2016 / 19:25
0
answers

CSS3 Border Radius and Background in IE 11

Hello, I'm facing a problem with border-radius and background in Internet Explorer 11, it places a slight white border, in this case, it stays on top of the border-shadow, however, if I take the box-shadow effects , an almost white blue shadow re...
asked by 04.03.2016 / 19:10
2
answers

How to set Auto Adjustment background? [duplicate]

How to put auto-adjustable background to the screen? I put it like this in my body but when I enter the cell phone it cuts the background, only stays where it has an element. body{ clear: both; background:url(../img/backg...
asked by 13.01.2016 / 20:02
1
answer

Responsive site, when resizing the elements go to the bottom of the page

The page has only one photo in the center and some texts. I added a Media Query so that when the viewport is less than 700px it magnifies the images, maaas as I decrease my screen, it explodes ... and drops down to the bottom of the page. Whe...
asked by 04.12.2015 / 21:04
0
answers

Horizontal menu does not use 100% of space

Personal I'm making a simple horizontal menu and divided the columns in percentage so that the last column is not breaking the line. I need the menu in this way because it will be responsive. HTML: <nav style="margin-top: 20px; border-...
asked by 24.01.2016 / 23:52