Questions tagged as 'css'

3
answers

Ul list with dynamic width independent of items

I have a list with several blocks, I would like the width of the UL to be dynamic, if I delete a <li> the size of the accompany list without breaking the alignments, it needs to serve 1 block, 3 blocks, 6 blocks .bloco { b...
asked by 10.02.2017 / 12:44
2
answers

How to align an image to the right with in CSS and HTML?

@charset="UTF-8"; @import url('https://fonts.googleapis.com/css?family=Krub'); @import url('https://fonts.googleapis.com/css?family=Varela+Round'); /* CSS Document */ header { width:1900px; height:100px; margin:auto; backgroun...
asked by 30.10.2018 / 16:04
3
answers

Footer is not positioned at the bottom of the page

My css: #rodape { position:absolute; bottom: 0; } .RodapeFaleConosco { float:right; } .RodapeTermoPolitica { float: left; } Now my code in jquery to load html str += '<div id="rodape">'; str +=...
asked by 07.05.2014 / 00:38
2
answers

Listing in PHP when clicking button and displays more results that does not hold CSS?

I've created a listing that displays 6 results and below I have a "Show more" button that calls another query that displays 4 results. However, the results of this last query does not maintain CSS. Appears misaligned. ThecodeIhaveisthefollowin...
asked by 11.05.2016 / 15:14
3
answers

Change the theme of a site

I need to create themes for my site, when I enter the site the person clicks a button to switch to the chosen theme, but clicking the button has to change beyond the css, the images contained in the site (which in the case are the images of the...
asked by 20.08.2014 / 20:29
3
answers

Refresh page automatically?

I have a web site, and I make constant updates. But after these updates on the server, the site does not update itself on the devices / desktop, I need to press CTRL + F5 to update. The problem is that not everyone will give CTRL + F5 befo...
asked by 05.02.2018 / 15:59
1
answer

Difference between position absolute and position relative [duplicate]

Briefly what is the difference between position: absolute and position: relative in CSS?     
asked by 30.01.2017 / 13:47
4
answers

Div occupying the entire page height

So, I'm developing a system here that opens a modal to edit an information ... The modal opens a DIV background that only takes the size of the screen, if I scroll down this background div is cut. > I will post images to understand. This is...
asked by 03.01.2017 / 19:26
1
answer

make part of my zoom div, is it possible?

Suppose I have an overflox: hidden div and I put a background image in another div that is inside it. The image occupies the entire background of the div, but I want the image when it is between 40-60% of the width of the div to be stretch...
asked by 04.12.2018 / 20:27
1
answer

Change css by name / url (No ID or class)

I would like to know a script that when viewing link and name in the html page changes the style ... I need to get a script that gives me some links and names of comments or just one of 2, I would need a place in this script for me to put my...
asked by 13.06.2017 / 17:20