Topic: why?!?!?!? damn browsers (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Kansas, USA |
posted 02-21-2003 17:55
|
Maniac (V) Inmate From: under the bed |
posted 02-21-2003 18:30
example? |
Nervous Wreck (II) Inmate From: Kansas, USA |
posted 02-21-2003 18:47
well if you have both opera and IE look at this page I am doing and you should be able to see what I mean. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 02-21-2003 19:32
You're specifying your line-height in points (pt). You should *never* specify a length in points when you're designing it for screen display. The reason for this is that points are a real-world measurement, like inches or centimeters. There is no standard way to convert from any of these real-world measurements to pixels. Some browsers will do it differently than others. |
Nervous Wreck (II) Inmate From: Kansas, USA |
posted 02-21-2003 19:38
I am using pixels for font size. In my stylesheet there is no points for units of measure, I just double-checked it. It still renders differently in the two browsers. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 02-21-2003 20:02
Your stylesheet (stylesheet.css) contains two line-height specifications. Both of them use pt units for measure: code: .fyi {
|
Nervous Wreck (II) Inmate From: Kansas, USA |
posted 02-21-2003 20:37
God I feel like such a dork. You're right slime. I did have pt in the stylesheet so I took those out and set the line-height to px and it worked. Sooooo easy, I don't know what I was doing wrong, I mean now I know what I was doing wrong. After you've worked on a site for hours and hours things start happening because you're tired of working on it. But now I am blabbering. Anyway thanks again slime. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 02-21-2003 20:41
Heh =) |
Nervous Wreck (II) Inmate From: Kansas, USA |
posted 02-21-2003 21:06
argh spoke too soon. have a look-see. It is still spaced out differently in opera than in IE. Should I just give up? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 02-21-2003 21:20
It looks almost identical to me. There might be a pixel difference here or there. |
Nervous Wreck (II) Inmate From: Kansas, USA |
posted 02-21-2003 21:38
Ah I'm picking up what you're throwing down. haha. I made the changes, thank you! See anymore cleaning up I need to do? |