Title: ekaha's Replies | WordPress.org

---

# ekaha

  [  ](https://wordpress.org/support/users/ekaha/)

 *   [Profile](https://wordpress.org/support/users/ekaha/)
 *   [Topics Started](https://wordpress.org/support/users/ekaha/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ekaha/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ekaha/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ekaha/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ekaha/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ekaha/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Different Background on Page ID](https://wordpress.org/support/topic/different-background-on-page-id/)
 *  [ekaha](https://wordpress.org/support/users/ekaha/)
 * (@ekaha)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/different-background-on-page-id/#post-789524)
 * I have the same prob [class=”page-“]
    <?php if (is_page()){ ?> <body class=”page-
   <?php the_ID(); ?>;”> <div id=”page-<?php the_ID(); ?>;”> <?php }else{ ?> <body
   > <div id=”page”> <?php } ?>
 * if I place this in the header it doesn’t work (apparently because its outside
   the loop
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 * but it works if I place it in the footer!! wot the hey?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] Changing Background](https://wordpress.org/support/topic/plugin-nextgen-gallery-changing-background/)
 *  [ekaha](https://wordpress.org/support/users/ekaha/)
 * (@ekaha)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-changing-background/#post-803298)
 * which background do you mean, is it the image background or the opacity of the
   page(light box effect)? If its page, Look in thickbox.css
 * .TB_overlayBG {
    background-color:#000; //this is the bg colour filter:alpha(
   opacity=75); // opacity. 0=light 100=dark -moz-opacity: 0.75; // for mozilla 
   opacity: 0.75; // 0.10=light 1.00=dark

Viewing 2 replies - 1 through 2 (of 2 total)