Here is the setup:
I have 3 images floated to the left:
.......
: : Then here on the right I have a block of
:img 1: text. It works fine except for the fact that
....... in IE 5.5 a small unordered list does not
....... show up. Netscape 4.77 works fine.
: :
:img 2: It should:
....... * show the first line item here
....... * and the second here
: :
:img 3: But instead all I get is plain text, just like the
....... text above and below it, as if th UL & IL didn't
exist.
Thanks.
George K
----------
The code looks like this:
External CSS:
.buttoncolumn{
width:117px;
float:left;}
<div class="buttoncolumn">
<a href="button1.php"
onmouseout ="source.src='image path';"
onmouseover="source.src='image path';">
<IMG src="image..."
alt="Text here"
height=68
width=115
border=0
id="id1"
name="id1">
</a>
<a href="button2.php"
onmouseout ="source.src='image path';"
onmouseover="source.src='image path';">
<IMG src="image..."
alt="Text here"
height=68
width=115
border=0
id="id2"
name="id2">
</a>
<a href="button3.php"
onmouseout ="source.src='image path';"
onmouseover="source.src='image path';">
<IMG src="image..."
alt="Text here"
height=68
width=115
border=0
id="id3"
name="id3">
</a>
Text here...Text here...Text here...
<br />
Text here...Text here...Text here...Text here...Text here...Text here...Text here...Text here...
<br /><br />
Text here...Text here...
<br />
<ul>
<li> First line item</li>
<li> Second line item</li>
</ul>
Text here...Text here...Text here...</div>
</div>
I have 3 images floated to the left:
.......
: : Then here on the right I have a block of
:img 1: text. It works fine except for the fact that
....... in IE 5.5 a small unordered list does not
....... show up. Netscape 4.77 works fine.
: :
:img 2: It should:
....... * show the first line item here
....... * and the second here
: :
:img 3: But instead all I get is plain text, just like the
....... text above and below it, as if th UL & IL didn't
exist.
Thanks.
George K
----------
The code looks like this:
External CSS:
.buttoncolumn{
width:117px;
float:left;}
<div class="buttoncolumn">
<a href="button1.php"
onmouseout ="source.src='image path';"
onmouseover="source.src='image path';">
<IMG src="image..."
alt="Text here"
height=68
width=115
border=0
id="id1"
name="id1">
</a>
<a href="button2.php"
onmouseout ="source.src='image path';"
onmouseover="source.src='image path';">
<IMG src="image..."
alt="Text here"
height=68
width=115
border=0
id="id2"
name="id2">
</a>
<a href="button3.php"
onmouseout ="source.src='image path';"
onmouseover="source.src='image path';">
<IMG src="image..."
alt="Text here"
height=68
width=115
border=0
id="id3"
name="id3">
</a>
Text here...Text here...Text here...
<br />
Text here...Text here...Text here...Text here...Text here...Text here...Text here...Text here...
<br /><br />
Text here...Text here...
<br />
<ul>
<li> First line item</li>
<li> Second line item</li>
</ul>
Text here...Text here...Text here...</div>
</div>