Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

ASP.net Background size in pixels

Hi

I am creating a gradient background in Photoshop for my ASP.net screen background.
What width and height in pixels should I use for the standard ASP.net background?
The image I am creating will be specified as Green1 in Site.css


/* DEFAULTS
----------------------------------------------------------*/

body  
{
    background: #001E00;
    background-image: url('/Resources/Green1.jpg');
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

Thanks