How to create a background like the example attached

GK User
Thu Sep 01, 2011 1:01 pm
Hello:


I would like to have a background of the site the way you can see in the file attached. How can I do that? Thanks
gavick.jpg
User avatar
Junior Boarder

teitbite
Fri Sep 02, 2011 9:58 am
Hi

Please try add this code to css:

Code: Select all
#gkPage {
    background: none repeat scroll 0 0 #FFFFFF;
}
User avatar
Moderator

GK User
Sun Sep 04, 2011 9:44 am
works fine... thanks
User avatar
Junior Boarder

teitbite
Mon Sep 05, 2011 5:46 pm
Hi

No problem. Glad I could help.
User avatar
Moderator

GK User
Tue Oct 11, 2011 9:38 am
Hello:

For the joomla 1.5 version how can I do to have the same background effect? Thanks
User avatar
Junior Boarder

GK User
Tue Oct 11, 2011 10:01 am
Try below:
Code: Select all
#gk-page {
    background: none repeat scroll 0 0 #FFFFFF;
}
User avatar
Platinum Boarder


cron