Actually, probably best to remove the height specifier altogether and add...
..to your stylesheet.Code:#contentMainWrapper {clear:both;}
Regards,
Christian.
Actually, probably best to remove the height specifier altogether and add...
..to your stylesheet.Code:#contentMainWrapper {clear:both;}
Regards,
Christian.
I've tried taking out both height specifiers, navMain and navCat. Problem still exist with firefox. I even added the CJPinder's code.
Nothing has changed yet![]()
At the bottom of your stylesheet, the code...
..has a missing } on it which is stopping the #contentMainWrapper {clear:both;} from working.HTML Code:.productListing-odd td, .productListing-even td { border: 1px solid #333333;
Add a } on a new line after the border: 1px solid #333333;
Regards,
Christian.
PERFECTION!
You are a life saver! Thanks alot.