New versions of Sands available, in two different distributions

Tags: • 

I’ve taken my Drupal theme Sands and split it up into two different distributions/versions: one that uses tables for layout (will continue to be called Sands) and one that uses CSS (to be Sands_CSS).

Basically, they are the exact same thing, except a different columns.css and page.tpl.php file.

Drupal’s 4.6 use of the tag triggers strange bugs in Microsoft’s Internet Explorer when using some CSS-column layouts, like the one Sands uses. Splitting into two different themes was the only course of action: though, now that Drupal 4.7 does not use this tag and the bugs no longer occur, it may be a little late in doing this… Oh well.

You can read more about Sands on the page on this site, or through Drupal’s project pages for Sands and Sands_CSS.


Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text.
  • Images can be added to this post.
  • You may use [inline:xx] tags to display uploaded files or images inline.
More information about formatting options