Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I would like to apply new styles for the blocks that appear on right. I am using interlaced theme as learning since i am more familiar with css than php. I see the following code but using this can I apply individual block level styles.
If this theme will not let me can you point me to a resource
I'm after installing phpTemplate v1.0 on drupal 4.5.2. I then installed a few themes. All the phpTemplate themes have a problem with the menu links
All the links are corrupted by an extra ?q= in the URL
Home -> ?q=?q=
(i.e. <ahref="/?q=?q="title="Return to the main page.">)
similarly for all other links, an extra ?q= is prepended to the link, thus none of them work.
Its just this top horizontal menu that has this problem. The user menu works fine.
I've tried both using CSS and Javascript and can't figure out how to create a rollover images for a custom menu background with phptemplate themes. I tried this in css
background: url(menuback.gif) and also tried providing the full link to the image but no image shows up. I was able to change the background to red just using background: red so I know I had the right ID.