What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

HELP! Background Image Advice


mooapo

Well-Known Member
Messages
56
Likes
0
Hello !

I have created a Background for a WordPress Theme using CSS3, and I must say it looks nice. 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.

Below is the CSS3 used :

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;

And this is the CSS3 Image created:

View attachment BG.bmp

Can anyone help me with advice?

Thank you....:)
 
I have never used wordpress nor will I pretend to understand how it works all though I will do 1 day I am sure. But Cant you have an option like *if so youcan have a variety of pages and your browser will pick the best page to use for the viewers browser.

Maybe this is not possible in with wordpress but I do know Browser labs is your friend when it comes to testing how sites look in different browsers. https://browserlab.adobe.com/en-us/index.html

Does wordpress support css styling if so that may be your route
 
I thought the only way to est wordpress was to have something like wamp installed or at least some of the elements that make up wamp.

otherwise you have to upload your whole site to the server. That being said dreamweaver has browser labs as a plugin and will give you the best optimisations for all browsers you set the paramaters at. However once again I do not know about wordpress compatability with this.
 
I do believe there is a plug-in for wamp to go into wordpress.
However I do not use wordpress so i wouldn't know.
 

Back
Top