iPox Remix - General Theme Answers
iPox Remix has generated a lot of interest in themes, but there are many unanswered questions out there. Here are a few that have come across my email.
1. How do I use a different image/skin for the menu bar and the bar with the address box?
The main menu bar with File, Edit, View ect. can be themed with this code:
#toolbar-menubar {
background:red;
}
#main-menubar {
background:none;
}
The URL bar can be themed with this code:
#nav-bar{
background:red;
}


In order to create custom buttons and imagery for your Firefox theme, you’ll need some graphics skills and a program.










