For the "loading" screen, how about using a different gradient
background, e.g. a 1px wide, 1200px tall one, like the png attached in
the zip.  Then use some css like this:


Code:
--------------------
    
  .page {
        background-color : #00918D;
        background-image : url(images/1pxW_background.png);
        background-position : top;
        background-repeat : repeat-x;
  }
  
--------------------


Would something like that work?  The current background weighs in at
>26kb and this 1px gradient weighs in at 328 bytes.


+-------------------------------------------------------------------+
|Filename: 1pxW_background.zip                                      |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=5814|
+-------------------------------------------------------------------+

-- 
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=51742

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to