Jump to content

Confusing Issue PC vs Mac


wakemetal

Recommended Posts

I've attached two photos. The links at the top of the page are in the correct position on my firefox browser on my PC, but the positioning is off in Safari on a Mac. I'm using webs.com for the site builder. Below is the code I inserted to make the links have the proper format/positioning. Any clues why on earth it's different in Safari on a Mac than it is on Firefox? How can I remedy the problem? #fw-mainnavwrap { display: block; text-transform: uppercase; font: bold 18px "arial narrow", "Verdana", "Arial", sans-serif; letter-spacing: 1px; word-spacing: -5.15px; position: absolute; overflow: visible; margin-top: 55px; width: 1000px; height: 55px; z-index: 800; margin-left: 225px; }

post-130482-0-15319100-1365104401_thumb.jpg

post-130482-0-17820000-1365104403_thumb.jpg

Link to comment
Share on other sites

The operating system doesn't matter, only the browser does. Does your HTML have a doctype declaration? I'd advise against absolute or relative positioning, it always gives trouble.

Link to comment
Share on other sites

I'm very unfamiliar with CSS code, so I'm not sure what a doctype declaration is or would look like. I suppose I'll go look it up. The code I posted above is the only code for my whole website, everything else was done through a template. Thanks for the reply. Would I just do something like this? <!DOCTYPE html> code </html> Well, I tried that and it screwed up the links positioning.

Edited by wakemetal
Link to comment
Share on other sites

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...