Jump to content
Sign in to follow this  
gremmie

Feature Footer and Thumb Overlay Image

Recommended Posts

gremmie

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
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
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
gremmie
I've tried that. However, when I do that the thumbs also disappear.

Share this post


Link to post
Share on other sites
gremmie
I figured it out myself. Thanks anyway.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×