Questions tagged as 'css'

1
answer

CSS conflict in index

I have the page below with an error of css : link In it it has a div with classe top and within that div I have 3 div's : <div class="topo"> <div class="topoTel" id="topoTel"><img src=...
asked by 06.11.2017 / 18:10
0
answers

CSS Ionic 1 works correctly on Android, but not on iPhone OSx

My layout, some things in it, work great on Android with Windows. Switching to Mac OSx, creating the project and copying everything. When I scroll like ionic server or ionic server --lab Both are left without my CSS applied correctly....
asked by 26.10.2017 / 16:32
2
answers

CSS misaligned image

When I put an image in the upper right corner of my page, the image on the bottom left side misaligned and went down. Image below before placing the images in the upper right: Imageafterplacingimageinupperright: HMTL:<divclass="contain...
asked by 26.10.2017 / 16:53
1
answer

Demystifying the Veritcal-align ... in which display does it work?

No, the question is not repeated ... In other questions, I saw gambiarras to align the text vertically using margin, padding, etc. And I saw as a possible solution, change to display: flex, position: relative etc. But if I need the disp...
asked by 27.10.2017 / 18:51
0
answers

Routing of html with iframe

I have an application that serves with a HELP for the system, that is, the user clicks on the question mark and instinctively opens a new tab with that HELP direct on the equivalent page, however, since it has its paths treated with iframe/Ja...
asked by 01.11.2017 / 17:38
1
answer

Accessibility - More than one CSS on the site

I will develop a site for an institution for the visually impaired. Many of them, will access the site, and for each user with specific problem, I have a different CSS, which only changes the colors d fonts and some elements. $('#cor1Selec...
asked by 03.11.2017 / 17:02
1
answer

Hide a div when another one appears on the screen?

I'd like to hide a div when another appears on the screen. The div I want to hide has position: fixed , that is to say it accompanies the scroll of the page, however, in the footer has a part similar to this div and I would like...
asked by 19.10.2017 / 13:00
0
answers

Code optimization

I have a UL automatically generated through a SELECT OPTION . In the architecture I created, I have a LABEL that takes the SELECT first OPTION . This LABEL will also be responsible for receiving click that will open the UL below...
asked by 11.10.2017 / 16:06
1
answer

JS / jQuery - Multiple tasks at a button

I'm inserting data from a json file into an html div, content is added from a button. everything is working! I just want to replace the contents of the div with each click of this button. ex: 1) First click: the name of person 1 is display...
asked by 28.10.2017 / 19:36
0
answers

CSS doubt, placeholder

I have this following login page: link It's simple the way I expected, but when I enter any information in the fields (input), the placeholder goes back to the fields when I go to the next field, how could I solve this?     
asked by 29.10.2017 / 19:43