delirium Posted March 11, 2009 Report Posted March 11, 2009 (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! 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 March 11, 2009 by delirium
Wickham Posted March 11, 2009 Report Posted March 11, 2009 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; */ }
Andrea Posted March 11, 2009 Report Posted March 11, 2009 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
delirium Posted March 11, 2009 Author Report Posted March 11, 2009 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now