I am trying to understand how and why certain sections within admin extend beyond the actual width I have specified in the parent containers. The header, left block and content in total are 800px, but certain forms and tables in admin stretch beyond the specified size and I don’t understand why. I have looked at the drupal.css but have not been able to locate the problem. I would really appreciate some help.
I'm using taxonomy_theme to allow for different color schemes and site logos on different pages for a simple site. So I copy a theme, re-name it, upload it, and configure it. Some of them show up on my theme list, some don't.
For example a theme named "mhp-blue" works fine, but I copy the directory, re-name it to "mhp-aqua" and it does not show up on the list. I copy and re-name it again to "mhp-purple" and it works.
It seems to be random weather the new theme shows up on the list. Anyone ever seen this before?
Would be _extremely_ appreciative if someone could offer advice on this...
I am trying to create a very simple system to display different navigation menus based on a user's langauge. (I know there are a few modules for multilingual sites, but all are far more complex than what I need, and most seem fairly buggy.)
I have some basic code working (below). It switches the $interface_language variable based on a parameter passed via URL.
I am using Drupal 4.7 and the SpreadFireFox theme. I would like to have any newly created menu follow the same design and format as the Navigation menus. For example, I create a new menu "Products" that contains the three products, "A", "B", and "C". Products is displayed in green text with a horizontal line under it and then the products are listed below the line with bullets next to them. I would like to have this menu displayed like the Navigation menu.