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 11-28-2009, 12:08 AM   PM User | #1
nickHiebert
Regular Coder

 
Join Date: Oct 2009
Location: London, ON
Posts: 111
Thanks: 4
Thanked 0 Times in 0 Posts
nickHiebert is an unknown quantity at this point
Navigation Links display wrong in the latest version of Opera

My site:
Code:
http://nickhiebert.com/test_site
CSS code: (From Firefox version) Looks good in Firefox/Google Chrome/IE7/IE8
Code:
#nav {
	background:url(http://nickhiebert.com/test_site/images/nav_bg.png) repeat-x;
	overflow: hidden;
	height: 93px;
	margin-right: 0;
	margin-left: 0;
	margin-top: -95px;
	padding: 0 0 0 31px;
}

#nav li {
	float: right;
	line-height: 93px;
	padding-left: 5px;
	padding-right: 85px;
	width: 110px;
}

#nav li a {
	padding: 0 1em;
	color: #565354;
	text-transform: uppercase;
	font-size: 17.3px;
	font-weight: bold;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}

#nav li a.first {
	padding-left: 0;
}
nickHiebert is offline   Reply With Quote
Reply

Bookmarks

Tags
css, nav, nav li, opera

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 12:34 PM.


Advertisement
Log in to turn off these ads.