Questions tagged as 'css'

1
answer

update a div without refresh on page, after insertion via ajax

I need to build a new (table-like) structure containing the information that has just been inserted into mysql via ajax without the page being updated. To specify better, I currently have a while that creates the div's from the database's reg...
asked by 07.03.2016 / 22:31
1
answer

Site with Responsive Objects!

I'm developing a website at BootStrap ! It is doing very well to be Responsivo . But the Background is working as planned only on PC's, since it's even cool with it, but by dragging the page the smartphones half goes down, b...
asked by 18.10.2016 / 05:25
1
answer

How to put on site soon?

Good afternoon guys! I have a little doubt regarding the image insertion in an Html page, well, I need to put the logo of a site at the top of the page, but I do not want the white back of the image to appear, I need only the writings, I tried t...
asked by 13.06.2016 / 18:09
1
answer

Problem with ID Selector in CSS

My problem is this: I have a file css , there are 2 types of form, one for contact and another for another type of contact, but forms conflicts that one is unconfigured and the other normal. I did a quick search on how I could fix...
asked by 08.04.2016 / 21:55
1
answer

Change template css [closed]

This Site is template-based and I have access to CSS of it ; but I'm trying to change the color of the background (All white - As attached images) and I do not find in the css where to change ... With this, I would like to help to change the...
asked by 27.03.2016 / 19:30
2
answers

Zooming the site with jQuery

Is there a plugin that leaves the site the size of the screen? When a site opens at x resolution, it stays that size. For example, when I open the site on TV it gets small and I want it to grow in size. I gave an example of what it wou...
asked by 11.04.2014 / 20:11
1
answer

height 100% in div does not work

I've tried everything but my height: 100% does not work what should I do? html, body { margin: 0px; height: 100 %; } .margin - site { width: 615px; margin: 47px auto; background - color: #fff; padding: 10px; word -...
asked by 22.01.2017 / 08:43
3
answers

Soft transition in slider images [duplicate]

I have a div that displays a series of images in your background: <div id="header-slider"> ... </div> In order for the images to loop through I made the following code in JQuery: var imagens = [ 'url(imagem01.jp...
asked by 03.03.2014 / 00:46
3
answers

Animation Parallax and Fade for web [closed]

I've done all movements movements in Adobe's Muse and Edge Animate, but I want to do it on the nail, coding. Any Parallax hints or similar animations on Codepen or Github? I want to do the Stop Scrolling effect. I need to animate my scr...
asked by 05.03.2014 / 21:14
1
answer

How to make an input only accept numbers Binary input type="text" name="number" / [closed]

How do I make this field accept only binary numbers that do not accept 12 or 13 and etc., just numbers 1 and 0, such as 0000111 or 1000 or 11111 ??     
asked by 13.10.2018 / 22:36