Schalk wrote:

>Hey there Everyone,
>
>I am experiencing problems with a list of images in IE. In FF it is 
>fine. It does list the images horizontally but, in IE each consecutive 
>image seems to have a top margin of around 10px. Any ideas? Thanks!
>
>URL: www.pctaxpreparation.com
>  
>
Hi Schalk,

    * This special "IE-cascade" is due to the IE thinking that an
      element always has a line-height, even if there is no text in the
      element.  Setting LH to zero can fix it.
    * For IE the #certified has to get it's own {float: right}.
    * When the page is loaded in FF, first the #content is under the
      #navbar, and after a short flash the #content is jumping to the
      right place besides it; leaving a big white hole to the bottom of
      the page...
      I don't know why (I thought this kind of things was IE-only!), but
      a bit smaller width of the #content does solve it.
    * I should give the last #footer line some more distance to the
      bottom page border, then in IE it is visible too that CWI Hosting
      is a clickable link. :-)
    * The copyright sign has a & too much: probably the missing
      & in one of the internal links. ;-)
    * Some small validation things.

I've put this in a testpage 
<http://home.tiscali.nl/developerscorner/css-discuss/test-pctax.htm>.

Cheers,
francky



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to