[thelist] Site CSS problem

Phil Essing vlbmlofm at videotron.ca
Fri Aug 16 19:44:01 CDT 2002


Davidu,

I was intrigued by this problem, so I grabbed your source and began
playing with it.  Since nothing seemed obviously wrong with the HTML or
CSS, I began to go the process-of-elimination route.  I quickly
determined that, for whatever reason, the PRE tags were causing this
problem, and so I tried something, just for fun....which seems to do the
trick!  I changed the PRE property's display value to INLINE, from its
default value of BLOCK.

Add this to your stylesheet:

PRE {
	display: inline;
}

If any of you CSS gurus can explain this, I'd love to here from you.

-phil

------------------------------------------------------------------------
-----------------
Phil Essing
User Interface Specialist
phil at sector404.org

VDL2 inc.
700, rue Wellington  .  Montreal, QC  .  H3C 1T4
tel.: 514.599.5712  .  fax: 514.599.5724
------------------------------------------------------------------------
-----------------



> -----Original Message-----
> From: thelist-admin at lists.evolt.org
> [mailto:thelist-admin at lists.evolt.org] On Behalf Of David U.
> Sent: Friday, August 16, 2002 3:34 PM
> To: thelist at lists.evolt.org
> Subject: [thelist] Site CSS problem
>
>
> Hi,
>
> On my website: http://david.ulevitch.delmar.ca.us/
>
> When the "finger" is off, the site loads fine.  When the
> "finger" is loaded everything below the finger is shunted to
> the left a bit and I can't figure out why.  Is it a bug in my
> CSS? In IE?
>
> You'll see what I mean when the page is loaded, otherwise I
> can take screenshots.  I am using IE6 on winXP.
>
> Thanks,
> davidu
> --
> "Never doubt that a small group of thoughtful citizens can
> change the world. Indeed, it is the only thing that ever
> has." --Margaret Mead
>
>
>
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !
>





More information about the thelist mailing list