Navigation link problems
Posted: 22 November 2010 04:54 PM   [ Ignore ]
Newbie
Rank
Total Posts:  7
Joined  2010-11-22

Hi there, I started css about 3-4 days ago and I have a css script for my web page however when i load it up on google chrome,firefox, or safari my links dont work as they are about 10pixels above the text and last for about a pixel in hieght
My body and navigation bar css is:
Live example: http://valiantflight.comlu.com/261/index.php

body {
    background
-colorrgb(084147);
    
font-family:  'HelveticaNeue''Helvetica Neue''arial'sans-serif;
    
margin-top:12px;
    
font-size12px;
    
position:relative;
    
left:-10px;
    
top:-2px;

}

#container {
    
margin-bottom0px;
    
margin-leftauto;
    
margin-rightauto;
    
margin-top10px;
    
word-wrap:
    break-
word;
    
background#FFFFFF;
    
text-alignleft;
    
width700px
}

#navbar {
    
floatright;
    
padding-top8px;
    
padding-bottom8px;
    
padding-right:15px;
}

#navbar a {
    
text-decorationnone;
    
font-weight:none;
    
font-family:  'HelveticaNeue''Helvetica Neue''arial'sans-serif;
    
font-size13px;
    
padding:8px;
    
font-weight:700;
    
color#666666;    
}
#navbar a:hover {
    
color#999999;

If anyone can help me it would be great.

Thanks,

Blink359

Profile
 
 
Posted: 22 November 2010 04:55 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  7
Joined  2010-11-22

Opps wrong forum re positing there

Profile