1
vote
2answers
46 views
CSS rule based on content
Hi SO,
I would like to apply a different style to all anchors containing a specific word. Can it be done in pure CSS? It's ok if it's CSS3-only.
Thanks
0
votes
0answers
29 views
Replace Helvetica Neue with a different font in firefox.
Is there a way to replace the font 'Helvetica Neue' with 'Verdana' in firefox via the userchrome.css, usercontent.css, or user.js? I find this font extremely hard to read without z …
0
votes
1answer
17 views
Is there a way to use a different image for each side of a CSS3 border-image?
On Firefox and Safari, I can use an image for the border with the following CSS:
-moz-border-image: url(shadow_left.png) 0 7 0 7 round round;
-webkit-border-image: url(shadow_left …
1
vote
1answer
42 views
Display a round pourcent indicator with CSS only
Hi all !
I want to create a small round static pourcent indicator in CSS but I can't find the solution.
The squared indicator at left is ok, but so ungly, I want it round !
I h …
0
votes
2answers
70 views
I’m overhauling my blog and … is HTML5 OK?
I'm overhauling my blog (http://gilesvangruisen.com/) and I'm going to be pushing new technologies as much as possible.
I'm a web designer/developer and the browser percentage is …
0
votes
1answer
14 views
What browsers support Alpha channel in colors?
Since I'm always sticking to CSS 2, it was a (pleasant) surprise for me today to find out that CSS 3 supports alpha channels in colors. That allows for a nice range of effects. But …
3
votes
6answers
701 views
Using jQuery, how to find out if CSS selector “input[type=text]” is natively supported by browser?
In my CSS I have a rule that must be applied to all text fields (using the CSS3 selector input[type=text].
I also use jQuery. Some browsers like Internet Explorer 6 does not suppo …
0
votes
2answers
18 views
Horizontal menu with overflow-x:auto
Is it possible to have a horizontal menu that can scroll overflowed menuitems horizontally, but also display the vertical overflow when a submenu is to appear?
0
votes
4answers
110 views
What CSS3 features does Internet Explorer 8 support?
I was trying to find a definitive article on the IE blog but found nothing. I'm building an internal website where the majority of users are using Safari 4 and Firefox 3. Some PC u …
1
vote
3answers
60 views
Passing mouse clicks through an overlaying element <div>
Is it possible to pass mouse clicks through an overlaying element: -
<div style="z-index: 100; background: url('../images/rain.24.png'); width: 100%; height: 100%; top: 0; bott …
4
votes
4answers
166 views
Hidden Features/Properties/Attribute/Tags of CSS3 and HTML
In CSS and HTML world there are always features (Properties/Attribute/Tags) that would be useful in fringe scenarios, but for that very reason most people don't know them. I am ask …
0
votes
1answer
45 views
CSS transform matrices
I'm using the following CSS rules to do a transformation on a simple H2 element, only text inside it:
-moz-transform: matrix(0, -1, 1, 0, 130px, 118px);
-webkit-transform: matrix( …
0
votes
2answers
37 views
Javascript lights out (css manipulation), like in YouTube
How do I use javascript to black out all content except a single html element?
This is Chrome-specific app so CSS3 can be used.
0
votes
8answers
151 views
dynamically change color to lighter or darker by percentage CSS (javascript)
we have big application on the site and we have few links, which are lets say blue color like the blue links on this site. now i want to make some other links, but with lighter co …
1
vote
0answers
14 views
Blacking out content leaving one page div visable
Hiya,
So i am looking to do something like what the apple inspector tool does, but with CSS for a project i am working on.
So, the idea is on a certain page of the site, the site …
