Questions tagged as 'css'

1
answer

Content with code points (entity) or unicode characters

At w3schools has the reference of all the characters - special, symbols, alphanumeric. I did not understand the purpose of having this representation of the characters. In the example below the output is the same, it only changes the entity....
asked by 22.06.2017 / 04:17
1
answer

How does the Position property work? [duplicate]

I have read about the position property, but still can not understand its purpose. The absolute and relative values did not enter my head. I also wanted to know when I should use this property.     
asked by 22.12.2016 / 21:54
1
answer

Change color of selected item - select option

I have the following select . Is it possible to change its blue color to one that I want to apply, for example red?     
asked by 07.05.2015 / 19:39
2
answers

Why does not this menu work in the mobile version?

I was looking for menu templates / layouts and found that pretty cool, but when I passed google to the cell phone view when I clicked on the menu the 1st ball would come and go, instead of coming all of them and staying there until I clicked t...
asked by 05.05.2015 / 21:37
4
answers

Increasing modal size using bootstrap and html

I have a certain modal responsible for displaying some content of the site, however the content can not fit the modal screen, it always stays the same width regardless of the content ... how can increase the size of a modal? code being used...
asked by 08.03.2017 / 18:59
2
answers

Child element margins leaking to the parent element

I did not find in the community anything that clarified my doubt, so let's go! In the example below, I do not know why water loads, the margin property of the elements p and h1 exceed the limit of the parent element....
asked by 06.10.2016 / 16:04
1
answer

How do I access elements of an iframe from an external page?

I need to access an id that has inside an external page that I'm rendering in an iframe on my site. Permission error is occurring. How do I resolve this? This is the link on the page: link Fiddle: link Observe my X-Frame-Options....
asked by 20.05.2014 / 17:27
1
answer

Input [number] accept only numbers in Firefox

How do I make the input [number] field accept only numbers in Firefox? In Chrome, Opera and Edge works perfectly, but in Firefox the [number] field accepts letters and spaces. <inputtype="number" name="EstoqueProd[]" class="form-control"...
asked by 01.11.2017 / 15:27
1
answer

Organizing photos in multiple frames

I wanted to make this effect from the image below. Here img.fotosC { margin: 5px; } img.fotoLat { width: 17%; } img.fotoCent1 { width: 10%; } img.fotoCent2 { width: 40.5%; } <div id="ContCentral"> &...
asked by 14.11.2018 / 19:10
1
answer

How do you get the mouse position relative to the page?

I have a menu that opens when I right-click on the table. The problem is that I could not get the mouse position when the page has scroll. I noticed you're getting Y X based on my monitor, and I need to get it based on the size of the page...
asked by 15.04.2016 / 21:09