This forum is for assistance with theme development.

How would I scroll *under* the Garland Header?

I'm working on a site, and in essence, what I'm looking to do is to make it so content is scrolled under the "header" section of the Garland theme.

This would include sideblocks (if they're used) and core content.

I've been fiddling around .. but with no success as yet.

Has anyone got a solution I could trial, or perhaps, some pointers in the right direction?

Personally, I'd like to see something like this as an option for the theme proper, but lets get a solution first if possible :)

W

Width of the middle column

I'm creating own theme out of theme Amadou (http://drupal.org/project/amadou) - not sure if it depends on that theme.

I'm sure i somewhere saw command that set width like this:
$sidebar_left[width] - $sidebar_right[width] = width of main middle column

Commands aren't exactly like this, its only example.

Do anyone know where to find something like that?

Newbie

Hello,
as the subject already mentioned i'm an absolut beginner. i have two, maybe simple questions. the first deals with the garland theme. you may know the bg-content-right.png, which is the right border for the content. i want to extend this border, in order to have the nice shade over the right navigation -> because my navigation is on the right side. what i achieved is, that the .png shows in the navigation, but is not proper rendered and the original doesn't disappear in the content. that's the code around line 410 of the style.css

ThickBox onLoad for Login and Nag etc..

------------------------------- I am trying to run the ThickBox Window only the first time they enter the page as a login and nag page. I have been at this for literally days used different methods such as trying to jerry rig drupal to use both jquery and prototype etc... I think this is the closet I have gotten. My problem it tells me my url is not an image?? my url is going to a login page that was custom made .tpl.php login (I altered the Template.php to look for /login for only one case not for all other logins etc.. for drupal just need to be able to load it in the iframe........ any ideas I am starting to go blind.. The above javascript does work and understands not to run the code if they have already been to the page... Your help will be greatly appreciated thanks and may the force be with you.......................

window.onload = checkVisit; function setCookie(name, value, expires, path, domain, secure) { document.cookie= name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); } function getCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; }

A theme obsession

I have an obsession for a particular theme/shin

I operate a site as a hobby, www.tvgrapevine.com and would love to use drupal as the front end to the site, but I have my eye on a particular style of theme and am wondering if it already exists, or of there is a designer willing to make it. It would be nice if it resembled the exsisting www.tvgrapevine.com site, but it is not a must.

Much thanks for all replies.

Formatting Taxonomy Terms In A Node

I'm working on setting up a used bookshop using Drupal ecommerce and multiple taxonomies. In the product display, which is using the node.tpl.php code, I post a book with various settings and the taxonomy list appears as one long string on one line, for example:

Smith, Kristine Harper EOS Book In Stock Science Fiction Gently Used

What I want to display would be the terms on multiple lines with labels:

Author: Smith, Kristine
Publisher: Harper EOS
Item Type: Book
Status: In Stock
Genre: Science Fiction
Condition: Gently Used

Pages

Subscribe with RSS Subscribe to RSS - Theme development