Jump to content
Sign in to follow this  
basmati

Aligning Secondary Navbar and Searchform branding section

Recommended Posts

basmati

I have a question concerning the new menubar from this topic: http://www.pagelines.com/forum/topic.php?id=3593 On my project i use a secondary top menu and besides a searchform. Like this: Screenshot In Explorer 7 the Searchbar displays on the bottom of the header Like this: Screenshot IE7. I think the problem is the positioning of elements - but maybe its just css!? there should be a parent div for both, the navbar and the searchform - right? can somone take a look at this css please? this is for the navigation bar:

#globalnav {
	    background: none repeat scroll 0 0 transparent;
	    margin: 4.4em auto;
	    position: absolute;
	    right: 20em;
	    width: 99%;
	    z-index: 30;
	}
Searchform:
#header .searchform {
	    right: 0;
	    top: 10px;
	    z-index: 35;
	}

in the next days i'll provide a live link.

Share this post


Link to post
Share on other sites
cmunns

I would position the searchform absolutely to avoid this: `.branding_wrap .searchform {position:absolute;}` and adjust the top: value accordingly.

Share this post


Link to post
Share on other sites
basmati

Thanks. I knew it was a position thing. I tried to install Wine to test IE Versions on my mac but that failed, now i have to think about a pc laptop or install parallels again.

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  

×