I am trying to play around with design. I am adding 4 DIVS below access and under header in my header.php file. Each of these DIVS contain a graphic which onclick points to different sections of site. THese images have to displayed throughout the site.
While my first div shows up nicely and i can see it in firebug, the second and more divs are just not there. Here is the code i put in header.php -
<div id="hd1" style="cursor: pointer;" onclick="location.href='http://www.mysitename.com/';">
</div><!-- #hd1 -->
<div id="hd2" style="cursor: pointer;" onclick="location.href='http://www.mysitename.com/story/';">
</div><!-- #hd2 -->
And i styled these divs in style.css. But im confused why the rest of the divs dont show up???