Thread: about styling
View Single Post
  #1  
Old 30th May 2009, 19:10
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default about styling
here is way to define you're bacground to set it like in blog where you move only main window not the background
it helps if you have cool background but it's too small for page and makes cracks where it repeats
looks realy nice try it !! (maybe easy code but maybe will help someone i was looking for this for a time so don't say it's useles )

put it in root>themes>you're theme name > style.css
replace orginal body with this or edit a bit
PHP Code:
body  {
font-family sans-serif;
background url(pics/youre background name goes here.png);
background-attachmentfixed;
background-repeatno-repeat;
background-positiontop left;
font-size 15px;


Last edited by wMan; 30th May 2009 at 19:28.
Reply With Quote
The Following User Says Thank You to wMan For This Useful Post:
DAKz (14th June 2011)