CSS, short for Cascading Style Sheets, is a language used to control the presentation of HTML and XML documents. A basic CSS document is made out of rule sets. Each rule set starts with a selector, a pattern that matches elements in an HTML or XML document. The selector is followed by a block of ...

learn more… | top users | synonyms (7)

0
votes
1answer
5 views

Good way to center evenly margin divs within container?

What I'm trying to do is center an x amount of divs within a container, and have a margin on each side of the divs of 14px But, code like this: divs{ display: inline-block; margin: 0 7px; } ...
1
vote
0answers
6 views

Any up-to-date tutorial for the flexbox module?

I know the Flexible Box Layout module spec has changed, and some browsers now implement more than one version of it (using different syntaxes). I've been searching for information, but I can only find ...
0
votes
2answers
8 views

JQuery progress bar - adding Text and changing background color

I am thinking of using the Jquery progress bar to show the progress the user has made in a course. Within the progress bar, I want to show the text Course Progress 70% And I want to change the ...
0
votes
0answers
8 views

CSS custom font vertical offset (bug?)

I use custom font in my CSS with this method: @font-face { font-family: 'Gabriola'; src: url('Gabriola.eot'); src: url('Gabriola.eot?#iefix') format('embedded-opentype'), ...
0
votes
3answers
19 views

CSS: set color for selected row in a table

I need to add the following feature to my table: when the user clicks on a row (selects it), the row is marked with the color #FFCF8B (the same as hover). I tried #newspaper-b tbody tr.selected td, ...
0
votes
2answers
28 views

HTML/CSS - How to make div's fit each other

I'm trying to make my div's fit each other like on pinterest.com. Right now my html/css is like this: <div id="content"> <div class="box">my content, which can be xx px ...
1
vote
1answer
19 views

Drawbacks to line-height without unit?

Are there any drawbacks(browser/device inconsistency...) in specifing line height without unit? Example: body { line-height: 1.5; }
-1
votes
1answer
22 views

Would you please explain me how i can change the drop down list select menu in css.

Would you please explain me how i can change the drop down list select menu. how can i change mouse over color in select option menu in css?
0
votes
0answers
17 views

HTML ready mobile templates

Are there HTML+CSS templates resources (for django) for mobile ready to run? At this time I use my own bored templates (with Jquery UI). Also, any generic resource for mobile forms are welcome.
2
votes
4answers
28 views

Onclick or href which is best for opening an link in button

Which is the best method.To open an link using button <button type="button" onclick="location='permalink.php'">Permalink</button> <button type="button" ...
1
vote
1answer
35 views

multi level navigation

Please look at the image below. Right now I am doing this with a lot of unordered lists - 5 actually. I would like to do it in a single nested ul. I have two problems: how do I create the ...
0
votes
0answers
8 views

Using image for webkit scrollbar - minimum height for -webkit-scrollbar-track-piece?

Using a background image for -webkit-scrollbar-thumb:vertical. Here's a jsFiddle: http://jsfiddle.net/6ESpj/2/ To simulate problem, increase the height in div.inner from 1500px to 2000px. You should ...
1
vote
1answer
13 views

Scrollable DIV in TD works in WebKit, but not in Gecko

I'm working on a school project, and I have to create a simple presentation webpage. The problem is that the webpage doesn't work as expected in Firefox, while in Chrome and othet WebKit browser it's ...
0
votes
1answer
12 views

I want to load only the body of the (Live)source url in in Iframe

I am doing the task of the load only body tag of the source URL in Iframe.No other than it. I have done following code for it. one javascript function Function test(){ var ...
0
votes
0answers
17 views

Upload image and after that crop according to user selected area. Uploaded image not showing with same height and width

In my web application, we have profile image upload. So user can upload the image and after that as i want that image to 1:1 ratio, i am using a jquery plugin called ImgAreaSelect Now the problem is ...

1 2 3 4 5 4993
15 30 50 per page