This forum is for assistance with theme development.

Background aligned with bottom problem - white space because node content loads too late

Hi,

Trying to develop a theme with a background image which is a gradient aligned with the bottom of the body:

body {
  background: #FFFFFF url('images/gradient.gif') bottom repeat-x;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #000000;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
}

My problem is that because this element loads before the node content, the node content overlaps it instead of pushing the background down.

AjAX data loading into a div without page refresh

Read the first forum post :

http://drupal.org/node/44795

I make a new site and i test the jah solution, i get it work with flexinode
http://www.immobiliermaroc.org/node-flexinode-1.tpl.txt

See the article code as on drupal i have error even when i post with code tag

http://www.immobiliermaroc.org/code.txt

Is it possible to dynamically change the theme based upon browser detected by the server.

Hi, I'm just wondering how hard it would be for Drupal to dynamically choose a theme based upon the browser that people are using. I mean there are a lot of themes that include advanced javascript and AJAX and stuff that don't work as well with older IE browsers and Mozilla browsers and I was just curious if there were any way for Drupal to detect this and then use a simpler less fancy theme. This might also work out well for people who are still using dial-up, such as me at the moment :(

how do i put my checkboxes in a table?

I have 2 sets of checkboxes on my form, they are numerous. I'd like to put them into a table , in order to get them into columns. I dont need the whole form in a table though, just the checkbox elements. ( If it matters , the checkboxes are in a fieldset ) How can i do this?

Show node content if only one node

If a page has only one node I would like to show the complete node instead of showing the teaser first.
Is there a way to find out how many nodes will be printed in the current page?

Seeking to use multiple themes (subthemes)

Hi all,

Anyone know of a way to use multiple themes within a single drupal site heirarchy?

Pages

Subscribe with RSS Subscribe to RSS - Theme development