Questions tagged as 'css'

1
answer

Carousel Bootstrap

Hello, I wanted to know how to change these indicators, instead of buttons for texts, follow the code below: <div id="myCarousel" class="carousel slide" data-interval="3000" data-ride="carousel"> <!-- Carousel indicators -->...
asked by 10.02.2015 / 13:43
1
answer

Jsfiddle {"error": "Please use POST request"}

I'm testing this code in JSFiddle and I have the answer:    {"error": "Please use POST request"} Here this code DEMO I followed the code below: Html <!DOCTYPE html> <html lang="en"> <head> <script sr...
asked by 11.07.2014 / 02:12
2
answers

Image Slider with JQuery

I created a small gallery of images using this structure: <div class="slider"> <div class="dest"> <img src="http://www.imagebrowse.com/wp-content/uploads/2013/08/astonishing-aristic-mobile-background-wallpaper-background.jpg...
asked by 03.03.2014 / 23:59
1
answer

Return values of elements without a given class

I have a list with images, and I need to return a value of those images to then assign some commands. The problem is that in some <li> there will be a class named off and needs to be "discarded" from the order. Sample code...
asked by 15.10.2014 / 15:18
1
answer

last item in list li is not down even though it has space

I'm making a very simple website in HTML5 and pure CSS So I created an inline-block list of 4 items and each item is a large square whose sizes have to line up to the header and such. The problem is that when I set the right size to align wit...
asked by 21.10.2014 / 18:17
4
answers

Definition of the "margin-top" in percentage of a "div" works in a strange way

I have a page .xhtml and the first element to be placed is a div ( content ) and I set it to a top margin ( margin-top ) of 30% p> Supposedly, this percentage should be taken from the height of my screen, in my case I have...
asked by 20.10.2014 / 13:26
4
answers

How to space the "fixed title" of a page and the posts?

During the creation of the page, I decided to put a "title" which will have the site name and some tabs for the user to be forwarded; however, it always overlaps the first post: Sinceeachpostislikethis: Using PHP, CSS, or HTML, how can I make...
asked by 16.07.2014 / 03:02
1
answer

Put contour in split div

I'm trying to put a box around my form. So far so good, but now when I want to split the form in half that same box around the form crashes. <div class="formCreate " style="width: 95%"> <div class="divCaixa"> <div st...
asked by 02.05.2014 / 13:57
1
answer

Box in the middle of the page according to resolution

I'm trying to position a box in the middle of the screen and regardless of the resolution the text inside it does not leave the box ... Well, I get two things: to position it in the middle, however when I resize my window, the text goes out of t...
asked by 02.09.2014 / 02:35
2
answers

Change the color of an HTML5 progress element

I need to change the color of a progress bar (tag <progress> of HTML5) with CSS. The standard for Google Chrome looks like this: ButifItrystylingwithcssitlookslikethis: How can I leave the background (the gray and white part...
asked by 30.03.2014 / 14:47