Jump to content

Top Navigation Links Broke for FF and Safari


Recommended Posts

Guest ColossusOfDestiny
Posted

Hi All,

 

I am one who struggles with css. I am a MS developer and finally MS came out with a model view controller framework so I can finally have total control of my html.

 

Well I have put a new site up using MVC and I guess I totally controlled my top nav out of comission. I suppose I have some absolute positioning or floating problem but I am not sure. It works fine in IE but FF and Safari don't like it.

 

I'll try not to be a help vampire here, maybe if I look around I'll find a question I can answer.

 

the site is www. ranessof twareconsulting.com [remove spaces]

Posted

Actually, MS has had something out to totally control your HTML for YEAR - it's called Notepad.....

 

Change your CSS to:

.nav-login  {
    float:right;
   top:44px;    
   right:40px;
   font-size:.6em;
   padding:7px 30px 0 30px;
   }

that's all I have time for at the moment - but I'd move the nav-main division inside the logo div (assuming you want those links to appear on top of the background as they are now) and then adjust the CSS.

 

Adding a wrapper division around all your other divisions should also help.

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
×
×
  • Create New...