Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-21-2012, 05:28 PM   PM User | #1
jarv
Banned

 
Join Date: Mar 2007
Posts: 1,523
Thanks: 116
Thanked 0 Times in 0 Posts
jarv can only hope to improve
Internet Explorer Contact link not showing in menu IE7

hi,

there is a problem with my main menu on my website: http://aet.inpreview.net/test/ in IE7, the Contact link at the right hand side is not showing, currently hidden under the banner.

I have removed all padding and margin from the last <LI> and added a width to the UL


Code:
<script type="text/javascript">
	$(document).ready(function() {
		$("#menu ul li:last-child").addClass("nopadding");
	});
	</script>

<style>
.nopadding { padding:0px!important; margin:0px; 
#menu ul { height:20px; display: block; padding-bottom:8px; margin-bottom:0px; width:940px; }
#menu ul li { list-style-type: none; float:left; padding-right:80px; font-weight: bold; font-size:18px;  }
#menu ul li:last-child { padding-right:0px; }
#menu ul li a{ text-decoration:none; }
</style>


<div id="menu">
				<ul>
					<li><a href="#" title="Home">Home</a></li>
					<li><a href="#" title="Case Studies">Case Studies</a></li>
					<li><a href="#" title="Services">Services</a></li>
					<li><a href="#" title="Latest Updates">Latest Updates</a></li>
					<li><a href="#" title="Distributors">Distributors</a></li>
					<li><a href="#" title="Contact">Contact</a></li>
				</ul>
			</div>
Please help?!
jarv is offline   Reply With Quote
Old 05-21-2012, 05:54 PM   PM User | #2
jarv
Banned

 
Join Date: Mar 2007
Posts: 1,523
Thanks: 116
Thanked 0 Times in 0 Posts
jarv can only hope to improve
Sorted now thanks!
jarv is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:57 AM.


Advertisement
Log in to turn off these ads.