views:

128

answers:

4

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

+3  A: 

You could try validating your CSS and your HTML.

Donut
+1  A: 

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.

levik
Hy, does anyone have universal print.css which can solve this?
streetparade
+1  A: 

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

victor hugo
I did that but it didnt work.i think there is a problem with the .alt which the position is not set.But i also set .a { position:absolute;} i also testet with ; fixed,static
streetparade
OK then I recommend you to post a narrower question explaining your particular case ;)
victor hugo
A: 

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

davrieb
Hy thanky you but i tryed that with ie 7 and ff 3.53
streetparade