Jump to content

Recommended Posts

Posted (edited)

hey, im having some trouble with cross-browser compatibility latley. On my website i have a navbar that looks fine in IE but is messed up in any other browser!

 

help.png

 

Ugh i wish they where all the same. But if have exercised every possibility and i am totally stumped. If you guys could lend me a hand that would be great.

 

Here is my website: http://www.GotoGeeks.ca

Here is my CSS: http://www.GotoGeeks.ca/css/style_main.css

 

Thanks alot guys!

Edited by delirium
Posted

Edit these:-

#menu{

margin: 0 0 0 32px;/*auto;*/

width: 800px;

height: 40px;

padding-top: 3px;

}

 

#menu ul { margin: 0; padding: 0;

list-style: none;

/*margin-left: 32px; */

}

Posted

Aside from what Wickham said - don't use

tags to create space, that tag's meant for actual line breaks. Use the

tags around actual paragraphs and add margins and/or padding to your CSS instead.

 

And then there's that: HTML or XHTML

Posted

Alright thank you guys. And regarding the line breaks, i am only putting them there to get an idea of what the site will look like. Once i get it how i like it il go back and clean all that stuff up. I know its a stupid way to do it but it works for me :)

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