On Sun, Dec 18, 2011 at 7:00 AM,
<themes-request@drupal.org> wrote:
Send themes mailing list submissions to
themes@drupal.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.drupal.org/mailman/listinfo/themes
or, via email, send a message with subject or body 'help' to
themes-request@drupal.org
You can reach the person managing the list at
themes-owner@drupal.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of themes digest..."
Today's Topics:
1. tabbed menu (Gabriele Giorelli)
2. Re: tabbed menu (Oliver Acheson)
----------------------------------------------------------------------
Message: 1
Date: Sat, 17 Dec 2011 17:06:20 +0200
From: Gabriele Giorelli <gabriele.giorelli@gmail.com>
Subject: [themes] tabbed menu
To: A list for theme developers <themes@drupal.org>
Message-ID:
<CANV9Bd7U592pVaP0inkmYuX=uKVbHE_Qsy+0DVQHc7dpm5JrUw@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Hello
can someone please guide/coach me in the following task:
i m using blue marine theme on drupal6. I have a menu but I want to set it
up in tab layout.
I understand it has to do with CSS but I would like to have someone to
guide me and give me the steps.
thank you in advance!
BR,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/themes/attachments/20111217/83939317/attachment-0001.html
------------------------------
Message: 2
Date: Sat, 17 Dec 2011 10:50:19 -0500
From: Oliver Acheson <oacheson@acheson.org>
Subject: Re: [themes] tabbed menu
To: A list for theme developers <themes@drupal.org>
Message-ID:
<CAJd8XVmvK1x+8KeM1szC7vF_f_t4c_QwGv6kMNFK2KLRqarwRQ@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi, Gabriele -
The Nice Menus module in D6 supplies the basic workings a a top dropdown
menu using your primary links menus. You can adjust the look (after the
basics are in place) in your theme css customization file for #navbar, e.g.
something like:
#navbar
{
font-size: 1.150em;
line-height: 1.360em;
font-variant: small-caps;
font-weight: bolder;
}
Ollie
On Sat, Dec 17, 2011 at 10:06 AM, Gabriele Giorelli <
gabriele.giorelli@gmail.com> wrote:
> Hello
>
> can someone please guide/coach me in the following task:
>
> i m using blue marine theme on drupal6. I have a menu but I want to set it
> up in tab layout.
>
> I understand it has to do with CSS but I would like to have someone to
> guide me and give me the steps.
>
> thank you in advance!
>
> BR,
>
> _______________________________________________
> themes mailing list
> themes@drupal.org
> http://lists.drupal.org/mailman/listinfo/themes
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/themes/attachments/20111217/e2fe7e4e/attachment-0001.html
------------------------------
_______________________________________________
themes mailing list
themes@drupal.org
http://lists.drupal.org/mailman/listinfo/themes
End of themes Digest, Vol 57, Issue 8
*************************************