foax_19 Posted March 24, 2008 Share Posted March 24, 2008 Hi, I want to change the column below, i want to have a background image instead of a colour. How is this possible. Can anyone help.. Thank You. Link to comment Share on other sites More sharing options...
arietis Posted March 25, 2008 Share Posted March 25, 2008 Hi, I want to change the column below, i want to have a background image instead of a colour. How is this possible. Can anyone help.. Thank You. you would need to change your style sheet. look in stylesheet.css for an entry called 'TD.headerNavigation' and remove the 'background:' setting and add a 'background-image:' setting. if you need more reference material on style properties, you can go here http://www.devx.com/projectcool/Article/19813 Link to comment Share on other sites More sharing options...
foax_19 Posted March 25, 2008 Author Share Posted March 25, 2008 I dont really understand what are background settings and what are background image settings, can you tell me the setting please. What to change and what to add.. Link to comment Share on other sites More sharing options...
arietis Posted March 25, 2008 Share Posted March 25, 2008 I dont really understand what are background settings and what are background image settings, can you tell me the setting please. What to change and what to add.. take a look at the link i included in my last post and then look at the stylesheet.css file under the definition of 'TD.headerNavigation' - you should see what i mean. the 'background:' setting sets the background color the 'background-image:' setting sets an image to use as the background for the element. if you don't understand css you might want to do a little studying on the subject before you start making changes. there are lots of web sites that can help you. you will also want to save a copy of your stylesheet.css before you make changes, just in case. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.