This forum is for assistance with theme development.

Working Cross-browser Drop-down (but is this the right way to do this?)

Ok, I am trying to setup a valid drop-down for my theme in drupal. As far as I could see this was the best *simple* valid drop-down. First let me show you that I changed the final output of the menus from this:

<ul class="menu">
    <li class="leaf"><a href="/node/5" title="">HTML</a></li>
    <li><a class="nohref">CSS</a>
        <ul class="menu">
            <li class="leaf"><a href="/node/4" title="">CSS</a></li>
            <li class="leaf"><a href="/node/10" title="">CSS Guides</a></li>
            <li class="leaf"><a href="/node/11" title="">CSS Examples</a></li>
            <li class="leaf"><a href="/node/12" title="">CSS Layouts</a></li>
            <li class="leaf"><a href="/node/13" title="">CSS Menus</a></li>
            <li class="leaf"><a href="/node/14" title="">Online CSS Tools</a></li>
            <li class="leaf"><a href="/node/15" title="">CSS Programs</a></li>
        </ul>
    </li>
</ul>

To what I wanted:

Themes disappeared

Not sure that this is the right forum - advise me if it isn't.

I developed our site www.hcvys.info without much prior knowledge of Druapl and finished up with a very servicable product.

I used a modifed Bluemarine theme. However I decided to change the look of the site - getting too confident I guess. Loaded Newsportal theme and made it the default. I got an error reading so deleted the theme (ftp) and now the site works with no styling.

Theming a CCK View

I've created a custom content/node type using CCK (called "external link"). It basically has a URL, a picture, and a description. If you're logged in, the view works perfectly. When you're anonymous, all the descriptions show up as 'n/a' and that's it.

The weird part is that I put in a

Struggling with the top and bottom png's of the mission div (Seoposition theme)

New to Drupal and I'm sure I will be embarrassed to see how simple the answer is to my question...

The site I'm working on is here, http://www.onepartner.com/v1.

Adding a flash header to a drupal site

I'm working on integrating my website design into drupal, and things are starting to come along, but I can't get the flash header to show up. Can anyone tell me the correct way to add a flash header to my theme?

CSS Theme Help: Drop Down Menus

Hello, I'm having trouble theming my site in CSS. Basically, I'm trying to get the drop down menus in the Category menu (in node creation forms) to be side by side, as opposed to one above the other. So here's what I did in CSS.

This is the code I get from viewing source of my page:

Categories
Animal: * <none>CatHorse


Breed: * <none>DonkeyShetland

Pages

Subscribe with RSS Subscribe to RSS - Theme development