Stu,

> Martin,
> thanks for your help but im still a little stuck here. Im getting
> near somethin in Firefox and Opera, but nothng like it in IE6. Am i
> making a basic mistake here?
 
Here's my little testcase. Works in IE 6 and FF on Windows XP SP2.

<html>
<head>
<title>test</title>
<style type="text/css">
li a {
   display: block;
   background-color: red;
   padding-left: 60px;
}
li a:hover {
   background-color: yellow;
}
li a img {
   float: left;
   width: 50px;
   height: 70px;
   margin-left: -60px;
   border: none;
}

</style>
</head>
<body>
<ul>
    <li><a href="#">
        <img src="blah.gif" alt="blubb" />
        this is some text that could be really long and should display
        to the right of the image and not wrap underneath it if the
        text is longer than the image in height</a>
    </li>
</ul>

</body>
</html>


regards,

  Martin

 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to