PDA

View Full Version : Problems with Div and SSI



ScorpionHD
05 Nov 2008, 01:34 PM
Hello everyone!
First of all I want to say that I am glad I've found this forum I've been browsing it for a few days as a guest and found a lot of interesting and helpful stuff. Just wanted to take a minute to thank all users for their contributions to this board its awesome!

Now on to my problem.

I am currently redesigning a multi-page website that was created in the days of 486's :D. Its a high volume website with over 1000 pages. So in order to manage it without recreating each page the original designer used SSI (server-side-includes) on the top, right-side navs and a footer. So you only have to create the body of the page if you are adding one.
This is an example to show you.
http://www.saweddings.com/index.shtml

My plan is to add a left-side nav and strech the webpage to 1000px wide. I used a bit of css to style the page and used DIV to plane a new menu in the top nav. My problem now is in Firefox the body with the rest of the stuff is pushed all the way to the right. I am not sure what to do, the code looks fine to me but maybe I am missing something. Any of your input will help greatly.
This is an example of the new design:
http://www.saweddings.com/new_design/

P.S. I've considered moving the website to a new CMS platform based on a open source engine i.e. Joomla, but unfortunately I am not strong in PHP in order to customize it to work for what I want.