-----Original Message-----
From: Gunlaug Sørtun [mailto:gunla...@c2i.net] 
2: IE sees whitespace (text) wherever it can in any mode. It's an old bug.
So you better close all gaps in the source-code - yours is wide open, and
make sure you keep track of what's block and what's inline elements and
modify 'display' when necessary.

--

Are you saying that this:

<td><img src="/images/header.jpg" width="735" height="84" border="0" alt=""
usemap="#header_map">
      <map name="header_map">
                        <area shape="poly" alt="orderprinting.com"
coords="706,24, 698,24, 687,31, 681,39, 677,50, 677,59, 679,69, 684,76,
693,82, 699,82, 708,82, 717,78, 725,71, 731,60, 732,51, 730,40, 725,31,
717,25, 713,24"
href="http://info.orderprinting.com/why_use_orderprinting.html";>
                        <area shape="rect" alt="orderprint.com"
coords="607,28,669,76"
href="http://info.orderprinting.com/why_use_orderprinting.html";>
                        <area shape="rect" alt="orderprinting.com"
coords="596,3,728,18"
href="http://info.orderprinting.com/why_use_orderprinting.html";>
                        <area shape="poly" alt="Return to BCT Arizona's Home
Page" coords="20,3, 21,5, 22,23, 26,22, 42,23, 49,29, 52,33, 66,23, 68,22,
87,21, 88,6, 92,3, 96,2, 104,3, 105,5, 106,17, 116,22, 119,24, 118,38,
114,41, 108,44, 105,46, 106,62, 108,63, 115,62, 117,61, 124,62, 127,66,
126,76, 121,78, 113,79, 94,78, 91,76, 88,78, 84,79,
                        61,78, 52,70, 50,67, 38,78, 34,79, 7,78, 5,75, 6,5,
12,2" href="/index.php">
                </map>
                </td>

should be coded like this (one long string of text):

<td><img src="/images/header.jpg" width="735" height="84" border="0" alt=""
usemap="#header_map"><map name="header_map"><area shape="poly"
alt="orderprinting.com" coords="706,24, 698,24, 687,31, 681,39, 677,50,
677,59, 679,69, 684,76, 693,82, 699,82, 708,82, 717,78, 725,71, 731,60,
732,51, 730,40, 725,31, 717,25, 713,24"
href="http://info.orderprinting.com/why_use_orderprinting.html";><area
shape="rect" alt="orderprint.com" coords="607,28,669,76"
href="http://info.orderprinting.com/why_use_orderprinting.html";><area
shape="rect" alt="orderprinting.com" coords="596,3,728,18"
href="http://info.orderprinting.com/why_use_orderprinting.html";><area
shape="poly" alt="Return to BCT Arizona's Home Page" coords="20,3, 21,5,
22,23, 26,22, 42,23, 49,29, 52,33, 66,23, 68,22, 87,21, 88,6, 92,3, 96,2,
104,3, 105,5, 106,17, 116,22, 119,24, 118,38, 114,41, 108,44, 105,46,
106,62, 108,63, 115,62, 117,61, 124,62, 127,66, 126,76, 121,78, 113,79,
94,78, 91,76, 88,78, 84,79,61,78, 52,70, 50,67, 38,78, 34,79, 7,78, 5,75,
6,5, 12,2" href="/index.php"></map></td>

That would really blow...

Mike


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to