[ADDON] CSS3 Progress Bars (with eyecandy)
- doktornotor
- BBCoder IV
- Posts: 167
- Joined: 14 Sep 2011, 23:20
- BBCodes: 30
- Favourite MOD: Thanks for Posts
- Contact:
[ADDON] CSS3 Progress Bars (with eyecandy)
Maybe Steve Jobs hated progress bars?
Seriously, you should bug the Chrome upstream, especially if something does not work on a specific platform.
http://www.google.com/support/chrome/bi ... swer=95315
Seriously, you should bug the Chrome upstream, especially if something does not work on a specific platform.
http://www.google.com/support/chrome/bi ... swer=95315
Support requests via PM go straight to /dev/null!
-
- BBCoder III
- Posts: 76
- Joined: 28 Nov 2011, 21:27
- BBCodes: 23
[ADDON] CSS3 Progress Bars (with eyecandy)
Wait - does it work on your PC?
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
[ADDON] CSS3 Progress Bars (with eyecandy)
It works fine on chrome +linux
- doktornotor
- BBCoder IV
- Posts: 167
- Joined: 14 Sep 2011, 23:20
- BBCodes: 30
- Favourite MOD: Thanks for Posts
- Contact:
[ADDON] CSS3 Progress Bars (with eyecandy)
Yes, it does work perfectly fine on Chrome 15+ both under Windows and Linux, did not bother with testing older ones.Flamingdevastation wrote:Wait - does it work on your PC?
Support requests via PM go straight to /dev/null!
[ADDON] CSS3 Progress Bars (with eyecandy)
Open:
Edit: sorry i understand why (that's because i've the old version)
includes/functions_forum_goals.php
in your install but i don't have this file ?Edit: sorry i understand why (that's because i've the old version)
[sigimg]http://www.graphogames.fr/images/signat ... ybirds.png[/sigimg]
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
[ADDON] CSS3 Progress Bars (with eyecandy)
FTH wrote:Open:includes/functions_forum_goals.php
in your install but i don't have this file ?
Edit: sorry i understand why (that's because i've the old version)
i did post it only works on the new version
[ADDON] CSS3 Progress Bars (with eyecandy)
Open file
Find :
Add after :
Now stripes works under Opera
styles/prosilver/theme/forum_goal.css
Find :
Code: Select all
background-image:
-moz-linear-gradient(
-45deg,
rgba(255, 255, 255, .2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, .2) 50%,
rgba(255, 255, 255, .2) 75%,
transparent 75%,
transparent
);
Code: Select all
background-image:
-o-linear-gradient(
-45deg,
rgba(255, 255, 255, .2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, .2) 50%,
rgba(255, 255, 255, .2) 75%,
transparent 75%,
transparent
);
[sigimg]http://www.graphogames.fr/images/signat ... ybirds.png[/sigimg]
-
- BBCoder III
- Posts: 76
- Joined: 28 Nov 2011, 21:27
- BBCodes: 23
[ADDON] CSS3 Progress Bars (with eyecandy)
Hmm... Doesn't work for Mac. Well, most people use PC's so I don't have much to worry about. People that do use mac probably use Safari. So there's not really a problem. Thanks alot!
[ADDON] CSS3 Progress Bars (with eyecandy)
Works on my Safari (but Safari for windows, i've not Mac)
[sigimg]http://www.graphogames.fr/images/signat ... ybirds.png[/sigimg]
- doktornotor
- BBCoder IV
- Posts: 167
- Joined: 14 Sep 2011, 23:20
- BBCodes: 30
- Favourite MOD: Thanks for Posts
- Contact:
[ADDON] CSS3 Progress Bars (with eyecandy)
Updated to 1.0.3 in the first post.
Support requests via PM go straight to /dev/null!