I have designed a template in photoshop i have attached the lay out of the template, now i am unable to css it, i have no idea how to make the paper effect in CSS i make the files transparent and save it to png but the images don't overlap on each other, any idea ?? The tickets like things are buttons and i want a white shade on hover as shown on button 2 from left. here is the link to image is http://img218.imageshack.us/img218/8083/eventpage.png as i was unable to upload my image so i put it on image shack
You will need to use javascript to replace background images when you highlight a specific link. So when you mouseover link A, then it will have a corresponding background image that will make link A look highlight in the background image.
Not 100% true... Replacing images can be done with CSS too... :hover property In this case it will be a bit tricky because of the overlaying graphics. But tbh I would not go for such a massive "template". It will result in a slow loading page...
Not 100% true... Replacing images can be done with CSS too... :hover property In this case it will be a bit tricky because of the overlaying graphics. But tbh I would not go for such a massive "template". It will result in a slow loading page...