Jump to content

IE is adding line breaks but only version 6


mapleleaf

Recommended Posts

Inside a td cell there is a menu with images going across the page.

All the other browsers display correctly.

Is there a fix for IE6?

<tr>
<td colspan="2" class="drop"><nobr>
<dl class="dropdown">
<dt class="c1"><img src="images/gif/menubar_1.gif" alt="spacer"></dt>
</dl>
<dl class="dropdown">
<dt><img src="images/gif/menubar_last.gif" alt="spacer" width="34" height="23"></dt>
</dl>
<dl class="dropdown">
<dt class="home"><img class="home" usemap="#maphome" src="images/gif/home.gif" alt="home"></dt>
</dl>
<dl class="dropdown">
<dt id="two-ddheader" onmouseover="ddMenu('two',1)" onmouseout="ddMenu('two',-1)"><img src="images/gif/company.gif" alt="company"></dt>
<dd id="two-ddcontent" onmouseover="cancelHide('two')" onmouseout="ddMenu('two',-1)">
<ul>
<li><a href="index.php/company/mission" class="underline">link</a></li>
<li><a href="index.php" class="underline">vision</a></li>
<li><a href="index.php/company/" class="underline">link</a></li>
<li><a href="index.php/company/" class="underline">link</a></li>
<li><a href="index.php/company/">link</a></li>
<li><a href="index.php" class="underline">news center</a></li>
<li><a href="index.php/company/" class="underline">link</a></li>
</ul>
</dd>
</dl>
<dl class="dropdown">
<dt id="three-ddheader" onmouseover="ddMenu('three',1)" onmouseout="ddMenu('three',-1)"><img src="images/gif/products.gif" alt="products"></dt>
<dd id="three-ddcontent" onmouseover="cancelHide('three')" onmouseout="ddMenu('three',-1)">
<ul>
<li><a href="index.php/products/" class="underline">limk</a></li>


</ul>
</dd>
</dl>
</td>
</tr>

It is a longer menu but for the sake of a shorter post this gives the idea.

The widths of the images add up perfectly to the width of the page.

Some how each image is ending up stacked in the middle of the page instead of being next to each other.

I could show you some css too but don't want to put too much detail here.

I have tried nowrap on all elements.

Help much appreciated.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.