Quote:
I have the CSS "upgrade" skin that BSCE Engineering sold that makes it so it sends the product information to the browser first (mistake in my eyes).
|
Wow. You truly have no idea what you bought and why it is a great thing! It also sounds like you have little experience with css...
A css skin is a double-edged sword... it solves many problems and gets rid of insane nested tables, but at the same time you are now going to battle nested divs. If you are not prepared to deal with this, you are going to go bonkers.
Let's step back a bit. - you need to look at your css file - .head_container is probably defining some key stuff -- I tried to access your site, but's not loading. At all.
I wouldn't embark on a css project without appropriate tools... and this is where a dreamweaver and/or coda or other css editor can help.
You took a little risk with a css skin, since upgrading is now going to be a bit of a challenge, but your site will be better for it. I routinely eliminate as many tables as I can.. but this makes the templates non-upgradeable.
Time to dig into the css!
Good luck.