I've been thereDang it.. I give up.. I've tried everything that should work and a bunch of stuff that MIGHT work and then stuff that .. well I didn't know if it would work, but I thought I'd try..
See my test URL below.. How the heck do I close the gap between the slideshow and the middleboxes??
http://clientyoubookit247 . overthehillweb . com/
I have not cross browser tested this, but you can try:
In includes/templates/custom_template/css/stylesheet_middleboxes.css, take out margin here:
and add to #navColumnMiddleWrapper:Code:.middleBoxContainer { margin-top: 0em; }
and then to make things neat in includes/templates/custom_template/css/stylesheet_footer_menu.css replace:Code:position:relative; top:-20px;
with:Code:#footer {clear:both;margin:0;background-image:url(../images/footer-bk.jpg);background-repeat:no-repeat; width:950px; height:200px;margin-top:20px;padding-top:10px;margin-bottom:20px;}
Thanks,Code:#footer {clear:both;margin:0;background-image:url(../images/footer-bk.jpg);background-repeat:no-repeat; width:950px; height:200px;margin-top:-20px;padding-top:10px;margin-bottom:20px;}
Anne



Reply With Quote
I was looking elsewhere in the code (going where the Firefox Web Dev tools were pointing -- even did an old fashioned view source and STILL MISSED this..) Thanks for the BIG assist.. this was a HUGE part of the issue..

This is what happens when you do stuff when you are tired..
It is always helpful when you are stuck to get another set of eyes. It's like when you write a paper but the editor catches a typo. Sometimes you can stare at the paper for hours and not even notice the typo until the editor tells you about it.
