Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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?

    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)