Jump to content
Sign in to follow this  
sgodar

Feature Wrap // Sidebar Help!

Recommended Posts

sgodar

This code works GREAT:

#feature-area, .feature-wrap, #feature_slider .fmedia, #feature_slider .fcontent, #feature_slider .text-bottom .fmedia .dcol-pad, #feature_slider .text-bottom .feature-pad, #feature_slider .text-none .fmedia .dcol-pad {
	height: 300px;
	width: 760px;
	}
	.home #feature_slider{width:760px;}
	.home #sidebar-wrap{margin-top:-400px;}

****EDIT::: I'm an idiot all I had to do was remove ".home" Nice. Need some help still with what's below though!

Share this post


Link to post
Share on other sites
sgodar

This seems to be a problem in Firefox, not IE... Is there a fix?! http://www.careydanis.com/ at the top of the form (Name/Contact/Email) you cannot 'click' into the text fields but you can click into the message area once it drops below the 'Feature' section, as if that part of the header is transparent but the form in that section is inoperable... [email protected]

Share this post


Link to post
Share on other sites
Kate

Ah... I see. It's because you have the feature section in the header. Try this:

#header{position:relative;z-index:0 !important;}
	#sidebar1{position:relative;z-index:10 !important;}
Technically, I think you only need the first line. Also, for your list of "feature" styles, please add these two to the list:
#feature, #feature .content

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  

×