119
votes
5answers
10k views
Convert RGB-->RGBA
I have a hex color, e.g. #F4F8FB (or rgb(244, 248, 251)) that I want converted into an as-transparent-as-possible rgba color (when displayed over white). Make sense? I'm looking for an algorithm, or ...
72
votes
5answers
28k views
Is it possible to combine a background image and CSS3 gradients?
I want to use CSS3 gradients for my background color and then apply a background-image to apply some sort of light transparent texture. Is this possible?
70
votes
12answers
4k views
Would you recommend starting from HTML5 & CSS3 for beginners?
I am a middle school student trying to dive into the world of web designing and developing.
I have been interested in (using) the web since I was little, but now I want to be in the "creating" side. ...
56
votes
13answers
34k views
CSS3's border-radius property and border-collapse:collapse don't mix. How can I use border-radius to create a collapsed table with rounded corners?
Edit - Original Title: Is there an alternative way to achieve border-collapse:collapse in CSS (in order to have a collapsed, rounded corner table)?
Since it turns out that simply getting the table's ...
43
votes
8answers
26k views
CSS3 gradient background set on body doesn't stretch but instead repeats?
ok say the content inside the <body> totals 300px high.
If I set the background of my <body> using -webkit-gradient or -moz-linear-gradient
Then I maximize my window (or just make it ...
36
votes
5answers
1k views
How can I create a “tooltip tail” using pure CSS?
I just came across a neat CSS trick. Check out the fiddle...
http://jsfiddle.net/duZAx/1/
This creates a little arrow/triangle-like effect, a "tooltip tail". This blows my mind! I'm really ...
34
votes
5answers
25k views
Creating a CSS3 box-shadow on all sides but one
I've got a tabbed navigation bar where I'd like the open tab to have a shadow to set it apart from the other tabs. I'd also like the whole tab section to have a single shadow (see bottom horizontal ...
33
votes
4answers
966 views
How to find the background-position / background-image etc for multiple backgrounds using jQuery in Safari
Maybe I'm missing something here.
I'm trying to get the current background info for an element (div) with multiple backgrounds, set using the longhand background-repeat, background-position and ...
33
votes
11answers
763 views
Is there a way to break long numbers (“$100000000”) into more readable triads (“$100 000 000”) with CSS?
I have a page with lots of big number values. Millions and billions of dollars going everywhere. And it is hard to read these numbers, so my client asks me to break them into more readable chunks of ...
30
votes
2answers
9k views
How to define bold, italic using @font-face
I'm looking at the MDC page for the @font-face CSS rule, but I don't get one thing. I have separate files for bold, italic and bold + italic, how can I embed all three files in one @font-face rule? ...
30
votes
5answers
2k views
Why doesn't the percentage width child in absolutely positioned parent work in IE 7?
I have an absolutely positioned div containing several children, one of which is a relatively positioned div. When I use a percentage-based width on the child div, it collapses to 0 width on IE7, but ...
28
votes
2answers
359 views
CSS icon iOS/OSX style
Is is possible to create this effect in CSS3?
I am able to have the rounded corner, the border the background but not the curly effect. Is it possible to have the curly effect in css3?
Thanks
28
votes
1answer
394 views
What does *|* this mean in css
I just saw this: *|*:link with firebug, it's some default styling which firefox appends, but what does *|* mean?
23
votes
10answers
19k views
Gradients in Internet Explorer 9
Does anyone know the vendor prefix for gradients within IE9 or are we still supposed to still be using their proprietry filters?
What I've got for the other browsers is:
background-image: ...
22
votes
3answers
13k views
Box-shadow only on one side
Many times i need to create a shadow of some block element but only (for example) on its right side. The way I do it is to wrap the inner element with box-shadow into an outer one with padding-right ...
21
votes
3answers
16k views
CSS3 Border Opacity?
Is there a straight forward way to make the border of an element semi-transparent with something like say
border-opacity:0.7;
?
If not anyone have an idea how i could do so without using images?
20
votes
6answers
35k views
CSS3 Gradient Borders
I'm trying to apply a gradient to a border, I thought it was as simple as doing this:
border-color: -moz-linear-gradient(top, #555555, #111111);
This does not work, does anyone know what the ...
19
votes
6answers
840 views
What is the least horrible way to center an element with CSS?
I have html that looks like this:
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<!--[if lte IE 8]>
<script ...
18
votes
2answers
433 views
overflow:hidden works in firefox but not in chrome in my file. Why?
I have been trying to play a bit with the CSS3 and build a netscape logo purely out of CSS3 for training.
here is the link:
http://alonbt.com/css3/netscape/
The thing is: in firefox all looks well ...
18
votes
6answers
10k views
CSS 3 Transitions on the display: property
I'm currently designing a kind of css 'mega dropdown' menu - basically a normall css-only dropdown menu but one which contains different types of content. An example can be found at ...
17
votes
1answer
85 views
+100
CSS attribute selector does not work a href
i need to use attribute selector in css to change link on different color and image. but it does not work
i have html
<a href="/manual.pdf">A PDF File</a>
and css
a {
display: ...
17
votes
3answers
4k views
How to target iPhone 3GS AND iPhone 4 in one @media query
I am trying to implement alternate layouts for both the iPad/iPhone and older iPhones as well.
I have established that the best method is to use @media queries from the CSS3 spec,
As such these are ...
16
votes
1answer
82 views
@font-face HattoriHanzoLight does not work
i downloaded the font from this site:
http://www.fontsquirrel.com/fonts/Hattori-Hanzo
and here's my code:
<style type="text/css">
@font-face {
font-family: 'HattoriHanzoLight';
...
16
votes
4answers
776 views
CSS create padding before line-break
Is it possible to add padding before line-break? As in, making from this to this .
Current CSS code:
span.highlight { background: #0058be; color: #FFF; padding: 2px 5px; }
16
votes
2answers
2k views
IE9: Why setting “-ms-transform” works from css, but not with jquery.css()
This works
div{
-ms-transform: rotate(30deg);
}
And following does not
$("div").css("-ms-transform","rotate(30deg)");
Any ideas why, and how to fix it?
Same thing works good on all other ...
16
votes
2answers
5k views
Is @font-face usable now?
I have to use a fancy font in a project but I'd really like to avoid sifr and other ugly alternatives so I'm looking at @font-face.
However, I'm really confused with several blog/sites offering ...
16
votes
4answers
6k views
Is there a way to update VS' CSS validation to 3.0?
I'm getting warnings about CSS3.0 properties like text-overflow. Is there a way to validate against 3.0?
HTML5 and CSS3 support is coming to VS2010 in SP1.
...
15
votes
4answers
912 views
CSS to create curved corner between two elements?
My UI has an unordered list on the left. When a list item is selected, a div appears on the right of it. I'd like to have a curved outer corner where the <li> and the <div> meet. Some ...
15
votes
4answers
1k views
Performance of CSS Transitions vs. JS animation packages
I'm wondering - is there any difference in performance of using CSS Transitions vs. any of the various JS animation libraries? (scriptaculous, scripty2, jsAnim, MooTools, $fx, etc, etc).
I've tried ...
14
votes
3answers
7k views
drop shadow only bottom css3
Is there a way to drop the shadow only on the bottom?. I have a menu with 2 images next to eachother. I don't want a right shadow because it overlaps the right image. I don't like to use images for ...
14
votes
4answers
8k views
Can you add noise to a CSS3 gradient?
Is it possible to add noise to a gradient in CSS?
Here is my code for a radial gradient:
body {
color: #575757;
font: 14px/21px Arial, Helvetica, sans-serif;
background-color: #2f3b4b;
...
13
votes
1answer
157 views
Can I disable the . in an <ol>?
I was delighted to learn that CSS lets me say list-style-type: cjk-ideographic and get my ordered lists numbered 一, 二, 三, 四. Unfortunately, it displays like "一." (2 characters: kanji/hanzi 1, then ...
13
votes
8answers
6k views
Is there a way to curve / arc text using CSS3 / Canvas
I'm trying to curve text this effect using CSS3, HTML Canvas, or even SVG (see image below for example)? Is this possible? If so, how can I achieve this effect?
Update: To clarify: The text that will ...
12
votes
3answers
195 views
Pure CSS triangle with semi-transparent border. Possible?
Is it possible to draw an arrow that has semi-transparent border around it just using css?
Heres a fiddle of my effort so far:
http://jsfiddle.net/calebo/fBW4u/
CSS:
.ui-overlay {
...
12
votes
3answers
321 views
How would you setup a CSS3 fallback in IE for this slanted DIV navigation?
Taken from a tutorial at: http://www.joecritchley.com/demos/slanted-nav/
I can't for the life of me get this to work in ANY version of IE. It only displays the navigation as a normal bulleted list, ...
12
votes
7answers
4k views
Issue with box-shadow on IE9
I'm having a frustrating issue with IE9 and it's box shadow implementation.
I'm trying to simulate a floating modal box type thing.
Here's a summary of the code I'm using which can duplicate the ...
12
votes
3answers
2k views
Is there any possibility to color the html5 progress tag?
Is there any possibility to color the progress tag in css? I tried it. But only width and height is working. I want to skin the color of progression(inner color which shows the percentage of ...
12
votes
3answers
329 views
Is this a bug with CSS3: Rounded corners with CSS3 gradient
I'm running into an issue where the border of an outer div with rounded-corners is getting cut-off by an inner element with a CSS3 gradiet. Is this a bug with CSS3 - if so, I'll happily submit a ...
12
votes
9answers
3k views
iPad css3 animation flickers after keyboard use
I'm developing an app for the iPad using HTML5/CSS3. I'm not using any framework and am just using whatever is natively supported on the device. I have created some css3 animations to emulate the ...
11
votes
1answer
167 views
Calculate absolute dimensions of a div rotated in perspective with css3
lets say we have a div with 500x500px size and we rotate it on the x axis via css 45 degrees considering a webkit-perspective value of 1600px.
How would you calculate the absolute dimensions of the ...
11
votes
5answers
189 views
CSS3: Is it possible to make this shape?
As you might have guessed this image is part of a mail envelope shape which I would like to create with CSS3 if possible. I've made the other parts but this one's tricky. The shape needs both a ...
11
votes
2answers
309 views
How to rotate an element on a line other than X=0,Y=0 and Z=0 using CSS3?
I created this page for better understanding the question. As you can see using CSS3 we can rotate an element around the X,Y or Z axis using transform: rotate[XYZ](M deg/rad).
But I'm looking for a ...
11
votes
3answers
347 views
CSS Alternate Rows - some rows hidden
I'm trying to style a table so that each row is a different colour (odd/even). I have the following CSS:
#woo tr:nth-child(even) td {
background-color: #f0f9ff;
}
#woo tr:nth-child(odd) td {
...
11
votes
7answers
9k views
How can you create a CSS3 gradient in Opera?
I can create CSS gradients in IE6/7/8/9/FF3.6+ and Chrome (see below).
My question is:
How would one create a gradient in Opera?
.gradient{
/*Mozilla Firefox 3.6*/
...
11
votes
3answers
2k views
Select every Nth element in CSS
Is it possible to select, say, every fourth element in a set of elements?
Ex: I have 16 <div> elements... I could write something like.
div:nth-child(4),
div:nth-child(8),
div:nth-child(12),
...
11
votes
2answers
1k views
Is there an “official”/standard CSS3 gradient syntax?
I know there is -webkit-gradient and -moz-linear-gradient. But what is the standard way of defining a gradient?
Like there is: -webkit-border-radius and -moz-border-radius and the standard is meant ...
11
votes
3answers
13k views
CSS3 Gradients to reproduce an 'inner glow' effect from Illustrator with border-radius applied
I am in the process of trying to get my head properly around CSS3 Gradients (specifically radial ones) and in doing so I think I've set myself a relatively tough challenge.
In Adobe Illustrator I ...
10
votes
3answers
93 views
Best way to do curved shadows
For something like this:
What would be the most effective way to do this? Best to do an image, or is there a way to achieve this with CSS without a bunch of hacks/extra markup that I dont know ...
10
votes
4answers
135 views
CSS3 Animate Out of :hover
I'm setting up a simple animation that brings up a little additional information when you hover over an image. The jQuery backup part is written and works fine, though the issue I'm having trouble ...
10
votes
4answers
179 views
Is it possible to achieve this flexible layout without using JS?
What I'm trying to achieve without using JS can be seen on jsfiddle.net/k2h5b/.
Basically I would like to display two images, both centered, one in background and one in foreground:
Background ...