Can people do a page check on
If you have any ideas of how I can improve my code and/or css, it would be greatly appreciated. I'm pretty disappointed at the difference this looks on IE 6 on my Win XP machine, and with IE 5.5 on my Mac OS9. It looks terrible on my Mac. Can I get a check on OSX maybe? Is there some fatal flaws in my coding or doctype or dom or something? Why is the leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"
in my body tags not "supported" even though it looks different without the tags than with? I'd rather have my content flush with the window.
Site check on css and code please
It looks drastically different (worst, I'd say, no offense ;p) on Firebird than it does on IE. All my screenshots come out to like 200k so I can't post 'em here... but you can use browsercam to check. Basically the top buttons are all stacking into the corner and the dotted border is all over the place.
I like it in IE tho =)
Site check on css and code please
http://www.beforethedog.com/moznasi.jpg
Mozilla Firebird Screenshot >.<
Hmm, looks messy, but I don't have the time right now to check through the code.
As for the margins, use css.
body { margin: 0; }
Hope that helps a bit; Woof!
any suggestions
I'm still working on the code for this thing, because I've noticed problems in Windows Mozilla and Opera, trying to get it up to snuff. My CSS is located at
http://www.nasi.com/test/style.css
and my CSS and XHTML validate out great, but it doesn't look right in other browsers than IE. Can I get some suggestions or something? It might be the inheritance propety redundance or something, but I can't figure it out. ps. I changed the body tag too, set the margins in the css. I know the <?xml version="1.0" encoding="iso-8859-1"?> part of my code on the .htm file makes it quirky, but I want to fix it. Please help, I've spent a ton of time on this project already!