Tagged Questions

The third and latest edition of the Cascading Style Sheets styling language (often shortened to CSS3) brings together powerful visual capabilities and versatile design manipulation techniques. Since not every feature of CSS3 is supported by all major browsers, and since most CSS2 properties and ...

learn more… | top users | synonyms

1
vote
0answers
7 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
0answers
8 views

Sidebar until bottom in HTML

My friend is working on his website, but he has a problem with his sidebar. He wants the sidebar to go until the bottom of the page and not the bottom of the visible part in the browser. Here is the ...
1
vote
1answer
8 views

multiple css transforms

In CSS3, how can I apply more than one transform? Example: In the following, only the translation is applied, but not the rotation. li:nth-child(2) { -moz-transform: rotate(15deg); ...
0
votes
3answers
16 views

ul li tag position

I have two set of lists which is displaying one by one. I need them to display side by side like the following image. I couldn't make any changes in the html code. I have to fix this using css ...
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 ...
0
votes
2answers
21 views

Dynamic Div or assigning multiple functions to a Div in CSS/HTML

I'm relatively new to Web dev. The question is generic, but I'll pose specific user-cases. Use-case 1: I have a div element on a web page. When the page loads the first time, this div runs a small 5 ...
0
votes
1answer
37 views

div stretched inside table cell overflows vertically

The basic problem has been raised many times in this forum but never satisfactorily answered, IMO. How to stretch a div within a table cell so that it fills the cell (vertically, horizontally or ...
0
votes
0answers
10 views

Change dragging cursor

How to change cursor when dragging using only CSS? div:active{ cursor:move; } This won't work because it will be automatically changed by the browser to a text cursor when dragging. So how? ...
0
votes
0answers
5 views

CSS3PIE Background Fading Background Color

I have configured css3pie on my drupal website http://tinyurl.com/cyfxly4 for corner radius on ie 8 and 7 it works fine but its fading the background color. I have not define any transparency command ...
0
votes
2answers
24 views

Can compass/coffee do this? Another approach?

What I want to do is use css3 for buttons if the browser supports gradients and rounded corners, and if not, use set graphics. I have compass and coffee at my disposal.
0
votes
1answer
17 views

Text Stroke and Shadow CSS3 in Firefox

Hey guys I was wondering if there was a way of adding a stroke and shadow to text, I can get it working in Chrome and Safari as webkit supports text-stroke and text-shadow. I can get the stroke to ...
0
votes
1answer
12 views

Safari Image Size Auto Height CSS

I am testing this problem in the latest version of Safari for Windows 7. The problem is that this code works in all other browsers BUT safari: <style type="text/css"> .userImg { height: ...
0
votes
2answers
13 views

does IE 10 preview version support CSS 3d transforms like rotateX

I found that IE 9 does not have this support while chrome,safari do have it. Can someone tell if the support for features like rotateX and translateZ has been included in IE 10 preview version.
0
votes
1answer
20 views

JQuery Mobile, Bootstrap and CSS3 Media Queries, what combination to choose

JQuery Mobile, Bootstrap and CSS3 Media Queries What combination to use To have an UI Framework we all should use something like Bootstrap. To develop for Mobile I need something which makes it ...
0
votes
1answer
7 views

table floating over container's inner shadow

Ok, say I want to place my table inside a container with inner shadow, to make it look like it's deep inside a box or something like that. The problem is, when I give my table cells a background ...

1 2 3 4 5 387
15 30 50 per page