The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Web Design
> Photoshop Help
|
Help Please ! CSS3 vs IE 9, 8, 7 Issue's
Discuss Help Please ! CSS3 vs IE 9, 8, 7 Issue's in the Photoshop Help forum on Dev Shed. Help Please ! CSS3 vs IE 9, 8, 7 Issue's Photoshop Help forum discussing Photoshop and other Adobe products predating Adobe’s 2005 purchase of Macromedia, including Illustrator, GoLive, LiveMotion, Atmosphere, InDesign and Acrobat.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

May 10th, 2012, 09:23 PM
|
|
Registered User
|
|
Join Date: Aug 2011
Location: Saginaw MI
Posts: 12
Time spent in forums: 3 h 53 m 42 sec
Reputation Power: 0
|
|
Help Please ! CSS3 vs IE 9, 8, 7 Issue's
I have created a Background for a WordPress Theme using CSS3, and I must say it looks nice in all Browsers and IE 10
Code:
background: #040404; background-image: -webkit-gradient(linear, left center, right center, color-stop(.3, rgba(155, 0, 0, .1)), color-stop(.3, transparent), to(transparent)); background-image: -moz-linear-gradient( left, rgba(32, 32, 32, .40) 50%, transparent 50%, transparent); background-image: -ms-linear-gradient( left, rgba(32, 32, 32, .40) 50%, transparent 50%, transparent); background-image: -o-linear-gradient( left, rgba(32, 32, 32, .40) 50%, transparent 50%, transparent); background-image: linear-gradient( left, rgba(32, 32, 32, .40) 50%, transparent 50%, transparent); -webkit-background-size: 4px 4px; -moz-background-size: 4px 4px; background-size: 4px 4px;
.
But as you know IE9, 8, 7 and CSS3 are not friends. So I am hoping to be able to get the same results/looks as I did using CSS3, this while using Photoshop, and/or something else.
This is what I am wanting to create, I have Photoshop, Any advice?
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|