CSS (Cascading Style Sheets) is a language used to control the visual presentation of HTML and XML documents including (but not limited to) colors, layout and fonts.

learn more… | top users | synonyms (10)

0
votes
0answers
5 views

Why is my <p> element's animation out of sync?

Please see the demo below. I have a widget on the right of my page which has a ul element with three li elements inside. The animation was already coded by the theme being used and is computerized. ...
0
votes
1answer
12 views

Center an iframe horizontally

This piece of code effectively centers the iframes but on their left edge not their center. <!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> ...
0
votes
0answers
7 views

How to make wordpress theme resposive through CSS?

I have a wordpress theme already installed and want to convert it to responsive\fluid theme design. I researched alot and find out different ways, which are: 1. Using media quieries. 2. Change the px ...
0
votes
0answers
7 views

Why doesnt my javascript trigger the different css3 animation delays Internet Explorer 10?

document.addEventListener("DOMContentLoaded",function(){var e,t=document.querySelectorAll("div.bounceInDown");for(var ...
0
votes
3answers
28 views

Assigning dynamic <div> unique ID when they are created

This is related to dynamic div creation. I wanted to create an animation in which an object(bird) fly from ground to the sky (the background image-wrapper div). The bird is used as the child div of ...
0
votes
1answer
12 views

Parsing CSS files using RegEX

I'm messing around with CSS files, and I'm trying to traverse through a CSS file using PHP. What I'm looking for is capturing any image path within a url() selector, using regex (any faster ways you ...
0
votes
0answers
14 views

Error in parsing value for 'bottom'. Declaration dropped

I'm trying to make one test page http://www.numberednotes.com/NNjsonSongtest1.php work like another one I have http://www.numberednotes.com/jsonsongdemo.html. The "note numbers" are supposed to scroll ...
0
votes
1answer
21 views

border, padding property of <option> in google chrome

.sbHolder option { border-bottom : 1px dotted #515151; outline : none; display : block; outline : medium none; padding : 5px 0 5px 3px; } This working properly in mozilla ...
0
votes
3answers
24 views

Positioning a div within a parent div using auto margin or %

I was under the impression that when using % or auto for margins on a div contained within another div the position would be calculated in respect to the parent div. So if I have a div with height: ...
0
votes
4answers
17 views

Scroll table-content horizontally but keep the row-headers in place

I'd like to create a table with row-headers. This table will most likely have too many columns to fit the screen (especially on mobile devices). As is has even more rows I can't swap rows and columns. ...
-1
votes
1answer
26 views

Best solution with twitter bootstrap

I have a design that I want to translate to html/css with twitter bootstrap. I know how to do everything except the header. What would be the best solution to make this in twitter bootstrap? I can ...
1
vote
1answer
19 views

Align text to the bottom of a div

I tried to align my text to the bottom of a div from other posts and answers in stackoverflow I learned to handle this with different css properties. But I can't get it done. Basically my html code is ...
0
votes
1answer
30 views

Div's Height and Width issue?

is it is necessary to give the height and width to the div when we can manage it without these two portieres. for example we have a div which contain and img tag and the div can automatically takes ...
-1
votes
1answer
30 views

a[title] not showing expected result

I am trying to apply styling to just one anchor in a html document. However, I have tried a[title] to try and apply css styling to just that one element, but nothing happens. Why would this not work. ...
2
votes
1answer
28 views

HTML - How to keep semantically correct <article> placement with scattered containers?

I'm building a HTML document that is supposed to be semantically correct. Therefore, <aside> that is related to the website (i.e. sidebar) should be placed outside <article> and ...

1 2 3 4 5 9245
15 30 50 per page