gremmie 0 Report post Posted January 18, 2012 Hi guys, I'm trying to get rid of the feature footer element on my site. But when I do so things go haywire. Can someone please advise? Also, I created a thumb overlay image which cycles through the 4 feature slides. However, foe some reason the overlay is being cutoff by the thumbs. Is there a way to make the overlay appear in full? Or perhaps make it an UNDERlay? here's my code: /* feature footer */ #feature-footer {height: 200px; float: right; width:115px; bottom:116px; transparent;} #feature-footer .feature-footer-pad {border-top: none; border-bottom: none; border-right: none; height: 200px; border-left: none; width:110px; margin-left: -314px; margin-top: -93px;} /* slider thumbs */ #featurenav a span.nav_thumb {display: block; float: left; margin-right: 0; vertical-align: middle; width: 75px; height: 40px; margin: 6px 3px 3px 3px;} #featurenav a span.nav_thumb span.nav_overlay {box-shadow: 1px 1px 1px 1px #FFFFFF inset; width: 75px; height: 40px; } #featurenav a.activeSlide span.nav_thumb span.nav_overlay {box-shadow: 1px 1px 1px 1px #ABABAB inset; border: none;} #featurenav a:active span.nav_thumb span.nav_overlay {box-shadow: 1px 1px 1px 1px #E9E9E9 inset; border: none;} #featurenav a span.nav_thumb span.nav_overlay {background: url(images/feature-thumb-overlay.png) no-repeat scroll 0 transparent; box-shadow: 0px 0px 1px 1px #E9E9E9 inset; } www.gremmie.net/testblog Share this post Link to post Share on other sites
Rob 547 Report post Posted January 18, 2012 If you inspect with Firebug, you'll find that your feature area is still full width, which is taking an element for your footer off to the far right and causing other parts not to work. You need to understand that this is customization and that there's nothing technically wrong here we can support. You really need to get a pro for this. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
gremmie 0 Report post Posted January 18, 2012 I fixed the width of the feature area. Can you at least tell me how to get rid of the feature footer where its currently sitting? Share this post Link to post Share on other sites
catrina 103 Report post Posted January 19, 2012 You can just try to hide it with this CSS property: [code]{display: none;}[/code] Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
gremmie 0 Report post Posted January 19, 2012 I've tried that. However, when I do that the thumbs also disappear. Share this post Link to post Share on other sites
gremmie 0 Report post Posted January 19, 2012 I figured it out myself. Thanks anyway. Share this post Link to post Share on other sites