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
http://www.trigami.com
Thanks
I am a Programmer and not a Designer. My boss asked me to modify
Share
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.