I am much confused that how can use a sliced banner in WordPress. I have a psd file and have done some slicing and added a few links on it. The psd is for banner image in header. When i save it for web, it divides the psd file to sliced peices.
The problem is, WordPress Allows single image as banner, How can I use slice psd file as banner
sorry for bad english or quality of question. Although i am at trouble while thinking and doing about it..
Guide me Please
What you want to do is not too difficult.
You can create separate containers for each part of the header image inside the header.php file.
Give them each an id or a class so you can style them with CSS in your style sheet.
That way you can position them individually and control where your links are.
If you are new to CSS or altering wordpress, this is a good time to learn.
For this project you will need to understand absolute positioning, relative positioning,
z-index, background-image property, img element, and the CSS box model for your divs.
These are concepts you can learn quickly. The CSS cookbook is a good reference to work with.
MOST IMPORTANT: make a back-up copy of your theme and database before you start changing things. Seriously.