Link to home
Start Free TrialLog in
Avatar of ewarning
ewarning

asked on

CSS and IE5

I'm having trouble using the line-height tag of CSS1.
It works fine in Netscape, but it doesn't work with Explorer. Is there an alternative for line spacing in IE ?
the code is:
<p style='line-height: 1.2;'>


And why table background images make IE freeze for so many time before the page is displayed ?

ASKER CERTIFIED SOLUTION
Avatar of DreamMaster
DreamMaster

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ewarning
ewarning

ASKER

I already tried that, the pt and px after 1.2 and
it didnt work neither. I ll try again with pct.

about the background, its something like: (not using
css)
-------------
<body background=image.gif>

<table>
  <tr>
    <td background=pixel.gif>
      Hello, world!!
    </td>
  </tr>
</table>
-------------

the pixel.gif is 2 or 3 pixels height, and
1 of them is transparent.

The thing You might want to do....and i know this sounds strange, is make the image bigger...

The thing is that when You load a pixel size give in Your table background it has to paste this image multiple times to fill it's background.

Now if You use a bigger background image it doesn't have to load it several times to display...which makes the loading much faster...

good luck hope it helps You...

Max Davidse
http://www.thekitchen.nl