Jump to content
Sign in to follow this  
Gavin_

And now I have a new glitch challenge...

Recommended Posts

Gavin_

Hi People of Pagelines, Your expert help and guidance is needed once more. I have moved the social media icons and apparently on IE when you hover over them they run vertical instead of horizontal. http://79.170.44.130/ginseng-lily.co.uk Any ideas what I should do? Thanks in advance.

Share this post


Link to post
Share on other sites
Kate

Hey Gavin, That link didn't work...

Share this post


Link to post
Share on other sites
cmunns

Moving them alone wouldn't cause this. What CSS were you using for this...maybe your "move" in the css you left something open?

Share this post


Link to post
Share on other sites
Gavin_

I haven't used any css for the icons, I did use the options in the Header/Nav section of page lines. Here is the css i have used for the other items:

	div.branding_wrap img#phone-us {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	img.ournumber {padding-left: 50px; padding-bottom: 15px;}
	
		#headerbutton {
	    background: url("http://79.170.44.130/ginseng-lily.co.uk/wp-content/uploads/2011/06/call-me-back-2.png") no-repeat scroll 0 0 transparent;
	    bottom: 17px;
	    display: block;
	    height: 40px;
	    left: 765px;
	    position: absolute;
	    width: 115px;
	}
	
	#headerbutton:hover {
		background-position: 0 -40px;
	}
	
	#headerbutton span {
	position: absolute;
	top: -999em
	}
	#headerbutton2 {
	    background: url("http://79.170.44.130/ginseng-lily.co.uk/wp-content/uploads/2011/06/tell-a-friend.png") no-repeat scroll 0 0 transparent;
	    bottom: 17px;
	    display: block;
	    height: 40px;
	    left: 886px;
	    position: absolute;
	    width: 115px;
	}
	
	#headerbutton2:hover {
		background-position: 0 -40px;
	}
	
	#headerbutton2 span {
	position: absolute;
	top: -999em
	}
	
	#phone-us {
	top: 38px!important;
	left: 550px; }
	
	.icons a {
	  margin-left: 4px;
	}
This bit seems unnecessary
img.ournumber {padding-left: 50px; padding-bottom: 15px;}

Not sure where that came from. Problem is I can't see the problem as it seems that it only occurs in IE

Share this post


Link to post
Share on other sites
Gavin_

Thanks for the suggestion Catrina, I'm not sure what happens as I don't have a PC with IE to know ;( Hopefully the problem has gone away. ;)

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  

×