Jump to content

Top Navigation Links Broke for FF and Safari


Guest ColossusOfDestiny

Recommended Posts

Guest ColossusOfDestiny

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]

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...