I'm soo tempted to go back to tables...
this css/html combo works in IE 6.0 but not in FF 1.04 - what am I specifying wrong??
I simply(!) want the text to be next to the image, like this
thanxHTML Code:<TR> <TD>this cell has lots of text</TD> <TD>this cell has an image, aligned to the top, and has a width of 264px</TD> </TR>
WIWAG![]()
CSS code:
HTML code:Code:.fullpage {max-width:610px; width:610px;} .lefttext {display:inline; max-width:125px; padding-right:5px;} .rightimage {display:inline; vertical-align:top; text-align:top; min-width:264px} .img1 {outline:1px black solid; width:264px; height:126px;}
HTML Code:<body> <div class="fullpage"> <div class="lefttext"> <ul> <li><P>lots and lots of text lots and lots of text lots and lots of text lots and lots of text lots and lots of text <li><P>text lots and lots of text lots and lots of text <li><P>text lots and lots of text lots and lots of text <li><P>lots and Lots of text lots and lots of text text lots and lots of text lots and lots of text text lots and lots of text lots and lots of text </ul></div> <div class="rightimage"><img class="img1" border="1" src="../Images/GS_Find_BBSButton.gif" alt="Screen capture"/> </div> </div><!-- end fullpage --> </body>



Reply With Quote


Bookmarks