is it possiable to colorize ea navagation block diffrent colors ?
is it possiable to colorize ea navagation block diffrent colors ? |
hmmm guess no one knos lol |
Yes, using CSS. Are you talking about the navigation menu? A little reading on CSS can provide this. For example, you can use CSS to make each odd row of a table a shade of grey. Making each one a different colour might be a bit trickier. I have not played with this so can not give a discrete answer on how. You might need to add in some javascript or jquery. I created a custom service menu with icons; it uses the standard service menu but I edited the template file. I use CSS that ties in with the name of the menu item to know which icon to pull out and display, complete with rollover. A lot is possible with a bit of research. Geeks, making the world a better place |
well what im wantin ta do is the area where : Home,people an so forth is, wanna make 1 of the block a certain color |
If you want to play with the code, I think the file you want is /templates/base/scripts/BxBaseMenu.php. If you are using custom templates, copy that file to your custom template and edit it there. There is no way to do what you want to do in the menu builders; or at least not to my knowledge. Someone might have an easy solution but the menu is inserted into the template as a whole. Geeks, making the world a better place |
k, i'l check that outan see what happens , Thanks fer yer help :-) |