Dental Lab Website Re-Design
I'm redesigning a website for some friends of mine (who also happen to be Catholic). Okay, so here is my dilemma: I'm creating a custom template in Wordpress (and let all the Drupal fans moan in unison ; ) and I've created some pretty cool rollover buttons that look and work great on the homepage, however, when I click on an individual page or post, the menu bar collapses and then disappears. I think I know what is causing this, but may need some assistance!
The problem is that the Preload script and the Styles script is in the <head> of the "header.php" file. Then the Onload script and the Slices scripts are in the <body>. I think the problem is where I have my <div id="wrapper"> and <div id="header"> placed. I have it placed in the body, after the Onload script and before the slices scripts. Can you put the <div id="wrapper"> and <div id="header"> in the <head>???
Please don't get mad at me, if I should know this. I'm kind of learning this stuff on my own. When I was in college (10 years ago) web design was basically HTML and Java.
Here is a before and after shot of what the site currently looks like (done by someone else) and what it may look like if I figure this out. I'm trying to keep a simple and clean look to the site. When I think of dental lab, I don't want to see a black background, the generic navigational bar, and the old 90's visitor's counter! It needs to look professional.

(Right-Click and "View Image" to see actual size)

Here is what the menu should look like (which it works great on the home page)
Hmm... there are quite a few variables which can cause the problems you're describing. Do you have a link to a live site, so I can view the CSS/html? Since Wordpress processes header.php, and adds its own stylesheets (and theme stylesheets, etc.), there might be some CSS definitions getting in a tangle. When coding a template for any CMS, I do it all by hand - I really, really distrust the output from a GUI app like ImageReady, Photoshop, FireWorks, etc.
It's not bad when creating an HTML web page in Dreamweaver, but it gets sticky when you want to integrate that HTML with a php template for a CMS.
Sounds like a plan!
[as per my email] Eeks! I would try to use Wordpress' dynamic menus instead of incorporating the non-semantic markup produced by ImageReady - which also includes a lot of unneccessary JavaScript (which is probably the main cause of the problems you're having).
It would be best to have a list of links:
in the HTML, then you would stylize the links into a horizontal menu using CSS.
There are a great many guides to how to do this online. Here's a good one for you:
Ah, very good - that will get the right path.

Originally I was using tables to slice the rollovers, but I just tried outputting it to CSS from ImageReady and when I place the script into the "header.php", it doesn't line up at all! I know home much you hate to see tables, but if that is what works, is it okay to use them? If not, can you give me some pointers on how to get the CSS to look right? Because right now, it is way to the left and covering up the posts. I want it to look like it does in the picture above. Thanks : )
"I'm a PC (practicing Catholic) and I'm only 30 years old."