I love the ADC theme, but with IE6 it seems to display the first node on a multi-node listing page incorrectly, with the left side open and the bottom not closing until the columns on either side were done (hard to explain the effect).
in any case, the fix was a simple change to the CSS file:
I'm updating our theme to the new 4.4/cvs architecture ... it's a mish mash of print and echo statements together with raw HTML.
Converting the functions to only return makes sense .. except one of the things our current header function is doing is calling the php header() to output raw HTTP headers, something like
I'm developing a new theme for Drupal called Pushbutton.
It's a 'hybrid' design, which means it's standards compliant (XHTML 1.0 Transitional), is backwards compatible with older browsers, and complies with accessibility guidelines (Section 508 and WCAG Priority 1).
I need to test this baby in as many browsers, systems, and devices as possible.
I'm new to PHP so I'm not sure how to do this. I made some nifty .gifs to represent the taxonomy terms on my website. I use Drupal CVS with Xtemplate and it seems like a couple lines of PHP could change the taxonomy link on a node to a taxonoxony link with a .gif.
I've looked at Polder which seems to have that feature but I think it's the old style of theme. I've checked out the Node_image but it doesn't want to work.
It seems like this can almost be hardcoded -- try to replace the link with a link and gif if the picture has the right name.
When typing the first letter into a textarea box on any create content page the text area window expands. On my modified theme, it expands completely out of the browser window. Even on -this- site it expands a good 15 pixels. Anyway to fix this? Works fine in netscape. Perhaps a better class declaration for this?
Easily duplicatable. IE 6... try submitting a response to this. When you type first letter in body, keep eye on right edge of text area.
I'm using 4.3.2 and would like to make the page title the same as the node title. I notice the Drupal site is currently doing this, but on my 4.3.2 version with whichever theme I try (e.g. Marvin, XTemplate or the hacked version of Polder I use), the page title matches the node title for about 2 levels in, and then reverts to the site title.
Any clues? Or is this something that's changed in HEAD?