This forum is for assistance with theme development.

Have to refresh IE after each pageload to display correctly

I have my primary links changed to images with unique CSS ids in the lefthand sidebar of my modified B7 theme.

When the site loads in IE 6 + 7 with an empty cache, the page displays beautifully. But when you click on one of the primary links, the positioning of the primary links goes screwy. See this screenshot of the mess.

Click again on the link, or any of the other primary links, and same deal. But hit Refresh and the page is what it should be: screenshot of the fixed.

According to IE's DOM inspector, the missing images load, they are just way up in the upper lefthand corner of the page. What the two images have in common is that they both float around their preceding images. Here is the applicable CSS:

#primary, #secondary {
position: relative;
border: 0;
margin: 0;
_margin: 0;
padding: 5px 0;
_padding: 5px 0;
}
#primary {
font-size: 1.2em;
}
#primary li {
list-style-type: none;
position: relative;
left: 8px;
}
#primary_block {
margin: -5px 0 0 0;
_margin: -10px 0 0 2px;
}
#primary_block img {

}
#primary_events {
width: 186px;
position: relative;
}
#primary_photo_album {
width: 186px;
position: relative;
}
#primary_history {
float: left;

What theme is this?

What theme is this that these guys are using? I like it, but didn't see it on the theme list.

http://www.d20zines.com/v7/?time=1176952336

Theming radios

I have tried to create radio buttons in a table. I want to arrange each radio group in a row.
How can I accomplish this?

I have tried to do the theming.... I got it to display the options... however when I call drupal_render($form) it will re-display everything (including the radio groups that were supposed to have been already rendered) at the end. It didn't seem to have remembered that the radio groups has been rendered.

Any tips?

Thank you.

Breadcrumb Issue- Access to pages along breadcrumb

Hello-

Is there a way to look at pages along the breadcrumb for a particular page for information?

My actual goal is, for any node, to make it so it looks through its breadcrumb and doesn't add the hyperlink to any page that is a container (category_cont is the type itself, which can be accessed through $node->type for the page you're on), using only work in the themes; that is, I don't want to change any of the drupal .inc files.

To restate my question, is there a way to check the type of pages along the breadcrumb?

Thank you,
middguy

How do select different themes for the contact module

I have 'taxonomy theme' installed which lets me select which page has which template. However, I also want each section to have their own contact us page using the 'contact' module with it's respective theme. Is there a way to do this? Or are you limited to only one theme for the contact module?

Jello IE 7 height problem

Hello,

I've done my first real theming with Drupal. Before that I worked more on the modules. I used jello (http://www.atlas-systems.net/jello.html) as a starting point which I found to be terrific but one problem has cropped up in it that I cannot figure out. I'm hoping a theming/CSS expert will know the answer to this.

Pages

Subscribe with RSS Subscribe to RSS - Theme development