Hello Everyone. I am a Programmer and not a Designer. My boss asked me to modify the print.css I modified the print.css 10 Hours, nothing nothing and nothing happened. If with IE everything looks good, in FF it looks horrible. If with FF everything looks good, in IE it looks horrible. What did i wrong? Pls have a look at this website www.trigami.com Thanks
If you can get the CSS to look good for each individual browser, just serve different CSS files based on which browser is being used. You can check for IE/CSS on the server, or use a client-side trick.
If you are having specific problems with your CSS - you should ask questions about them, but asking people to "figure out why your site looks horrible" isn't likely to get you much help.
You might start by using a reset CSS, there's this widely from meyerweb.com or the Yahoo option in YUI site, this way you'll reset the nasty defaults from the browsers. After using reset CSS I've found it's easier to get your site running the same in every browser
It's a bit hard to help you if you don't give any details.
But it sounds like you've bee hit by the box model problem