Questions tagged as 'css'

3
answers

How to fix the position of an element inside a div with scroll (com css)

Is it possible to fix an element (div, img, p) in a div with scroll and with position:relative and using css only? * Currently I reposition the div using the $('elemento').scroll() function and calculating the scroolTo...
asked by 16.05.2014 / 22:35
2
answers

Change div height according to screen size and adapt when adjusting

Hello, I'm trying to adjust the height of my divs as the div that has the largest text, when the page loads, works normal, but when I change the screen dimensions, it does not work. HTML <div class="info"> <p cla...
asked by 19.06.2016 / 02:49
1
answer

Rotate objects around the specific CSS axis

I would like to know how to rotate an object (div) around the axis of another object (another div). My problem is this: I have a larger circle and 5 smaller circles located in the part below them, each circle is a div. Ineedtoclickonanyofthe...
asked by 01.07.2016 / 15:27
2
answers

How to make a fixed and retractable baseboard similar to the Earth Portal Economy page?

I have the idea of building a fixed footer on the page similar to the portal Terra de Economia. Such functionality will allow me to expose a chat in this space. I like the Earth solution because it is possible to retract the object and still...
asked by 19.03.2014 / 13:51
1
answer

How to adjust navigation arrows

I need to adjust navigation arrows of a page that I have, but all the changes I make can not get it right, I need to initially make them larger and set the size to 36px by < in> 34px , the size was correct, but I can not seem to keep the arrow...
asked by 29.01.2015 / 11:31
1
answer

Problem with clickable area of links in a diagonal layout

I have the following problem: I have ul and in each li there is a link with display block and height and width defined. I called the three links of #a1 , #a2 and #a3 (actually, the styles are applied with...
asked by 22.01.2015 / 15:06
4
answers

CSS transitions in expandable menu

Having an expandable menu how to use the CSS transition to open / close at the same time the part that is open and the part you are closing? The problem does not arise if the menus are the same size (example) , but when the size is diff...
asked by 11.12.2013 / 20:01
1
answer

Doubt about page width, display none and size (MB)

Is there an ideal width for a web page? When we put an image with display: none , does the image load with the page load or when we click on it? What size (MB) is considered "light" for a site?
asked by 15.01.2016 / 23:30
2
answers

Eclipse is not recognizing CSS from the project with JavaFX

My project with JavaFX simply stopped recognizing my .css and the following error appears: An error has occurred. See error log for more details. java.lang.NullPointerException No error log appears as follows: Problems occurred when invok...
asked by 06.10.2015 / 01:00
2
answers

How can I centralize my form within my div?

I'm trying to centralize my search form in the center of my div but I'm not getting any property in css that does this without the need to ganbiarra? here is the development page index.html <html> <head> <meta...
asked by 06.06.2016 / 20:59