-----Original Message-----
I have 3 columns. The middle is thin and contains a
vertical line to separate the other 2 columns. On some
of my pages, in preview mode or when viewing in the
browser, this line does not appear. Where did it go?
I can see it in normal view.
How did you make this line?
If it's a very small, solid-color picture file that
you've stretched, you may have encountered an IE bug that
intermittently fails to display small pictures in HTML
tables. To work around this, either create the line some
other way, or preload the picture file.
To preload the picture file, add a script such as the
following to your <head> section.
<script language="JavaScript">
var blkdot = new Image() ; blkdot.src = "blkdot.gif";
</script>
where blkdot.gif is the name of your small picture file.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------