Basically my blog design has just gone kaboom. It was all working, but now it isn't.
The url is
http://www.blueuniverse.co.uk/blog/index.php
For starters the buttons are meant to be positioned at the top on the header in line. I don't have a clue why they have done what they have done as they are absolutely positioned.
Also the grey bar is meant to be directly below this, filling in the gap between the header and the menu bar.
I also want the bottom bar to be aligned right at the bottom underneath the menu, instead of it continuing along.
To download the css file go
here
Here are some snippets of the index.php code (the main page)
Beginning of page (start wrapping div tags, header, grey bar and nav buttons
[code:1:8e62d60896]
<div id="outsidediv"><div id="container">
<div id="header"><a href="<?php echo $siteurl; ?>" title="<?php bloginfo('name'); ?>">
<img src="<?php echo $siteurl; ?>/wp-images/logo.gif" alt="<?php bloginfo('name'); ?>" /></a></div>
<div id="homeb"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('homepage','','<?php echo $siteurl; ?>/wp-images/homer.jpg',1)"><img src="<?php echo $siteurl; ?>/wp-images/home.jpg" alt="Return to the Web Design Blog and Resource Home Page" name="homepage" width="84" height="23" border="0" id="homepage" /></a></div>
<div id="picsb"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('pictures','','<?php echo $siteurl; ?>/wp-images/picturesr.jpg',1)"><img src="<?php echo $siteurl; ?>/wp-images/pictures.jpg" alt="Pictures" name="pictures" width="83" height="23" border="0" id="pictures" /></a></div>
<div id="contactb"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('contactus','','<?php echo $siteurl; ?>/wp-images/contactr.jpg',1)"><img src="<?php echo $siteurl; ?>/wp-images/contact.jpg" alt="Contact Us" name="contactus" width="83" height="23" border="0" id="contactus" /></a></div>
<div id="archivesb"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('archivesbutton','','<?p hp echo $siteurl; ?>/wp-images/archivesr.jpg',1)"><img src="<?php echo $siteurl; ?>/wp-images/archives.jpg" alt="View the Pointless-Existence Archives" name="archivesbutton" width="83" height="23" border="0" id="archivesbutton" /></a></div>
<div id="aboutusb"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('aboutuspage','','<?php echo $siteurl; ?>/wp-images/aboutr.jpg',1)"><img src="<?php echo $siteurl; ?>/wp-images/about.jpg" alt="About Pointless-Existence" name="aboutuspage" width="83" height="23" border="0" id="aboutuspage" /></a></div>
<div id="topbar">.</div>
[/code:1:8e62d60896]
Start of menu
[code:1:8e62d60896]
<div id="menu">
<ul>
<?php get_links_list(); ?>
<li id="categories">Categories:
<ul>
<?php list_cats(0, 'All', 'name'); ?>
</ul>
</li>
[/code:1:8e62d60896]
Footer
[code:1:8e62d60896]
<p class="credit"><!--<?php echo $wpdb->querycount; ?> queries.--> <?php timer_stop(1); ?> || <cite>Powered by <a href="http://wordpress.org" title="Powered by WordPress, state-of-the-art semantic personal publishing platform"><strong>WordPress</strong></a></cite></p>
[/code:1:8e62d60896]
I really hope somebody can help, this really is seriously driving me nuts.[/url]